dbsrgits/SQL-Abstract.git
2009-05-05 Peter Rabbitson Switch some tests to explicit parenthesis comparison abandoned/deprecate_nest
2009-05-05 Peter Rabbitson Deprecate -nest in favor of -paren
2009-05-05 Peter Rabbitson New nest/paren branch
2009-05-05 Peter Rabbitson Back out changes, needs more work, move to a branch
2009-05-05 Peter Rabbitson Deprecate -nest in favor of -paren
2009-04-30 Peter Rabbitson Release 1.53
2009-04-29 Peter Rabbitson Tweak tester disclaimer
2009-04-29 Peter Rabbitson Switch installer to MI
2009-04-29 Peter Rabbitson Add license POD tag, MI friendly
2009-04-29 Peter Rabbitson Make sure hash key sorting is maintained throughout...
2009-04-28 Peter Rabbitson Release 1.52
2009-04-28 Peter Rabbitson Add myself to contributors
2009-04-28 Peter Rabbitson Merge 'and_or' into 'trunk'
2009-04-28 Peter Rabbitson Merge 'trunk' into 'and_or'
2009-04-28 Peter Rabbitson A much better fix for the x => [ -and, ... ] corner...
2009-04-28 Peter Rabbitson Revert r5976, trying something better
2009-04-28 Peter Rabbitson Parenthesis do matter in -nest tests
2009-04-28 Laurent Dami test -nest inside an arrayref
2009-04-28 Peter Rabbitson Disable t/10test.t for ordinary users (suggested by...
2009-04-28 Peter Rabbitson Add -nest tests by ldami
2009-04-28 Peter Rabbitson Refactor the parenthesis unroll SQLA::Test code
2009-04-28 Justin Hunter patch to suppress warnings in case first element of...
2009-04-24 Peter Rabbitson Wrap up order_by saga
2009-04-24 Peter Rabbitson Make POD more readable, add a (failing) multikey order_...
2009-04-24 Justin Hunter add in my changes
2009-04-24 Justin Hunter add support for order_by => [qw/colA colB/]
2009-04-24 Justin Hunter remove parens from test, they do not matter
2009-04-24 Justin Hunter fix for x => { '!=' => [ -and => (1 .. 3) ] }
2009-04-23 Peter Rabbitson Merge 'and_or' into 'trunk'
2009-04-23 Peter Rabbitson Strip some parenthesis for easier reading
2009-04-23 Justin Hunter readd the failing test back in
2009-04-21 Peter Rabbitson Silence warning on bleadperl (by SMPETERS)
2009-04-21 Justin Hunter patch for -between to handle [\"", \""] and \["", ...
2009-04-08 Justin Hunter fix for hashref $logic
2009-04-07 Justin Hunter branch to work on -and => [], -or => {}
2009-04-01 Laurent Dami corrections/additions in POD, after remarks from ribasushi
2009-03-29 Peter Rabbitson Remove CR/LF and exec bits
2009-03-29 Peter Rabbitson This todo is active on the cpan 1.51 release, still...
2009-03-28 Peter Rabbitson Release 1.51
2009-03-28 Peter Rabbitson Someone else would have to write -nest tests
2009-03-28 Peter Rabbitson Massive modifier test cleanup
2009-03-28 Peter Rabbitson Split test for clarity
2009-03-28 Peter Rabbitson Warn about deprecation of and/or/nestX
2009-03-28 Peter Rabbitson Better test exception diag
2009-03-24 Peter Rabbitson mod_N deprecation tests
2009-03-24 Peter Rabbitson All functionality tests in, except for nest and opX...
2009-03-24 Laurent Dami doc improvements, restructuring and adding explanations...
2009-03-24 Peter Rabbitson A yet more-smarter parser for SQLA::Test - any smarter...
2009-03-24 Peter Rabbitson Sanify patch by arcanez - we do not gobble any -X op...
2009-03-23 Laurent Dami updated doc to officially support the -and/-or => ...
2009-03-23 Laurent Dami fixed the failing tests
2009-03-22 Peter Rabbitson More modifier tests, all appear to be good (more needed)
2009-03-22 Peter Rabbitson Preliminary fix by arcanez
2009-03-22 Peter Rabbitson Reverting massive test breakage by LDAMI - this stuff...
2009-03-22 Peter Rabbitson Dummyfy test for now
2009-03-22 Peter Rabbitson Consider 'X BETWEEN' a statement keyword
2009-03-22 Peter Rabbitson Comment clarify
2009-03-22 Peter Rabbitson Massive SQLA::Test rewrite - make it handle ()s sanely...
2009-03-21 Peter Rabbitson test SQLA::Test shortcommings
2009-03-21 Peter Rabbitson Framework for modifiers tests
2009-03-19 Peter Rabbitson Correct nested modifier tests
2009-03-19 Marcus Ramberg SQLA syntax regression from 1.24
2009-03-19 Peter Rabbitson Failing nested modifier tests (the tests themselves...
2009-03-19 Rob Kinyon cp -r from branches/1.50_RC where svk push won't work
2009-03-11 Norbert Buchmuller Fixed my typos/wording errors in the POD.
2009-03-10 Peter Rabbitson Bump to 1.50
2009-03-10 Norbert Buchmuller Bumped version number to 1.49_05 and updated Changes.
2009-03-10 Norbert Buchmuller Fixed a typo in Changes.
2009-03-09 Peter Rabbitson Enhance values test
2009-03-09 Peter Rabbitson Fix is_* in test to return the correct test value
2009-03-09 Peter Rabbitson Better handling of borked sql in tests
2009-03-09 Rob Kinyon Fixed interjecting arrayrefref into a where clause
2009-03-09 Rob Kinyon Fixed the problem with values() not behaving the same...
2009-03-08 Peter Rabbitson Clarify insanedness of test
2009-03-08 Peter Rabbitson Cleanup test and add a failing test case against RT...
2009-03-08 Peter Rabbitson Deal properly with () in is_same_sql_bind
2009-03-08 Peter Rabbitson Add value-only insert test with a literal sql snippet
2009-03-08 Peter Rabbitson Failing tests by debolaz
2009-03-08 Peter Rabbitson Do not version MANIFEST
2009-03-08 Peter Rabbitson Update Changes
2009-03-03 Norbert Buchmuller Bumped version number to 1.49_04.
2009-03-03 Norbert Buchmuller Added tests and updated POD for bindtype = 'columns...
2009-02-17 Norbert Buchmuller Bumped version number to 1.49_03.
2009-02-17 Norbert Buchmuller Added test cases for "col => {-in => \[$sql, @bind...
2009-02-17 Norbert Buchmuller Added documentation of the impact of bindtype on \...
2009-02-17 Norbert Buchmuller Fixed behaviour of 'literal SQL with bind' feature...
2009-02-16 Norbert Buchmuller Bumped revision number.
2009-02-16 Norbert Buchmuller Fixed 'use constant' statement to work on Perl 5.6.
2009-02-15 Norbert Buchmuller Applied patch from Zbigniew Lukasiak (with slight modif...
2009-02-15 Norbert Buchmuller Formatting.
2009-02-15 Norbert Buchmuller Fixed a bug in hashpair with literal SQL and bind value...
2009-02-11 Norbert Buchmuller Added test cases to test the arrayref (\[$sql, @bind...
2009-02-09 Norbert Buchmuller Changed author field in Makefile.PL to mst.
2009-02-09 Norbert Buchmuller Added test for an expected warning.
2009-02-03 Norbert Buchmuller A new predicate sub: eq_sql_bind
2009-01-30 Norbert Buchmuller Passing a hashref as bind value in insert() does not...
2008-12-15 Norbert Buchmuller Removed an unnecessary 'use'.
2008-12-15 Norbert Buchmuller Merged changes from the '1.50_RC-extraparens' branch.
2008-12-10 Norbert Buchmuller Added myself to the contributors list.
2008-11-28 Norbert Buchmuller Added dependency to Test::Deep.
next