Explicitly use default names for builders and clearers
[dbsrgits/SQL-Abstract.git] / t /
2014-01-17 Peter Rabbitson Merge branch 'master' into dq
2014-01-17 Peter Rabbitson Port tests and extra operator from master 40f2f231
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-07 Peter Rabbitson Port whitespace cleanup from master 428975b0
2014-01-06 Peter Rabbitson Partially revert brainfart test introduced in 3a507101
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 Merge branch 'master' into dq
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-09 Dagfinn Ilmari Man... Fix duplicate tests for { -in => [ undef ] }
2013-12-08 Dagfinn Ilmari Man... Disallow { -in => undef }
2013-12-06 Dagfinn Ilmari Man... Handle undef -> NULL for more operators
2013-12-04 Dagfinn Ilmari Man... Document and test non-reference { -in => ... }
2013-12-04 Dagfinn Ilmari Man... Optimise out AND/OR clause in { -(not_)in => [undef] }
2013-12-04 Dagfinn Ilmari Man... Handle { foo => { -in => [undef, …] } }
2013-12-04 Dagfinn Ilmari Man... Allow { -in => $scalar }
2013-12-03 Dagfinn Ilmari Man... Fix invalid ORDER BY hash key test
2013-12-03 Dagfinn Ilmari Man... Fix NOT IN empty list optimisation
2013-06-09 Peter Rabbitson Merge branch 'master' into dq
2013-06-09 Peter Rabbitson Kill the plan
2013-06-09 Peter Rabbitson Finish a RHS branch before applying ASC/DESC mods
2013-06-07 Peter Rabbitson Disable podcoverage test for the time being
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...
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-01 Peter Rabbitson Pave the road to more global state
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-02-05 Dagfinn Ilmari Man... Fix -nulls value case-insensitivity
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
2013-01-26 Dagfinn Ilmari Man... Add support for NULLS FIRST/LAST in ORDER BY
2012-07-28 Matt S Trout fix arrayref tables to use correct join generation...
2012-05-30 Arthur Axel 'fREW... fix regression introduced in 6f2a5b6
2012-04-20 Matt S Trout simple literals get detected and turned into nodes
2012-04-20 Matt S Trout ASC purge: t/06order_by.t
2012-04-14 Matt S Trout handle scalarref in arrayref of table names
2012-04-14 Matt S Trout annihilate refkind stupidity
2012-04-14 Matt S Trout port INSERT, factor out mutation op RHS code
2012-04-14 Matt S Trout fix expression generation for UPDATE
2012-04-14 Matt S Trout implement $self->{logic} and kill numbered modifiers
2012-04-14 Peter Rabbitson Convert deprec. test to expectation of fatal error
2012-04-14 Matt S Trout clean up IN/BETWEEN handling
2012-04-14 Matt S Trout handle crack fueled inner function thing
2012-04-14 Matt S Trout handle more IN/BETWEEN odd cases, fix value_meta handling
2012-04-14 Matt S Trout first chunk of WHERE clause conversion
2012-04-11 Peter Rabbitson Migrate -ident and -value from dbic, reorganize docs
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-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 Peter Rabbitson Consolidate the injection_guard checks, fix bobby's...
2010-12-21 Peter Rabbitson injection_guard implementation
2010-12-21 Peter Rabbitson Undocument -nest with extreme prejudice
2010-12-05 Peter Rabbitson Fix stupid assumption in parenthesis unroller
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 Disable dbic-tests when no dbic is present
2010-11-09 Arthur Axel 'fREW... Leave quotes from DBIC in bindargs
2010-11-08 Peter Rabbitson Make resulting SQL work on MySQL
2010-10-28 Arthur Axel 'fREW... fixup tests
2010-10-28 Arthur Axel 'fREW... tests for bulk insert
2010-10-28 Arthur Axel 'fREW... squash_repeats > no_repeats
2010-10-28 Arthur Axel 'fREW... test for no-repeats
2010-10-22 Arthur Axel "fREW... fix tree tests
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 Fix incorrect padding
2010-10-21 Peter Rabbitson Properly support ops containing _'s (valid in Oracle)
next