scpubgit/Q-Branch.git
2019-04-13 Matt S Trout join support
2019-04-13 Matt S Trout add group_by and having in ExtraClauses
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 clean up naming and provide aliases
2019-04-10 Matt S Trout include MRO::Compat for 5.8 perls
2019-04-10 Matt S Trout clean up fields handling
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 clean up fields/values expansion for insert
2019-04-10 Matt S Trout convert delete to extended clauses system
2019-04-10 Matt S Trout expand update expansion
2019-04-10 Matt S Trout switch select over to "real" clauses
2019-04-10 Matt S Trout give insert fields a real name
2019-04-10 Matt S Trout clean up expansion
2019-04-10 Matt S Trout switch insert to clauses system
2019-04-10 Matt S Trout delete as clauses
2019-04-10 Matt S Trout add update to clauses
2019-04-10 Matt S Trout convert direct to literal for * and single-id select
2019-04-10 Matt S Trout clean up select-hackery code
2019-04-10 Matt S Trout add select method to ::Clauses and fix bugs
2019-04-10 Matt S Trout make sketch vaguely work
2019-04-10 Matt S Trout initial sketch of Clauses.pm
2019-04-10 Matt S Trout add expand stability test
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-05 Matt S Trout allow controlling SQL::Abstract class for test suite...
2019-04-03 Matt S Trout remove refkind stuff from insert
2019-04-03 Matt S Trout clarify test
2019-04-03 Matt S Trout transplant DBIC test
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
2019-04-01 Matt S Trout fix last warning
2019-04-01 Matt S Trout kill ident/value specialness
2019-04-01 Matt S Trout push comparison invocation into ident and value expanders
2019-04-01 Matt S Trout rename -tuple to -row
2019-04-01 Matt S Trout make -is work at top level
2019-04-01 Matt S Trout test more complex in clause
2019-04-01 Matt S Trout teach between to work as a unop
2019-04-01 Matt S Trout make 05in_between handle die() usefully
2019-04-01 Matt S Trout expand between better
2019-04-01 Matt S Trout make between work as a binop
2019-03-27 Matt S Trout rename list node type to tuple
2019-03-27 Matt S Trout make , special cased to avoid premature generalisation
2019-03-27 Matt S Trout make list always parenthesised, make , op work for...
2019-03-27 Matt S Trout remove $logic from maybe_list_expr
2019-03-27 Matt S Trout make weird undef order_by cases explicit
2019-03-27 Matt S Trout force , as multop, switch order_by
2019-03-27 Matt S Trout switch value defaulting in _in expansion to standard
2019-03-27 Matt S Trout better in handling
2019-03-27 Matt S Trout restore -in dying to have tests clean before breaking it
2019-03-27 Matt S Trout normalize ops to _ style
2019-03-27 Matt S Trout tmp
2019-03-27 Matt S Trout normalise ops to foo, foo_bar etc.
2019-03-27 Matt S Trout condense op handling
2019-03-27 Matt S Trout only remove a leading - if word char following to avoid...
2019-03-27 Matt S Trout simplify Default_Scalar_to code
2019-03-26 Matt S Trout kill dying on IN for non-DBIC
2019-03-26 Matt S Trout few more comments
2019-03-26 Matt S Trout extract scalar handling
2019-03-26 Matt S Trout move _render_op above specific op renderers
2019-03-26 Matt S Trout old SQLA extension system compat marked
2019-03-26 Matt S Trout extract concept of undef value
2019-03-26 Matt S Trout extract _hashpair_cmp for using default cmp
2019-03-26 Matt S Trout use hashtriple for auto-expand generation
2019-03-26 Matt S Trout use hashtriple for auto-{cmp}
2019-03-26 Matt S Trout factor the rest of the undef handling out
2019-03-26 Matt S Trout start to extract op checking for null
2019-03-26 Matt S Trout everything else is notreached, so rename unhandled...
2019-03-26 Matt S Trout extract hashtriple expander
2019-03-26 Matt S Trout andor for hashpair RHS
2019-03-26 Matt S Trout switch more is expansion cases
2019-03-26 Matt S Trout nuke is/is not code now handled by render_op
2019-03-26 Matt S Trout extract IS/IS NOT
2019-03-26 Matt S Trout clean up op handling code more
2019-03-26 Matt S Trout move rendering to default render_op
2019-03-26 Matt S Trout extract andor rendering
2019-03-26 Matt S Trout extract _render_op_in
2019-03-26 Matt S Trout extract between rendering into a method
2019-03-26 Matt S Trout clean up part of the arrayref stuff
2019-03-26 Matt S Trout let andor expand the ident hashref case
2019-03-26 Matt S Trout further andor consolidation
2019-03-26 Matt S Trout add some hopefully useful comments
2019-03-26 Matt S Trout move more expansion into andor
2019-03-25 Matt S Trout make scalar/blessed args cleaner
2019-03-25 Matt S Trout surface _expand_ident call
2019-03-25 Matt S Trout let _expand_expr produce the deprecation warning
next