dbsrgits/SQL-Abstract.git
2020-07-24 Matt S Trout fix up with clause code - got the parens wrong
2020-07-24 Matt S Trout with recursive test and bugfixes
2020-07-24 Matt S Trout basic with support
2020-07-24 Matt S Trout refactor to add the rest of the setops
2020-07-24 Matt S Trout LHS of as is interpreted as ident so this is more correct
2020-07-24 Matt S Trout switch keyword formatting to method, fix clause order...
2020-07-24 Matt S Trout promote _join_parts to public method join_clauses
2020-07-24 Matt S Trout introduce keyword concept to avoid private methods
2020-07-24 Matt S Trout clauses transforms
2020-07-24 Matt S Trout further APIfication
2020-07-24 Matt S Trout move more stuff to method calls
2020-07-24 Matt S Trout better extension api
2020-07-24 Matt S Trout clean up op expansion
2020-07-24 Matt S Trout clean up from_list
2020-07-24 Matt S Trout move to default registration
2020-07-24 Matt S Trout initial extension api
2020-07-24 Matt S Trout demonstrate adding clauses with no special expand/render
2020-07-24 Matt S Trout verify "col = (SELECT ...)" works
2020-07-24 Matt S Trout clean up op/func handling, add exists, add de-inconsist...
2020-07-24 Matt S Trout introduce "top level" concept, move -values to Clauses...
2020-07-24 Matt S Trout sugar for select and multi-row insert
2020-07-24 Matt S Trout make INSERT SELECT work
2020-07-24 Matt S Trout subselect in from renders ok
2020-07-24 Matt S Trout delete from, update using, join using
2020-07-24 Matt S Trout add, expand, and use in from, VALUES
2020-07-24 Matt S Trout values clause
2020-07-24 Matt S Trout add as support
2020-07-24 Matt S Trout clauses test (xt/ because extra deps)
2020-07-24 Matt S Trout join support
2020-07-24 Matt S Trout add group_by and having in ExtraClauses
2020-07-24 Matt S Trout expand function arguments
2020-07-24 Matt S Trout make non-ascii operators work
2020-07-24 Matt S Trout wantarray cleanup and hashref query expressions
2020-07-24 Matt S Trout clean up naming and provide aliases
2020-07-24 Matt S Trout include MRO::Compat for 5.8 perls
2020-07-24 Matt S Trout clean up fields handling
2020-07-24 Matt S Trout expand , args while not doubling listification
2020-07-24 Matt S Trout Pass all expression stability tests. Verified by:
2020-07-24 Matt S Trout clean up fields/values expansion for insert
2020-07-24 Matt S Trout convert delete to extended clauses system
2020-07-24 Matt S Trout expand update expansion
2020-07-24 Matt S Trout switch select over to "real" clauses
2020-07-24 Matt S Trout give insert fields a real name
2020-07-24 Matt S Trout clean up expansion
2020-07-24 Matt S Trout switch insert to clauses system
2020-07-24 Matt S Trout delete as clauses
2020-07-24 Matt S Trout add update to clauses
2020-07-24 Matt S Trout convert direct to literal for * and single-id select
2020-07-24 Matt S Trout clean up select-hackery code
2020-07-24 Matt S Trout add select method to ::Clauses and fix bugs
2020-07-24 Matt S Trout make sketch vaguely work
2020-07-24 Matt S Trout initial sketch of Clauses.pm
2020-07-24 Matt S Trout add expand stability test
2020-07-24 Matt S Trout don't re-expand maybe list expr when already list
2020-07-24 Matt S Trout clean up insert code more
2020-07-24 Matt S Trout centralise field and value aqts for insert
2020-07-24 Matt S Trout clean up delete code
2020-07-24 Matt S Trout pass -op expansion to expand_op handler, fix in
2020-07-24 Matt S Trout allow controlling SQL::Abstract class for test suite...
2020-07-24 Matt S Trout remove refkind stuff from insert
2020-07-24 Matt S Trout clarify test
2020-07-24 Matt S Trout transplant DBIC test
2020-07-24 Matt S Trout cleanup multop rendering
2020-07-24 Matt S Trout fix a (bizarre) compatibility issue
2020-07-24 Matt S Trout no op normalization required - already happened outside
2020-07-24 Matt S Trout switch to explicit node type returns for non-op nodes
2020-07-24 Matt S Trout finish removing leading /^-/
2020-07-24 Matt S Trout remove leading - from expand and render
2020-07-24 Matt S Trout remove - from expand keys
2020-07-24 Matt S Trout remove _expr_ from method names
2020-07-24 Matt S Trout extract expand_bind to a method
2020-07-24 Matt S Trout clean up row and op expansion to methods
2020-07-24 Matt S Trout stop treating old special ops normally
2020-07-24 Matt S Trout fix last warning
2020-07-24 Matt S Trout kill ident/value specialness
2020-07-24 Matt S Trout push comparison invocation into ident and value expanders
2020-07-24 Matt S Trout rename -tuple to -row
2020-07-24 Matt S Trout make -is work at top level
2020-07-24 Matt S Trout test more complex in clause
2020-07-24 Matt S Trout teach between to work as a unop
2020-07-24 Matt S Trout make 05in_between handle die() usefully
2020-07-24 Matt S Trout expand between better
2020-07-24 Matt S Trout make between work as a binop
2020-07-24 Matt S Trout rename list node type to tuple
2020-07-24 Matt S Trout make , special cased to avoid premature generalisation
2020-07-24 Matt S Trout make list always parenthesised, make , op work for...
2020-07-24 Matt S Trout remove $logic from maybe_list_expr
2020-07-24 Matt S Trout make weird undef order_by cases explicit
2020-07-24 Matt S Trout force , as multop, switch order_by
2020-07-24 Matt S Trout switch value defaulting in _in expansion to standard
2020-07-24 Matt S Trout better in handling
2020-07-24 Matt S Trout restore -in dying to have tests clean before breaking it
2020-07-24 Matt S Trout normalize ops to _ style
2020-07-24 Matt S Trout tmp
2020-07-24 Matt S Trout normalise ops to foo, foo_bar etc.
2020-07-24 Matt S Trout condense op handling
2020-07-24 Matt S Trout only remove a leading - if word char following to avoid...
2020-07-24 Matt S Trout simplify Default_Scalar_to code
2020-07-24 Matt S Trout kill dying on IN for non-DBIC
2020-07-24 Matt S Trout few more comments
next