Install DBIC-compatible ident renderer
[scpubgit/Q-Branch.git] / t /
2019-10-03 Matt S Trout plugin registration
2019-10-01 Matt S Trout make the clauses test a standard one
2019-09-30 Matt S Trout require explicit restoration of old unop behaviour...
2019-09-22 Matt S Trout switch delete to clauses system
2019-09-21 Matt S Trout handle completely bizarre edge case
2019-09-21 Matt S Trout detect disabled ops earlier and fail
2019-09-19 Matt S Trout fix deep empty expr to render nothing
2019-04-18 Matt S Trout improve infinite recursion debugging, fix infinite...
2019-04-17 Matt S Trout move clause rendering to better calling convention
2019-04-05 Matt S Trout pass -op expansion to expand_op handler, fix in
2019-04-03 Matt S Trout clarify test
2019-04-03 Matt S Trout transplant DBIC test
2019-04-01 Matt S Trout rename -tuple to -row
2019-04-01 Matt S Trout make -is work at top level
2019-04-01 Matt S Trout test more complex in clause
2019-04-01 Matt S Trout make 05in_between handle die() usefully
2019-04-01 Matt S Trout make between work as a binop
2019-03-27 Matt S Trout make list always parenthesised, make , op work for...
2019-03-27 Matt S Trout better in handling
2019-03-25 Matt S Trout improve 04modifiers diagnostics
2019-03-18 Matt S Trout extract and/or expansion
2019-02-24 Matt S Trout catch another weird edge case in _order_by
2019-02-23 Matt S Trout additional fixups for top-level-ness and oddities
2019-02-22 Matt S Trout ensure _order_by_chunks returns what it used to
2019-02-13 Matt S Trout make the DBIC required warning scoped
2019-02-12 Matt S Trout single fire -nest warning because DBIC expects it,...
2019-02-12 Matt S Trout handle scalar arg to _recurse_where correctly
2018-10-28 Matt S Trout for compat, single select arg doesnt quote
2018-10-25 Matt S Trout fix undef (null) values passed to update
2018-10-17 Matt S Trout also barf on arrayref based order_by with the same...
2018-10-17 Matt S Trout restore _order_by exception on nonsense asc+desc input
2018-10-14 Matt S Trout restore unary op functionality
2018-09-18 Matt S Trout quote code supports multi-part idents
2018-09-18 Matt S Trout set values in update via expand/render
2018-09-17 Matt S Trout add custom expansions, convert order_by
2018-09-17 Matt S Trout more debugging in tests
2018-09-16 Matt S Trout trap exceptions and show expr expansion in 02where
2018-09-08 Matt S Trout regularise more code, switch one test from die to warn...
2018-09-07 Matt S Trout include exception for 00new failures
2018-09-07 Matt S Trout better results from 01generate when a test unexpecteedl...
2018-07-07 Fabrizio Gennari Do not replace the literal string '0' with ''
2017-04-13 Dagfinn Ilmari Man... Whitespace cleanup
2017-03-21 Sebastian Riedel Add support for DELETE ... RETURNING ...
2016-03-04 Dagfinn Ilmari Man... Fix ->insert($table, \@values) with >26 values (RT...
2015-10-19 Dagfinn Ilmari Man... Teach ::Tree that ILIKE (PostgreSQL) and REGEXP (MySQL...
2015-07-07 Dagfinn Ilmari Man... Fix order clauses with bind parameters in ->where
2014-12-15 Dagfinn Ilmari Man... Add support for UPDATE ... RETURNING ...
2014-10-25 Peter Rabbitson Fix overly-enthusiastic parenthesis unroller (RT#99503)
2014-10-05 Peter Rabbitson Skip tests on smokers with a broken DBIC trial
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 Deprecate and properly handle empty lhs
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-10 Peter Rabbitson More (still passing!!!) test cases after conversation...
2014-09-07 Peter Rabbitson Even more versatile is_plain_value testing - feeble...
2014-09-07 Peter Rabbitson Make sure is_plain_value returns the actual object...
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-07-16 Peter Rabbitson Fixup descriptions a bit
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 Treat RNO as a unary op, and properly normalize it
2014-05-21 Arthur Axel 'fREW... Original (now passing) test for 08e163601
2014-05-21 Peter Rabbitson Fix the binop leg of the parser to correctly consider...
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 Man... Check for extra warnings, and diag input and output
2014-01-03 Dagfinn Ilmari Man... 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 Man... Parentheses are significant in IN tests
2013-12-26 Dagfinn Ilmari Man... Move simple IN/BETWEEN tests to t/05in_between.t
2013-12-26 Dagfinn Ilmari Man... Actually use the descriptions in the test cases
2013-12-26 Arthur Axel 'fREW... An old (now passing) test for regression introduced...
2013-12-26 Dagfinn Ilmari Man... 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 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 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-18 Dagfinn Ilmari Man... Extra test from the DQ branch (passes in 1.5)
2013-12-04 Dagfinn Ilmari Man... Document and test non-reference { -in => ... }
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 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 'fREW... Add (now passing) reassembly test
2013-06-04 Peter Rabbitson Change parser to not eagerly slurp RHS expressions...
next