all tests pass and impl actually makes sense
[dbsrgits/SQL-Abstract.git] / Changes
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 'fREW... Release 1.72 v1.72
2010-12-21 Peter Rabbitson injection_guard implementation
2010-12-21 Peter Rabbitson Undocument -nest with extreme prejudice
2010-12-21 Wes Malone Removed excess parentheses in generated SQL
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 Dagfinn Ilmari Man... Fix parsing of foo.* in SQLA::Tree
2010-11-09 Peter Rabbitson Release 1.71 v1.71
2010-11-09 Arthur Axel 'fREW... Release 1.70 v1.70
2010-11-09 Arthur Axel 'fREW... sort changes by importance
2010-11-09 Arthur Axel 'fREW... Leave quotes from DBIC in bindargs
2010-11-08 Peter Rabbitson Make resulting SQL work on MySQL
2010-11-03 Arthur Axel 'fREW... Fix missing doc (RT#62587)
2010-10-29 Arthur Axel 'fREW... Add error checking on "profile" for SQLA::Tree
2010-10-28 Arthur Axel 'fREW... Highlight HAVING
2010-10-28 Arthur Axel 'fREW... squash_repeats > no_repeats
2010-10-28 Arthur Axel 'fREW... Add "no_repeats" option to fix it such that repeated...
2010-10-23 Arthur Axel "fREW... Add EXECUTING for clarity of long running SQL
2010-10-23 Arthur Axel "fREW... Highlight transaction keywords
2010-10-23 Arthur Axel "fREW... Hide bulk inserts from DBIx::Class
2010-10-23 Arthur Axel "fREW... fix pagination keywords
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 Fix default value inserts (an op can have an empty...
2010-10-21 Peter Rabbitson Properly support ops containing _'s (valid in Oracle)
2010-10-21 Peter Rabbitson Preserve \@bindargs passed to unparse()
2010-10-21 Peter Rabbitson Add list support, and various mini-fixes
2010-10-09 Arthur Axel "fREW... Changes for past two commits
2010-09-22 Peter Rabbitson Fix incomplete handling of IN/BETWEEN sub-args
2010-09-22 Peter Rabbitson Reenable the tester test - it's fast enough now
2010-09-16 Arthur Axel "fREW... release 1.68
2010-09-14 Arthur Axel "fREW... placeholder coloring!
2010-09-14 Arthur Axel "fREW... doc additions and a method rename
2010-09-11 Arthur Axel "fREW... docs for ::Tree
2010-09-09 Arthur Axel "fREW... merge configs with profiles
2010-09-09 Arthur Axel "fREW... add placeholder support
2010-09-08 Arthur Axel "fREW... rename DBIC::Storage::PP and get ready to re-release
2010-09-08 Arthur Axel "fREW... update changes
2010-07-12 Peter Rabbitson Commit changes to previous erroneous commit
2010-07-12 Peter Rabbitson No versioning before releaseChanges
2010-06-29 Nigel Metheringham Improvements to where clause docs for undef/NULL -...
2010-05-31 Arthur Axel "fREW... release 1.67
2010-05-30 Peter Rabbitson More forgotten changes
2010-05-30 Peter Rabbitson Fix SQLA::Test problem
2010-05-16 Arthur Axel "fREW... this should have been release 1.66, but I forgot to...
2010-04-24 Peter Rabbitson 10% speed up on quoted statement generation
2010-04-11 Arthur Axel "fREW... Release 1.65
2010-04-11 Arthur Axel "fREW... Release 1.64
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-10 Peter Rabbitson Shuffle dependencies a bit more
2010-03-09 Peter Rabbitson Bump trunk version
2010-03-08 Peter Rabbitson Changes
2010-03-05 Marc Mims fixed open outer parens in a multi-line literal
2010-02-05 Peter Rabbitson Release 1.61
2010-02-04 Peter Rabbitson Release ready - still need to coordinate with DBIC
2010-02-04 Peter Rabbitson Things look saner now
2009-09-22 Peter Rabbitson Release 1.60
2009-09-22 Peter Rabbitson fix a dumb dumb regex error, /me --
2009-09-22 Peter Rabbitson Release 1.59
2009-09-22 Peter Rabbitson Documentation and changes
2009-09-15 Peter Rabbitson Fix some warnings
2009-09-04 Peter Rabbitson Release 1.58
2009-05-30 Peter Rabbitson Release 1.56
2009-05-16 Peter Rabbitson Release 1.55
2009-05-16 Peter Rabbitson Test and fix for obscure where-cond modification
2009-05-07 Peter Rabbitson Release 1.54
2009-04-30 Peter Rabbitson Release 1.53
2009-04-28 Peter Rabbitson Release 1.52
2009-04-24 Justin Hunter add in my changes
2009-03-28 Peter Rabbitson Release 1.51
2009-03-10 Peter Rabbitson Bump to 1.50
2009-03-10 Norbert Buchmuller Bumped version number to 1.49_05 and updated Changes.
2009-03-10 Norbert Buchmuller Fixed a typo in Changes.
2009-03-08 Peter Rabbitson Update Changes
2008-10-17 Laurent Dami 1.5 release candidate : filling some holes in the doc
2008-06-12 Guillermo Roditi fix for key => [] + tests + cleanup of 02where.t
2008-05-15 Guillermo Roditi one more test and some simple docs
2008-05-15 Guillermo Roditi bumped version but not $REVISION. small fix to order_by...
2007-02-07 Ash Berlin Added { -desc => 'foo' } order by support
2007-02-07 Ash Berlin Sanitised layout - now to start hacking