Release 1.81
[dbsrgits/SQL-Abstract.git] / Changes
2014-10-25 Peter Rabbitson Release 1.81 v1.81
2014-10-25 Peter Rabbitson Fix overly-enthusiastic parenthesis unroller (RT#99503)
2014-10-05 Peter Rabbitson Release 1.80 v1.80
2014-10-03 Peter Rabbitson Croak on invalid top-level special ops
2014-09-26 Peter Rabbitson Whatever I was thinking it wasn't making much sense
2014-09-25 Peter Rabbitson Release 1.79 v1.79
2014-09-25 Peter Rabbitson Deprecate and properly handle empty lhs
2014-09-04 Peter Rabbitson { -ident => undef } makes zero sense
2014-07-17 Peter Rabbitson New exportable functions: is_literal_value($) and is_pl...
2014-07-17 Peter Rabbitson Fix -values not being handled properly with NULLs
2014-07-17 Dagfinn Ilmari Man... Escape closing quote character in table and column...
2014-05-28 Peter Rabbitson release 1.78 v1.78
2014-05-28 Peter Rabbitson Rewrite sql formatter script and shove it into examples...
2014-05-27 Peter Rabbitson Port the \[] *_sql_bind unpacker from DBIC
2014-05-21 Arthur Axel 'fREW... Fix the reassembler to treat RNO as the precious specia...
2014-05-21 Peter Rabbitson Fix the binop leg of the parser to correctly consider...
2014-01-17 Peter Rabbitson release 1.77 v1.77
2014-01-16 Peter Rabbitson Fix regression in column level { not => undef } op
2013-12-27 Peter Rabbitson release 1.75 v1.75
2013-12-26 Peter Rabbitson Extensive tests and deprecations of multivalue/no value...
2013-12-18 Peter Rabbitson Make it clearer in examples that bool takes expressions
2013-12-18 Peter Rabbitson And yet more improvements in the parsing engine
2013-12-18 Peter Rabbitson Backport undef-with-in tests from DQ, add "roadwork...
2013-08-12 Dagfinn Ilmari Man... Fix typos in POD and comments (RT#87776)
2013-06-09 Peter Rabbitson Finish a RHS branch before applying ASC/DESC mods
2013-06-04 Peter Rabbitson release 1.74 v1.74
2013-06-04 Peter Rabbitson Change parser to not eagerly slurp RHS expressions...
2013-06-02 Peter Rabbitson Stop differentiating between ORDER BY foo and ORDER...
2013-04-14 Dagfinn Ilmari Man... Revert "Add support for NULLS FIRST/LAST in ORDER BY"
2013-03-21 Peter Rabbitson Fix false-negative function comparisons
2013-01-26 Dagfinn Ilmari Man... Add support for NULLS FIRST/LAST in ORDER BY
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-30 Arthur Axel 'fREW... fix regression introduced in 6f2a5b6
2012-04-20 Arthur Axel 'fREW... Stop filling in placeholders in `format-sql`
2012-04-11 Peter Rabbitson Migrate -ident and -value from dbic, reorganize docs
2011-08-06 Peter Rabbitson Massively refactor arbitrary sql parser code
2011-08-01 Peter Rabbitson Fix over-eager parenthesis unrolling (only legal in...
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
next