dbsrgits/SQL-Abstract.git
2014-05-28 Peter Rabbitson release 1.78 v1.78
2014-05-28 Peter Rabbitson Drop reqs - works on 5.6.1 just fine
2014-05-28 Peter Rabbitson Rewrite sql formatter script and shove it into examples...
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... 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 Arthur Axel... Original (now passing) test for 08e163601
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 Port scalarref in array of sources test from dq (7732c37a)
2014-01-16 Peter Rabbitson Fix regression in column level { not => undef } op
2014-01-03 Dagfinn Ilmari... Check for extra warnings, and diag input and output
2014-01-03 Dagfinn Ilmari... Diag input and output for unexpected success
2014-01-03 Peter Rabbitson Ensure that multi-nested parenthesis are never unrolled...
2013-12-27 Dagfinn Ilmari... Parentheses are significant in IN tests
2013-12-27 Peter Rabbitson release 1.75 v1.75
2013-12-26 Dagfinn Ilmari... Move simple IN/BETWEEN tests to t/05in_between.t
2013-12-26 Dagfinn Ilmari... Actually use the descriptions in the test cases
2013-12-26 Arthur Axel... An old (now passing) test for regression introduced...
2013-12-26 Dagfinn Ilmari... Port fce4b7a9 from the DQ branch (with warning expectat...
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 Move test to a better location (no changes)
2013-12-26 Peter Rabbitson Normalize handling of expected warnings/exceptions...
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 No tabs, no trailers
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 We already have Storable as a dep, this is pointless
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... Clarify in => undef exception (based on 90c87778)
2013-12-18 Peter Rabbitson Backport undef-with-in tests from DQ, add "roadwork...
2013-12-18 Dagfinn Ilmari... Extra test from the DQ branch (passes in 1.5)
2013-12-04 Dagfinn Ilmari... Document and test non-reference { -in => ... }
2013-08-12 Dagfinn Ilmari... Fix typos in POD and comments (RT#87776)
2013-06-09 Peter Rabbitson Kill the plan
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 No dynamic deps
2013-06-04 Peter Rabbitson Make tests pass without Storable
2013-06-04 Mark A. Stratman Added (now passing) test for @@ full text search
2013-06-04 Peter Rabbitson Stop unknown token processing early in case a potential...
2013-06-04 Arthur Axel... Add (now passing) reassembly test
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-06-01 Peter Rabbitson Pave the road to more global state
2013-04-14 Dagfinn Ilmari... 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... Fix -nulls value case-insensitivity
2013-01-26 Dagfinn Ilmari... Add support for NULLS FIRST/LAST in ORDER BY
2012-07-10 Arthur Axel... release 1.73 v1.73
2012-05-30 Arthur Axel... release 1.73_01 v1.73_01
2012-05-30 Arthur Axel... fix regression introduced in 6f2a5b6
2012-04-20 Arthur Axel... Stop filling in placeholders in `format-sql`
2012-04-11 Peter Rabbitson Pull in some dependency bugfixes
2012-04-11 Peter Rabbitson Upgrade M::I
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 Alexander Hartmaier Add test for SQL statement that used to fail before...
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... take out useless _table option
2011-01-07 Peter Rabbitson Add some crazy malformed SQL to make sure things do...
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... 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 Require bugfixed CAG
2010-12-21 Peter Rabbitson Undocument -nest with extreme prejudice
2010-12-21 Wes Malone Removed excess parentheses in generated SQL
2010-12-05 Peter Rabbitson Fix stupid assumption in parenthesis unroller
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-28 Peter Rabbitson Better diagnostics (unparse the parent of the failed...
2010-11-27 Peter Rabbitson Ask for a faster CAG, switch to MI::AI
2010-11-24 Peter Rabbitson Warnfree tests
2010-11-24 Peter Rabbitson Fix retardation in -between bind handling
2010-11-13 Arthur Axel... migrate _parenthesis_unroll to SQL::Abstract::Tree
2010-11-09 Dagfinn Ilmari... Fix parsing of foo.* in SQLA::Tree
2010-11-09 Peter Rabbitson Release 1.71 v1.71
2010-11-09 Peter Rabbitson Disable dbic-tests when no dbic is present
2010-11-09 Arthur Axel... Release 1.70 v1.70
next