Cleanup regexes / reduce captures a bit
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract / Converter.pm
2014-01-06 Peter Rabbitson Cleanup regexes / reduce captures a bit
2013-12-18 Peter Rabbitson Merge branch 'master' into dq
2013-12-08 Dagfinn Ilmari Man... Disallow { -in => undef }
2013-12-06 Dagfinn Ilmari Man... Handle undef -> NULL for more operators
2013-12-04 Dagfinn Ilmari Man... Remove pointless else after return
2013-12-04 Dagfinn Ilmari Man... Optimise out AND/OR clause in { -(not_)in => [undef] }
2013-12-04 Dagfinn Ilmari Man... Handle { foo => { -in => [undef, …] } }
2013-12-04 Dagfinn Ilmari Man... Allow { -in => $scalar }
2013-12-03 Dagfinn Ilmari Man... Fix NOT IN empty list optimisation
2013-11-17 Matt S Trout add Perl operator conversion support
2013-11-04 Matt S Trout add support for nulls => "none" in order nodes
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-02-05 Dagfinn Ilmari Man... Fix -nulls value case-insensitivity
2013-01-26 Dagfinn Ilmari Man... Add support for NULLS FIRST/LAST in ORDER BY
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 Matt S Trout fix arrayref tables to use correct join generation...
2012-05-07 Matt S Trout document order by madness
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-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