dbsrgits/SQL-Abstract.git
2012-04-20 Matt S Trout parse simple order literals
2012-04-20 Matt S Trout abstract order specification
2012-04-20 Matt S Trout make renderer and converter classes more pluggable
2012-04-17 Matt S Trout handle ->_where_to_dq($plain_sql_string)
2012-04-16 Matt S Trout more tweaks
2012-04-16 Matt S Trout refactor a bit more, honour literals in converter
2012-04-16 Matt S Trout factor out Converter
2012-04-14 Matt S Trout simplify and generalize table literal handling
2012-04-14 Matt S Trout factor out select logic a bit more
2012-04-14 Matt S Trout pass unknown @_ downwards for subclassers
2012-04-14 Matt S Trout order inside select node
2012-04-14 Matt S Trout factor some stuff out and enable writeable quoting...
2012-04-14 Matt S Trout throw toys out the pram and convert to Moo
2012-04-14 Matt S Trout clean up always_quote usage, factor out _render_sqla
2012-04-14 Matt S Trout port -ident and -value
2012-04-14 Matt S Trout fix handling for nested function calls - see giant...
2012-04-14 Matt S Trout handle scalarref in arrayref of table names
2012-04-14 Matt S Trout delete vestigial _join_sql_clauses method
2012-04-14 Matt S Trout annihilate refkind stupidity
2012-04-14 Matt S Trout gut values using _mutation_rhs_to_dq code
2012-04-14 Matt S Trout de-REFKIND-rubbish-ify from handling
2012-04-14 Matt S Trout port INSERT, factor out mutation op RHS code
2012-04-14 Matt S Trout convert update, refactor some stuff
2012-04-14 Matt S Trout factor out from+where handling and port DELETE
2012-04-14 Matt S Trout separate out _where_to_dq from _expr_to_dq and rewrite...
2012-04-14 Matt S Trout fix expression generation for UPDATE
2012-04-14 Matt S Trout first cut at convert and case options
2012-04-14 Matt S Trout implement $self->{logic} and kill numbered modifiers
2012-04-14 Peter Rabbitson Convert deprec. test to expectation of fatal error
2012-04-14 Matt S Trout improve and/or handling
2012-04-14 Matt S Trout remove builtin special ops; handled elsewhere
2012-04-14 Matt S Trout special ops handling
2012-04-14 Matt S Trout allow \n in op names - not sure why this ever worked...
2012-04-14 Matt S Trout refactor operator construction and add injection guard...
2012-04-14 Matt S Trout switch { foo => \'= bar' } to using multipart literal...
2012-04-14 Matt S Trout clean up IN/BETWEEN handling
2012-04-14 Matt S Trout sort hash keys when found as RHS in a hashpair
2012-04-14 Matt S Trout handle empty where clauses, fix a quoting bug in litera...
2012-04-14 Matt S Trout handle crack fueled inner function thing
2012-04-14 Matt S Trout rewrite _where_to_dq to get rid of refkind switch
2012-04-14 Matt S Trout handle more IN/BETWEEN odd cases, fix value_meta handling
2012-04-14 Matt S Trout first chunk of WHERE clause conversion
2012-04-14 Matt S Trout refactor somewhat and convert order_by
2012-04-14 Matt S Trout factor _table_dq out and use in SELECT
2012-04-14 Matt S Trout pass SELECT's FROM+etc. through DQ
2012-04-14 Matt S Trout generate SELECT list using DQ
2012-04-14 Matt S Trout move _render_dq call for _table to top level of method
2012-04-14 Matt S Trout handle \@from via DQ
2012-04-14 Matt S Trout switch literal FROM clause generation
2012-04-14 Matt S Trout create Data::Query::Renderer::SQL::Naive object and...
2012-04-11 Peter Rabbitson Pull in some dependency bugfixes
2012-04-11 Peter Rabbitson Upgrade M::I
2012-04-11 Peter Rabbitson Migrate -ident and -value from dbic, reorganize docs
2011-08-07 Ryan P. Kelly Document with the right name
2011-08-07 Naveed Massjouni Cleaning up docs as ribasushi suggested. Made it clear...
2011-08-07 Peter Rabbitson Cleanup parser a bit more, anchor everything correctly...
2011-08-06 Alexander Hartmaier Add test for SQL statement that used to fail before...
2011-08-06 Peter Rabbitson Massively refactor arbitrary sql parser code
2011-08-01 Peter Rabbitson Fix over-eager parenthesis unrolling (only legal in...
2011-08-01 Peter Rabbitson Promote AS to a binop of sorts
2011-07-31 Peter Rabbitson Do not import Carp functions into the namespace
2011-04-08 Justin Hunter _debug not debug, RT#67179
2011-04-01 Justin Hunter fix some pod per RT65556
2011-04-01 Justin Hunter fix git url, RT67137
2011-03-29 Arthur Axel... take out useless _table option
2011-01-07 Peter Rabbitson Add some crazy malformed SQL to make sure things do...
2011-01-07 Peter Rabbitson Fix incorrect comparison of malformed lists
2011-01-07 Peter Rabbitson Fix recursion warnings while parsing extremely long...
2010-12-22 Peter Rabbitson Fix stupid not exists omission
2010-12-21 Arthur Axel... Release 1.72 v1.72
2010-12-21 Peter Rabbitson Consolidate the injection_guard checks, fix bobby's...
2010-12-21 Peter Rabbitson injection_guard implementation
2010-12-21 Peter Rabbitson Require bugfixed CAG
2010-12-21 Peter Rabbitson Undocument -nest with extreme prejudice
2010-12-21 Wes Malone Removed excess parentheses in generated SQL
2010-12-05 Peter Rabbitson Fix stupid assumption in parenthesis unroller
2010-12-05 Peter Rabbitson Pass options to _insert_returning and allow bind rvs
2010-12-01 Justin Hunter add handling for NULL when using -in
2010-11-28 Peter Rabbitson Better diagnostics (unparse the parent of the failed...
2010-11-27 Peter Rabbitson Ask for a faster CAG, switch to MI::AI
2010-11-24 Peter Rabbitson Warnfree tests
2010-11-24 Peter Rabbitson Fix retardation in -between bind handling
2010-11-13 Arthur Axel... migrate _parenthesis_unroll to SQL::Abstract::Tree
2010-11-09 Dagfinn Ilmari... Fix parsing of foo.* in SQLA::Tree
2010-11-09 Peter Rabbitson Release 1.71 v1.71
2010-11-09 Peter Rabbitson Disable dbic-tests when no dbic is present
2010-11-09 Arthur Axel... Release 1.70 v1.70
2010-11-09 Arthur Axel... sort changes by importance
2010-11-09 Arthur Axel... no raw ASCII
2010-11-09 Arthur Axel... better quoting logic
2010-11-09 Arthur Axel... Leave quotes from DBIC in bindargs
2010-11-08 Peter Rabbitson Make resulting SQL work on MySQL
2010-11-08 Peter Rabbitson gitignore
2010-11-08 Peter Rabbitson Reenable show_progress in example
2010-11-06 Arthur Axel... Document repo
2010-11-03 Arthur Axel... Fix missing doc (RT#62587)
2010-10-29 Arthur Axel... Add error checking on "profile" for SQLA::Tree
2010-10-28 Arthur Axel... Highlight HAVING
2010-10-28 Arthur Axel... docs for pretty printer
2010-10-28 Arthur Axel... fixup tests
next