alnk once again points out that mst is an idiot
[scpubgit/Q-Branch.git] / lib /
2019-10-07 Matt S Trout alnk once again points out that mst is an idiot q
2019-10-07 Matt S Trout rename and mention example
2019-10-07 Matt S Trout remove obsolete thing that never worked
2019-10-07 Matt S Trout document bangoverrides, add example
2019-10-07 Matt S Trout expand bangoverrides from order_by keys too for compat...
2019-10-07 Matt S Trout make sure extraclauses doesn't kill already extant...
2019-10-07 Matt S Trout singular methods as readers never worked, mst is an...
2019-10-07 Matt S Trout Install DBIC-compatible ident renderer
2019-10-06 Matt S Trout simplify the plugin thing
2019-10-05 Matt S Trout more compat bits and pieces
2019-10-04 Matt S Trout extraclauses and plugin system
2019-10-03 Matt S Trout THERE ARE FOUR LIGHTS
2019-10-03 Matt S Trout clean up
2019-10-03 Matt S Trout plugin registration
2019-10-01 Matt S Trout insert select/rowvalues clauses, with and with_recursive
2019-10-01 Matt S Trout document the from and using clauses added to update...
2019-10-01 Matt S Trout set operation examples
2019-10-01 Matt S Trout document group by and having clauses
2019-10-01 Matt S Trout expand_maybe_list_expr now -list expander
2019-10-01 Matt S Trout tidy up as/alias expansion
2019-10-01 Matt S Trout simply from list handling
2019-10-01 Matt S Trout cleanup join rendering some
2019-10-01 Matt S Trout document join and from lists
2019-10-01 Matt S Trout clean up EC code and add pod
2019-10-01 Matt S Trout more cleanup using register()
2019-10-01 Matt S Trout consolidate other things
2019-10-01 Matt S Trout smarter register in EC
2019-10-01 Matt S Trout move more to register
2019-10-01 Matt S Trout initial register code for EC plugin
2019-10-01 Matt S Trout EC easy node types
2019-10-01 Matt S Trout make pod tests happy
2019-10-01 Matt S Trout document remaining methods
2019-10-01 Matt S Trout closer to documented
2019-10-01 Matt S Trout more pod for new methods
2019-10-01 Matt S Trout add is_undef_value doc and export
2019-10-01 Matt S Trout meh, with being used elsewhere
2019-10-01 Matt S Trout basic config registration pod
2019-10-01 Matt S Trout nuke old sqlmaker hack
2019-10-01 Matt S Trout fixup thingop_expander code and convert EC as
2019-10-01 Matt S Trout clean up config code
2019-10-01 Matt S Trout move ExtraClauses to -keyword
2019-10-01 Matt S Trout unop expander wrapper conversion
2019-10-01 Matt S Trout expansion wrapping: in
2019-10-01 Matt S Trout expander wrappers initial
2019-09-30 Matt S Trout document delete query
2019-09-30 Matt S Trout doc insert query
2019-09-30 Matt S Trout doc select and update queries
2019-09-30 Matt S Trout doc ident and value op expanders
2019-09-30 Matt S Trout doc is op expander
2019-09-30 Matt S Trout kill vestigial _expand_noop method
2019-09-30 Matt S Trout doc in op expander
2019-09-30 Matt S Trout doc between op expander
2019-09-30 Matt S Trout document values expander
2019-09-30 Matt S Trout document func expander
2019-09-30 Matt S Trout document op expander
2019-09-30 Matt S Trout document row expander
2019-09-30 Matt S Trout document bool expander
2019-09-30 Matt S Trout add prefix unop example, and example for new keyword...
2019-09-30 Matt S Trout require explicit restoration of old unop behaviour...
2019-09-30 Matt S Trout default to no-op expansion for node types
2019-09-30 Matt S Trout fixup keyword rendering
2019-09-29 Matt S Trout nuke vestigial _join_sql_clauses method
2019-09-29 Matt S Trout simplify multop -keyword use
2019-09-29 Matt S Trout turn join into an aqt expr so it can be a keyword
2019-09-29 Matt S Trout murder more sqlcasing
2019-09-29 Matt S Trout still have to follow the rhs
2019-09-28 Matt S Trout murder the old _convert system
2019-09-28 Matt S Trout switch to using -keyword node type
2019-09-28 Matt S Trout nest doesn't need a node expander either
2019-09-28 Matt S Trout no-op expander and hashpair op expansion cleanup
2019-09-28 Matt S Trout remove a bunch more pointless expanders
2019-09-28 Matt S Trout call op expanders for unop hashpairs, move ident and...
2019-09-28 Matt S Trout add docs on is dwim for undef values
2019-09-28 Matt S Trout arrayref expr
2019-09-27 Matt S Trout add more expression types to reference
2019-09-26 Matt S Trout kil a couple of tyops
2019-09-25 Matt S Trout extra definitions entries, examples for ident type...
2019-09-24 Matt S Trout reference docs so far
2019-09-23 Matt S Trout clean up select.setop renderer
2019-09-23 Matt S Trout switch to direct from list expansion
2019-09-23 Matt S Trout use simple return system for delete.using
2019-09-23 Matt S Trout clean up EC _expand_select
2019-09-23 Matt S Trout extract setop select expander
2019-09-23 Matt S Trout puke unused anyway
2019-09-23 Matt S Trout extract setop expander
2019-09-23 Matt S Trout extract setop expansion
2019-09-23 Matt S Trout extract setop rendering to a method
2019-09-23 Matt S Trout extract more extraclauses stuff to methods
2019-09-23 Matt S Trout promote expand_maybe_list_expr to public method
2019-09-23 Matt S Trout accidentally committed this, never mind
2019-09-23 Matt S Trout cleaner plugin registration
2019-09-23 Matt S Trout switch to plugin style
2019-09-22 Matt S Trout fixup SQL::Abstract::ExtraClauses to subclass SQLA...
2019-09-22 Matt S Trout better override handling, handle defined-but-empty...
2019-09-22 Matt S Trout clausify select and add config system
2019-09-22 Matt S Trout don't expand unknown clauses, nerf returning support...
2019-09-22 Matt S Trout switch insert over to clauses system
2019-09-22 Matt S Trout update switched to clauses system
2019-09-22 Matt S Trout auto-generate clause expansion config
2019-09-22 Matt S Trout switch delete to clauses system
next