2009-04-24 |
Peter Rabbitson |
Make POD more readable, add a (failing) multikey order_... |
tree | commitdiff |
2009-04-24 |
Justin Hunter |
add support for order_by => [qw/colA colB/] |
tree | commitdiff |
2009-04-24 |
Justin Hunter |
fix for x => { '!=' => [ -and => (1 .. 3) ] } |
tree | commitdiff |
2009-04-23 |
Peter Rabbitson |
Merge 'and_or' into 'trunk' |
tree | commitdiff |
2009-04-21 |
Peter Rabbitson |
Silence warning on bleadperl (by SMPETERS) |
tree | commitdiff |
2009-04-21 |
Justin Hunter |
patch for -between to handle [\"", \""] and \["", ... |
tree | commitdiff |
2009-04-08 |
Justin Hunter |
fix for hashref $logic |
tree | commitdiff |
2009-04-01 |
Laurent Dami |
corrections/additions in POD, after remarks from ribasushi |
tree | commitdiff |
2009-03-28 |
Peter Rabbitson |
Release 1.51 |
tree | commitdiff |
2009-03-28 |
Peter Rabbitson |
Warn about deprecation of and/or/nestX |
tree | commitdiff |
2009-03-28 |
Peter Rabbitson |
Better test exception diag |
tree | commitdiff |
2009-03-24 |
Laurent Dami |
doc improvements, restructuring and adding explanations... |
tree | commitdiff |
2009-03-24 |
Peter Rabbitson |
A yet more-smarter parser for SQLA::Test - any smarter... |
tree | commitdiff |
2009-03-24 |
Peter Rabbitson |
Sanify patch by arcanez - we do not gobble any -X op... |
tree | commitdiff |
2009-03-23 |
Laurent Dami |
updated doc to officially support the -and/-or => ... |
tree | commitdiff |
2009-03-23 |
Laurent Dami |
fixed the failing tests |
tree | commitdiff |
2009-03-22 |
Peter Rabbitson |
Preliminary fix by arcanez |
tree | commitdiff |
2009-03-22 |
Peter Rabbitson |
Consider 'X BETWEEN' a statement keyword |
tree | commitdiff |
2009-03-22 |
Peter Rabbitson |
Comment clarify |
tree | commitdiff |
2009-03-22 |
Peter Rabbitson |
Massive SQLA::Test rewrite - make it handle ()s sanely... |
tree | commitdiff |
2009-03-11 |
Norbert Buchmuller |
Fixed my typos/wording errors in the POD. |
tree | commitdiff |
2009-03-10 |
Peter Rabbitson |
Bump to 1.50 |
tree | commitdiff |
2009-03-10 |
Norbert Buchmuller |
Bumped version number to 1.49_05 and updated Changes. |
tree | commitdiff |
2009-03-09 |
Peter Rabbitson |
Fix is_* in test to return the correct test value |
tree | commitdiff |
2009-03-09 |
Peter Rabbitson |
Better handling of borked sql in tests |
tree | commitdiff |
2009-03-09 |
Rob Kinyon |
Fixed interjecting arrayrefref into a where clause |
tree | commitdiff |
2009-03-09 |
Rob Kinyon |
Fixed the problem with values() not behaving the same... |
tree | commitdiff |
2009-03-08 |
Peter Rabbitson |
Deal properly with () in is_same_sql_bind |
tree | commitdiff |
2009-03-03 |
Norbert Buchmuller |
Bumped version number to 1.49_04. |
tree | commitdiff |
2009-03-03 |
Norbert Buchmuller |
Added tests and updated POD for bindtype = 'columns... |
tree | commitdiff |
2009-02-17 |
Norbert Buchmuller |
Bumped version number to 1.49_03. |
tree | commitdiff |
2009-02-17 |
Norbert Buchmuller |
Added documentation of the impact of bindtype on \... |
tree | commitdiff |
2009-02-17 |
Norbert Buchmuller |
Fixed behaviour of 'literal SQL with bind' feature... |
tree | commitdiff |
2009-02-16 |
Norbert Buchmuller |
Bumped revision number. |
tree | commitdiff |
2009-02-16 |
Norbert Buchmuller |
Fixed 'use constant' statement to work on Perl 5.6. |
tree | commitdiff |
2009-02-15 |
Norbert Buchmuller |
Applied patch from Zbigniew Lukasiak (with slight modif... |
tree | commitdiff |
2009-02-15 |
Norbert Buchmuller |
Fixed a bug in hashpair with literal SQL and bind value... |
tree | commitdiff |
2009-02-03 |
Norbert Buchmuller |
A new predicate sub: eq_sql_bind |
tree | commitdiff |
2009-01-30 |
Norbert Buchmuller |
Passing a hashref as bind value in insert() does not... |
tree | commitdiff |
2008-12-15 |
Norbert Buchmuller |
Removed an unnecessary 'use'. |
tree | commitdiff |
2008-12-15 |
Norbert Buchmuller |
Merged changes from the '1.50_RC-extraparens' branch. |
tree | commitdiff |
2008-12-10 |
Norbert Buchmuller |
Added myself to the contributors list. |
tree | commitdiff |
2008-11-28 |
Norbert Buchmuller |
Replaced eq_bind() implementation to use Test::Deep... |
tree | commitdiff |
2008-11-26 |
Norbert Buchmuller |
Reimplemented SQL::Abstract::Test::eq_bind to compare... |
tree | commitdiff |
2008-11-26 |
Norbert Buchmuller |
Added { op => \["...", @bind] } to the changes list. |
tree | commitdiff |
2008-11-26 |
Norbert Buchmuller |
Documented { op => \'...' } and { op => \['...', @bind... |
tree | commitdiff |
2008-11-26 |
Norbert Buchmuller |
Support for the { operator => \["...", @bind] } constru... |
tree | commitdiff |
2008-11-24 |
Norbert Buchmuller |
Updated doc to refer to Test::Builder instead of Test... |
tree | commitdiff |
2008-11-21 |
Norbert Buchmuller |
Refactored to use _SWITCH_refkind in _where_hashpair_HA... |
tree | commitdiff |
2008-11-20 |
Norbert Buchmuller |
Support for the { operator => \"..." } construct (to... |
tree | commitdiff |
2008-11-16 |
Norbert Buchmuller |
Added test cases for passing arrayref bind values to... |
tree | commitdiff |
2008-11-16 |
Norbert Buchmuller |
Made stringify_bind() work with 'bindtype' set to ... |
tree | commitdiff |
2008-11-12 |
Laurent Dami |
fixed _refkind for \$object, \\$object. Added tests... |
tree | commitdiff |
2008-11-11 |
Norbert Buchmuller |
Changed behaviour to not stringify blessed objects... |
tree | commitdiff |
2008-11-06 |
Laurent Dami |
patch from mendel, using Test::Builder |
tree | commitdiff |
2008-11-06 |
Laurent Dami |
DBIx::Class directly calls _recurse_where in scalar... |
tree | commitdiff |
2008-11-06 |
Laurent Dami |
patch by Norbert BUCHMULLER: arguments to 'where' that... |
tree | commitdiff |
2008-11-06 |
Laurent Dami |
numify version |
tree | commitdiff |
2008-11-05 |
Laurent Dami |
patch by Norbert BUCHMULLER (order_by => undef) |
tree | commitdiff |
2008-11-05 |
Laurent Dami |
fixed bug signaled by Zbigniew Lukasiak : -and =>... |
tree | commitdiff |
2008-10-26 |
Laurent Dami |
moved internal test module into published SQL/Abstract... |
tree | commitdiff |
2008-10-17 |
Laurent Dami |
more improvements / fixes in documentation |
tree | commitdiff |
2008-10-17 |
Laurent Dami |
1.5 release candidate : filling some holes in the doc |
tree | commitdiff |
2008-10-16 |
Laurent Dami |
(no commit message) |
tree | commitdiff |
2008-06-12 |
Guillermo Roditi |
fix for key => [] + tests + cleanup of 02where.t |
tree | commitdiff |
2008-05-15 |
Guillermo Roditi |
one more test and some simple docs |
tree | commitdiff |
2008-05-15 |
Guillermo Roditi |
bumped version but not $REVISION. small fix to order_by... |
tree | commitdiff |
2007-02-07 |
Ash Berlin |
Added { -desc => 'foo' } order by support |
tree | commitdiff |
2007-02-07 |
Ash Berlin |
added patch from Guillermo to cleanup in/between, |
tree | commitdiff |
2007-02-07 |
Ash Berlin |
quoting tests |
tree | commitdiff |
2007-02-07 |
Ash Berlin |
abstract from code imported from DBIC::SQL::Abstract... |
tree | commitdiff |
2007-02-07 |
Ash Berlin |
added patch from Guillermo to cleanup in/between, |
tree | commitdiff |
2007-02-07 |
Ash Berlin |
changed email to CPAN address |
tree | commitdiff |
2007-02-07 |
Ash Berlin |
just comments and email address |
tree | commitdiff |
2007-02-07 |
Ash Berlin |
keyword cleanup |
tree | commitdiff |
2007-02-07 |
Ash Berlin |
bumped version, added keywords |
tree | commitdiff |
2007-02-07 |
Ash Berlin |
initial "import" |
tree | commitdiff |
|