finish porting to join_query_parts as arrayref
[scpubgit/Q-Branch.git] / lib / SQL / Abstract / Clauses.pm
2019-04-19 Matt S Trout finish porting to join_query_parts as arrayref
2019-04-19 Matt S Trout extract remaining insert clause expansion handling...
2019-04-19 Matt S Trout port clause renderers to arrayref convention
2019-04-18 Matt S Trout extract remaining insert clause expansion handling...
2019-04-18 Matt S Trout improve infinite recursion debugging, fix infinite...
2019-04-18 Matt S Trout there is a lurking infinite loop in 01generate inserts...
2019-04-18 Matt S Trout take advantage of join_query_parts to clean up
2019-04-18 Matt S Trout make the legacy convert feature its own node
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-17 Matt S Trout fixup sigil usage
2019-04-17 Matt S Trout statement_list and test
2019-04-17 Matt S Trout wrap expander and expander list
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-16 Matt S Trout with recursive test and bugfixes
2019-04-15 Matt S Trout switch keyword formatting to method, fix clause order...
2019-04-15 Matt S Trout promote _join_parts to public method join_clauses
2019-04-15 Matt S Trout clauses transforms
2019-04-15 Matt S Trout better extension api
2019-04-15 Matt S Trout clean up op expansion
2019-04-15 Matt S Trout move to default registration
2019-04-15 Matt S Trout initial extension api
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-14 Matt S Trout sugar for select and multi-row insert
2019-04-13 Matt S Trout make INSERT SELECT work
2019-04-13 Matt S Trout delete from, update using, join using
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 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