dbsrgits/SQL-Abstract.git
2013-11-02 Matt S Trout handle DQ node in IN
2013-11-01 Matt S Trout better debugging for duff order_by
2013-11-01 Matt S Trout improve identifier regexp in order_by slightly
2013-10-26 Matt S Trout handle \$dq in order by
2013-10-09 Matt S Trout only split identifiers when we have a separator
2013-06-09 Peter Rabbitson Merge branch 'master' into dq
2013-06-09 Peter Rabbitson Kill the plan
2013-06-09 Peter Rabbitson Finish a RHS branch before applying ASC/DESC mods
2013-06-07 Peter Rabbitson Disable podcoverage test for the time being
2013-06-04 Peter Rabbitson release 1.74 v1.74
2013-06-04 Peter Rabbitson No dynamic deps
2013-06-04 Peter Rabbitson Make tests pass without Storable
2013-06-04 Mark A. Stratman Added (now passing) test for @@ full text search
2013-06-04 Peter Rabbitson Stop unknown token processing early in case a potential...
2013-06-04 Arthur Axel... Add (now passing) reassembly test
2013-06-04 Peter Rabbitson Change parser to not eagerly slurp RHS expressions...
2013-06-04 Peter Rabbitson The ORDER BY parsing fix in 73835ff0 only worked by...
2013-06-04 Peter Rabbitson All roundtrip tests now look for the exact string
2013-06-02 Peter Rabbitson Stop differentiating between ORDER BY foo and ORDER...
2013-06-02 Peter Rabbitson Drop the silly Dumpered bind comparison
2013-06-01 Peter Rabbitson Pave the road to more global state
2013-04-14 Dagfinn Ilmari... Revert "Add support for NULLS FIRST/LAST in ORDER BY"
2013-03-21 Olaf Alders Normalize the select docs s/$table/$source/
2013-03-21 Peter Rabbitson Fix false-negative function comparisons
2013-02-05 Dagfinn Ilmari... Fix -nulls value case-insensitivity
2013-02-05 Dagfinn Ilmari... Fix -nulls value case-insensitivity
2013-01-26 Dagfinn Ilmari... Add support for NULLS FIRST/LAST in ORDER BY
2013-01-26 Dagfinn Ilmari... Add support for NULLS FIRST/LAST in ORDER BY
2012-12-01 Matt S Trout break out base class construction
2012-10-13 Matt S Trout tweak clearer code
2012-08-23 Matt Phillips remove all remnants of DQ::Constants
2012-08-17 Matt Phillips Pass subtype to Literal() helper directly
2012-08-17 Matt Phillips Update DQ Converter to use new DQ::ExprHelpers
2012-07-28 Arthur Axel... Fix eq_bind checker
2012-07-28 Matt S Trout fix arrayref tables to use correct join generation...
2012-07-10 Arthur Axel... release 1.73 v1.73
2012-05-30 Arthur Axel... release 1.73_01 v1.73_01
2012-05-30 Arthur Axel... fix regression introduced in 6f2a5b6
2012-05-07 Matt S Trout document order by madness
2012-04-20 Arthur Axel... Stop filling in placeholders in `format-sql`
2012-04-20 Matt S Trout simple literals get detected and turned into nodes
2012-04-20 Matt S Trout ASC purge: t/06order_by.t
2012-04-20 Matt S Trout less generous literal parsing
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...
next