break out base class construction
[dbsrgits/SQL-Abstract.git] / lib / SQL / Abstract.pm
2012-12-01 Matt S Trout break out base class construction
2012-10-13 Matt S Trout tweak clearer code
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
2010-06-29 Nigel Metheringham Improvements to where clause docs for undef/NULL -...
2010-06-29 Nigel Metheringham Trivial doc fix (malformed pod markup)
2010-05-31 Arthur Axel "fREW... for people working from repository
2010-05-31 Arthur Axel "fREW... release 1.67
2010-05-30 Peter Rabbitson Bump trunk version
2010-05-16 Arthur Axel "fREW... this should have been release 1.66, but I forgot to...
2010-05-16 Peter Rabbitson Puke in bind-assert and rewrite test to stop T::E from...
2010-05-16 Peter Rabbitson Add missing bindtype assertions
2010-05-14 Nigel Metheringham Added check for defined to str equality test
2010-04-26 Peter Rabbitson Stupid omission
2010-04-24 Peter Rabbitson Doesn't get any tighter
2010-04-24 Peter Rabbitson 10% speed up on quoted statement generation
2010-04-11 Arthur Axel "fREW... set version for dev users
2010-04-11 Arthur Axel "fREW... Release 1.65
2010-04-11 Arthur Axel "fREW... cleaner dev version stuff; thanks to riba
2010-04-11 Arthur Axel "fREW... set version to 1.64_01 for dev users
2010-04-11 Arthur Axel "fREW... Release 1.64
2010-04-07 Robert Bohne Fixed small POD mistake
2010-04-04 Peter Rabbitson Fix RTs #56062 and #56258
2010-03-24 Peter Rabbitson Release 1.63
2010-03-23 Peter Rabbitson ILIKE is common enough to be in core
2010-03-23 Peter Rabbitson Whoops - forgot to commit
2010-03-09 Peter Rabbitson Bump trunk version
2010-03-09 Peter Rabbitson Extra nesting test and fix
2010-03-08 Peter Rabbitson De-golf
2010-03-08 Peter Rabbitson Clean namespace
next