Release commit for 1.84
[dbsrgits/SQL-Abstract.git] / lib /
2017-04-03 Dagfinn Ilmari Man... Bumping version to 1.84
2017-04-03 Dagfinn Ilmari Man... Bumping version to 1.83
2017-04-03 Dagfinn Ilmari Man... Comment why each of the RETURNING clauses have their...
2017-03-21 Sebastian Riedel Add support for DELETE ... RETURNING ...
2017-03-20 Dagfinn Ilmari Man... Release 1.82 v1.82
2017-03-01 Dagfinn Ilmari Man... Align clauses of complex ORDER BY example for readability
2017-03-01 Joshua Keroes Fix syntax errors in ORDER BY docs (GH#7)
2017-02-28 Dagfinn Ilmari Man... Release 1.81_01 v1.81_01
2016-05-06 Ricardo Signes Document arrayrefref (\[...]) form for order_by
2016-03-04 Dagfinn Ilmari Man... Remove pointless prototypes on methods
2016-03-04 Dagfinn Ilmari Man... Fix ->insert($table, \@values) with >26 values (RT...
2015-12-30 Dagfinn Ilmari Man... 10% speedup of identifier quoting
2015-10-19 Dagfinn Ilmari Man... Teach ::Tree that ILIKE (PostgreSQL) and REGEXP (MySQL...
2015-07-14 Dagfinn Ilmari Man... Fix ORDER BY clause type in synopsis and where() header
2015-07-07 Dagfinn Ilmari Man... Fix order clauses with bind parameters in ->where
2015-07-07 Dagfinn Ilmari Man... Bump Moo dep and remove warning defatalisation hack
2014-12-21 Dagfinn Ilmari Man... Add _update_returning method for UPDATE … RETURNING
2014-12-21 Dagfinn Ilmari Man... Keep calling _insert_returning for INSERT … RETURNING
2014-12-20 Daniel Perrett Fixed missing '}' in POD examples and reformat for...
2014-12-15 Dagfinn Ilmari Man... Reinstate _insert_returning method for DBIC compat
2014-12-15 Dagfinn Ilmari Man... Add support for UPDATE ... RETURNING ...
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-10-03 Peter Rabbitson Saner handling of nested_lhs, we now set it in one...
2014-09-26 gregor herrmann spelling mistake (RT#99147)
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-24 Peter Rabbitson More robust Moo import block (modelled on DBIC)
2014-09-23 Rudolf Leermakers Updating links to repositories, added GitHub mirror
2014-09-23 Rudolf Leermakers Minor documentation fixes; typos, POD formatting code...
2014-09-21 Peter Rabbitson Link fixes (no other changes)
2014-09-20 Dagfinn Ilmari Man... Warn if _recurse_where is called in scalar context
2014-09-20 Peter Rabbitson Truly fix literal+bind examples (build upon a3e3e6a18)
2014-09-20 Dagfinn Ilmari Man... Fix typos in literal + bind examples
2014-09-19 Peter Rabbitson Well how about them apples?! Add temporary overload...
2014-09-19 Peter Rabbitson Boolification-derived-stringification is a thing.....
2014-09-14 Peter Rabbitson An arrayref makes sense for literals, but no sense...
2014-09-07 Peter Rabbitson Make sure is_plain_value returns the actual object...
2014-09-07 Peter Rabbitson Even more reuse of @_
2014-09-04 Peter Rabbitson { -ident => undef } makes zero sense
2014-07-18 Dagfinn Ilmari Man... Correct comments about overload methods vs. ->can()
2014-07-17 Peter Rabbitson Aha - this is why I didn't use ->can originally
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 Swap CAG with Moo, lazify a lot of the profile selection
2014-05-27 Peter Rabbitson Port the \[] *_sql_bind unpacker from DBIC
2014-05-27 Peter Rabbitson Use variables to simplify grocking the parenthesis...
2014-05-21 Arthur Axel 'fREW... Fix the reassembler to treat RNO as the precious specia...
2014-05-21 Peter Rabbitson Treat RNO as a unary op, and properly normalize it
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
2014-01-03 Peter Rabbitson Ensure that multi-nested parenthesis are never unrolled...
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-26 Peter Rabbitson Centralize handling of in-test dumpering
2013-12-22 Peter Rabbitson Extra stopword (we need to find a way to introduce...
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 And yet more improvements in the parsing engine
2013-12-18 Peter Rabbitson Do not yell loudly on TODOified is_same_* tests
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 Finish a RHS branch before applying ASC/DESC mods
2013-06-04 Peter Rabbitson release 1.74 v1.74
2013-06-04 Peter Rabbitson Stop unknown token processing early in case a potential...
2013-06-04 Peter Rabbitson Change parser to not eagerly slurp RHS expressions...
2013-06-04 Peter Rabbitson The ORDER BY parsing fix in 73835ff0 only worked by...
2013-06-04 Peter Rabbitson All roundtrip tests now look for the exact string
2013-06-02 Peter Rabbitson Stop differentiating between ORDER BY foo and ORDER...
2013-06-02 Peter Rabbitson Drop the silly Dumpered bind comparison
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-03-21 Peter Rabbitson Fix false-negative function comparisons
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-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-11 Peter Rabbitson Migrate -ident and -value from dbic, reorganize docs
2011-08-07 Ryan P. Kelly Document with the right name
2011-08-07 Naveed Massjouni Cleaning up docs as ribasushi suggested. Made it clear...
2011-08-07 Peter Rabbitson Cleanup parser a bit more, anchor everything correctly...
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-08-01 Peter Rabbitson Promote AS to a binop of sorts
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
next