Support for undef and/or foreign attributes (e.g. CDBI::Sweet)
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract.pm
2014-01-17 Peter Rabbitson Support for undef and/or foreign attributes (e.g. CDBI...
2014-01-17 Peter Rabbitson First cut of a DQ-SQLA trial
2014-01-17 Peter Rabbitson Reuse the TempExtlib trick from DBIC
2014-01-17 Peter Rabbitson Merge branch 'master' into dq
2014-01-17 Peter Rabbitson release 1.77 v1.77
2014-01-16 Peter Rabbitson Fix regression in column level { not => undef } op
2014-01-07 Peter Rabbitson Port whitespace cleanup from master 428975b0
2013-12-27 Peter Rabbitson release 1.75 v1.75
2013-12-26 Peter Rabbitson Reintroduce handling of IS( NOT) ops
2013-12-26 Peter Rabbitson Extensive tests and deprecations of multivalue/no value...
2013-12-26 Peter Rabbitson Remove many of the settled-by-time comments, modernize...
2013-12-18 Peter Rabbitson Make it clearer in examples that bool takes expressions
2013-12-18 Peter Rabbitson Test BETWEEN after the IN debacle (luckily it throws...
2013-12-18 Peter Rabbitson Merge branch 'master' into dq
2013-12-18 Dagfinn Ilmari Man... Clarify in => undef exception (based on 90c87778)
2013-12-18 Peter Rabbitson Backport undef-with-in tests from DQ, add "roadwork...
2013-12-04 Dagfinn Ilmari Man... Document and test non-reference { -in => ... }
2013-08-12 Dagfinn Ilmari Man... Fix typos in POD and comments (RT#87776)
2013-06-09 Peter Rabbitson Merge branch 'master' into dq
2013-06-04 Peter Rabbitson release 1.74 v1.74
2013-04-14 Dagfinn Ilmari Man... Revert "Add support for NULLS FIRST/LAST in ORDER BY"
2013-03-21 Olaf Alders Normalize the select docs s/$table/$source/
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-12-01 Matt S Trout break out base class construction
2012-10-13 Matt S Trout tweak clearer code
2012-07-10 Arthur Axel 'fREW... release 1.73 v1.73
2012-05-30 Arthur Axel 'fREW... release 1.73_01 v1.73_01
2012-05-07 Matt S Trout document order by madness
2012-04-20 Matt S Trout make renderer and converter classes more pluggable
2012-04-16 Matt S Trout more tweaks
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 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 Migrate -ident and -value from dbic, reorganize docs
2011-08-07 Naveed Massjouni Cleaning up docs as ribasushi suggested. Made it clear...
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 'fREW... take out useless _table option
2010-12-21 Arthur Axel 'fREW... 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 Undocument -nest with extreme prejudice
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-24 Peter Rabbitson Fix retardation in -between bind handling
2010-11-09 Peter Rabbitson Release 1.71 v1.71
2010-11-09 Arthur Axel 'fREW... Release 1.70 v1.70
2010-11-06 Arthur Axel 'fREW... Document repo
2010-10-22 Arthur Axel "fREW... release SQL::Abstract 1.69
2010-10-21 Peter Rabbitson Add support for { -op => $foo } in UPDATE arguments
2010-10-21 Peter Rabbitson Properly support ops containing _'s (valid in Oracle)
2010-09-23 Peter Rabbitson Fix bindtype omission in -in handling
2010-09-22 Peter Rabbitson Backout errnoeusly committed stuff
2010-09-22 Peter Rabbitson Fix incomplete handling of IN/BETWEEN sub-args
2010-09-16 Arthur Axel "fREW... release 1.68
2010-09-12 Arthur Axel "fREW... release 1.67_03
2010-09-08 Arthur Axel "fREW... rename DBIC::Storage::PP and get ready to re-release
next