singular methods as readers never worked, mst is an idiot. fixed.
[scpubgit/Q-Branch.git] / lib / SQL / Abstract.pm
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 clean up
2019-10-03 Matt S Trout plugin registration
2019-10-01 Matt S Trout expand_maybe_list_expr now -list expander
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 basic config registration pod
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 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 kill vestigial _expand_noop method
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-23 Matt S Trout promote expand_maybe_list_expr to public method
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
2019-09-22 Matt S Trout extract basic usage to a static hash
2019-09-21 Matt S Trout handle completely bizarre edge case
2019-09-21 Matt S Trout detect disabled ops earlier and fail
2019-09-19 Matt S Trout test is case insensitive, result should be lower cased
2019-09-19 Matt S Trout fix deep empty expr to render nothing
2019-08-24 Matt S Trout improving formatting
2019-08-20 Matt S Trout create sql part joining control code
2019-07-15 Matt S Trout is_op and register_op
2019-05-17 Matt S Trout allow plain - to fall through in hashpair expansion
2019-04-19 Matt S Trout handle convert where using expander wrapping
2019-04-19 Matt S Trout move render_aqt to arrayref
2019-04-19 Matt S Trout first step towards arrayref render_aqt return
2019-04-19 Matt S Trout move multop rendering to join_query_parts
2019-04-19 Matt S Trout fuck wantarray
2019-04-18 Matt S Trout murder AUTOLOAD by default because I keep getting confu...
2019-04-18 Matt S Trout switch Abstract.pm renderers to using join_query_parts
2019-04-18 Matt S Trout compact andor
2019-04-18 Matt S Trout cleanup andor
2019-04-18 Matt S Trout between and in cleanup
2019-04-18 Matt S Trout make join_query_parts handle scalars
2019-04-18 Matt S Trout first keyword move
2019-04-18 Matt S Trout move format_keyword into base sqla
2019-04-18 Matt S Trout row and between
2019-04-18 Matt S Trout move func rendering over to join_query_parts
2019-04-18 Matt S Trout more use cleanup, add hashref to join_sql_parts
2019-04-18 Matt S Trout rename join_clauses to join_query_parts
2019-04-18 Matt S Trout eliminate vestigial length checks
2019-04-17 Matt S Trout move clause rendering to better calling convention
2019-04-16 Matt S Trout clean up calling convention
2019-04-15 Matt S Trout promote _join_parts to public method join_clauses
2019-04-14 Matt S Trout clean up op/func handling, add exists, add de-inconsist...
2019-04-14 Matt S Trout introduce "top level" concept, move -values to Clauses...
2019-04-13 Matt S Trout make INSERT SELECT work
2019-04-13 Matt S Trout add, expand, and use in from, VALUES
2019-04-13 Matt S Trout values clause
2019-04-13 Matt S Trout add as support
2019-04-13 Matt S Trout join support
2019-04-13 Matt S Trout expand function arguments
2019-04-13 Matt S Trout make non-ascii operators work
2019-04-10 Matt S Trout wantarray cleanup and hashref query expressions
2019-04-10 Matt S Trout expand , args while not doubling listification
2019-04-10 Matt S Trout Pass all expression stability tests. Verified by:
2019-04-10 Matt S Trout don't re-expand maybe list expr when already list
2019-04-06 Matt S Trout clean up insert code more
2019-04-06 Matt S Trout centralise field and value aqts for insert
2019-04-06 Matt S Trout clean up delete code
2019-04-05 Matt S Trout pass -op expansion to expand_op handler, fix in
2019-04-03 Matt S Trout remove refkind stuff from insert
2019-04-02 Matt S Trout cleanup multop rendering
2019-04-02 Matt S Trout fix a (bizarre) compatibility issue
2019-04-02 Matt S Trout no op normalization required - already happened outside
2019-04-01 Matt S Trout switch to explicit node type returns for non-op nodes
2019-04-01 Matt S Trout finish removing leading /^-/
2019-04-01 Matt S Trout remove leading - from expand and render
2019-04-01 Matt S Trout remove - from expand keys
2019-04-01 Matt S Trout remove _expr_ from method names
2019-04-01 Matt S Trout extract expand_bind to a method
2019-04-01 Matt S Trout clean up row and op expansion to methods
2019-04-01 Matt S Trout stop treating old special ops normally
next