2010-09-03 |
Arthur Axel "fREW... |
sensible profiles and accessors for formatting |
tree | commitdiff |
2010-09-02 |
Arthur Axel "fREW... |
initial profile and configuration support |
tree | commitdiff |
2010-09-02 |
Arthur Axel "fREW... |
fix SQLATest, add more rudimentary formatting and some... |
tree | commitdiff |
2010-09-01 |
Arthur Axel "fREW... |
OO-ify and add some silly colors for fun |
tree | commitdiff |
2010-09-01 |
Arthur Axel "fREW... |
add format command |
tree | commitdiff |
2010-08-31 |
Arthur Axel "fREW... |
document hopes and dreams |
tree | commitdiff |
2010-05-31 |
Peter Rabbitson |
Fix missed preexisting borked test |
tree | commitdiff |
2010-05-30 |
Peter Rabbitson |
Fix SQLA::Test problem |
tree | commitdiff |
2010-05-27 |
Peter Rabbitson |
Whitespace/comment cleanup |
tree | commitdiff |
2010-05-16 |
Peter Rabbitson |
Puke in bind-assert and rewrite test to stop T::E from... |
tree | commitdiff |
2010-05-14 |
Nigel Metheringham |
Added some tests for -not |
tree | commitdiff |
2010-04-04 |
Peter Rabbitson |
Fix RTs #56062 and #56258 |
tree | commitdiff |
2010-03-23 |
Peter Rabbitson |
ILIKE is common enough to be in core |
tree | commitdiff |
2010-03-09 |
Peter Rabbitson |
Extra nesting test and fix |
tree | commitdiff |
2010-03-08 |
Peter Rabbitson |
Looks like its finally solved |
tree | commitdiff |
2010-03-07 |
Peter Rabbitson |
Merge 'trunk' into 'arbitrary_op_nesting' |
tree | commitdiff |
2010-03-05 |
Marc Mims |
fixed open outer parens in a multi-line literal |
tree | commitdiff |
2010-02-26 |
Peter Rabbitson |
Lose a couple of oddball dependencies (while moronizing... |
tree | commitdiff |
2010-02-04 |
Peter Rabbitson |
Merge 'trunk' into 'arbitrary_op_nesting' |
tree | commitdiff |
2010-02-04 |
Peter Rabbitson |
Things look saner now |
tree | commitdiff |
2010-02-04 |
Peter Rabbitson |
Enhance/detabify |
tree | commitdiff |
2010-02-04 |
Peter Rabbitson |
Merge 'trunk' into 'test_refactor' |
tree | commitdiff |
2010-01-28 |
Peter Rabbitson |
optional functionality for INSERT |
tree | commitdiff |
2010-01-28 |
Peter Rabbitson |
Failing test |
tree | commitdiff |
2009-09-22 |
Peter Rabbitson |
Documentation and changes |
tree | commitdiff |
2009-09-22 |
Peter Rabbitson |
Allow scalarref in IN and open up non-grouping parenthe... |
tree | commitdiff |
2009-09-22 |
Peter Rabbitson |
IN testing support |
tree | commitdiff |
2009-09-22 |
Peter Rabbitson |
Omnipotent 'between' |
tree | commitdiff |
2009-09-18 |
Peter Rabbitson |
Merge 'trunk' into 'test_refactor' |
tree | commitdiff |
2009-09-15 |
Peter Rabbitson |
Fix some warnings |
tree | commitdiff |
2009-09-04 |
Peter Rabbitson |
Release 1.58 |
tree | commitdiff |
2009-09-04 |
Peter Rabbitson |
Fix Tester to deal properly with NOT and single parenth... |
tree | commitdiff |
2009-09-04 |
Nigel Metheringham |
Removed debugging code accidently added |
tree | commitdiff |
2009-09-04 |
Nigel Metheringham |
Extended -bool handling to handle more types of parameters |
tree | commitdiff |
2009-08-20 |
Peter Rabbitson |
Merge 'trunk' into 'bool_operator' |
tree | commitdiff |
2009-07-03 |
Arthur Axel "fREW... |
count(*), count(a) and count(0) should not be equivalent |
tree | commitdiff |
2009-07-03 |
Arthur Axel "fREW... |
Add non-equality tests for ordered lists |
tree | commitdiff |
2009-05-29 |
Moritz Onken |
order_by: added passing test |
tree | commitdiff |
2009-05-29 |
Peter Rabbitson |
Fix for _order_by with bind values - will not work... |
tree | commitdiff |
2009-05-29 |
Moritz Onken |
added failing test for -desc => \['colA LIKE ?', 'test'] |
tree | commitdiff |
2009-05-16 |
Peter Rabbitson |
Test and fix for obscure where-cond modification |
tree | commitdiff |
2009-05-11 |
Nigel Metheringham |
Imported POD/POD::Coverage tests |
tree | commitdiff |
2009-05-11 |
Nigel Metheringham |
Added -bool/-not_bool operators - required some refactoring |
tree | commitdiff |
2009-05-05 |
Peter Rabbitson |
Back out changes, needs more work, move to a branch |
tree | commitdiff |
2009-05-05 |
Peter Rabbitson |
Deprecate -nest in favor of -paren |
tree | commitdiff |
2009-04-29 |
Peter Rabbitson |
Make sure hash key sorting is maintained throughout... |
tree | commitdiff |
2009-04-28 |
Peter Rabbitson |
Parenthesis do matter in -nest tests |
tree | commitdiff |
2009-04-28 |
Laurent Dami |
test -nest inside an arrayref |
tree | commitdiff |
2009-04-28 |
Peter Rabbitson |
Disable t/10test.t for ordinary users (suggested by... |
tree | commitdiff |
2009-04-28 |
Peter Rabbitson |
Add -nest tests by ldami |
tree | commitdiff |
2009-04-28 |
Peter Rabbitson |
Refactor the parenthesis unroll SQLA::Test code |
tree | commitdiff |
2009-04-24 |
Peter Rabbitson |
Wrap up order_by saga |
tree | commitdiff |
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 |
remove parens from test, they do not matter |
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-23 |
Peter Rabbitson |
Strip some parenthesis for easier reading |
tree | commitdiff |
2009-04-23 |
Justin Hunter |
readd the failing test back in |
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-03-29 |
Peter Rabbitson |
Remove CR/LF and exec bits |
tree | commitdiff |
2009-03-29 |
Peter Rabbitson |
This todo is active on the cpan 1.51 release, still... |
tree | commitdiff |
2009-03-28 |
Peter Rabbitson |
Release 1.51 |
tree | commitdiff |
2009-03-28 |
Peter Rabbitson |
Someone else would have to write -nest tests |
tree | commitdiff |
2009-03-28 |
Peter Rabbitson |
Massive modifier test cleanup |
tree | commitdiff |
2009-03-28 |
Peter Rabbitson |
Split test for clarity |
tree | commitdiff |
2009-03-24 |
Peter Rabbitson |
mod_N deprecation tests |
tree | commitdiff |
2009-03-24 |
Peter Rabbitson |
All functionality tests in, except for nest and opX... |
tree | commitdiff |
2009-03-24 |
Peter Rabbitson |
A yet more-smarter parser for SQLA::Test - any smarter... |
tree | commitdiff |
2009-03-23 |
Laurent Dami |
fixed the failing tests |
tree | commitdiff |
2009-03-22 |
Peter Rabbitson |
More modifier tests, all appear to be good (more needed) |
tree | commitdiff |
2009-03-22 |
Peter Rabbitson |
Reverting massive test breakage by LDAMI - this stuff... |
tree | commitdiff |
2009-03-22 |
Peter Rabbitson |
Dummyfy test for now |
tree | commitdiff |
2009-03-22 |
Peter Rabbitson |
Consider 'X BETWEEN' a statement keyword |
tree | commitdiff |
2009-03-22 |
Peter Rabbitson |
Massive SQLA::Test rewrite - make it handle ()s sanely... |
tree | commitdiff |
2009-03-21 |
Peter Rabbitson |
test SQLA::Test shortcommings |
tree | commitdiff |
2009-03-21 |
Peter Rabbitson |
Framework for modifiers tests |
tree | commitdiff |
2009-03-19 |
Peter Rabbitson |
Correct nested modifier tests |
tree | commitdiff |
2009-03-19 |
Marcus Ramberg |
SQLA syntax regression from 1.24 |
tree | commitdiff |
2009-03-19 |
Peter Rabbitson |
Failing nested modifier tests (the tests themselves... |
tree | commitdiff |
2009-03-19 |
Rob Kinyon |
cp -r from branches/1.50_RC where svk push won't work |
tree | commitdiff |
2009-03-09 |
Peter Rabbitson |
Enhance values test |
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 |
Clarify insanedness of test |
tree | commitdiff |
2009-03-08 |
Peter Rabbitson |
Cleanup test and add a failing test case against RT... |
tree | commitdiff |
2009-03-08 |
Peter Rabbitson |
Add value-only insert test with a literal sql snippet |
tree | commitdiff |
2009-03-08 |
Peter Rabbitson |
Failing tests by debolaz |
tree | commitdiff |
2009-03-03 |
Norbert Buchmuller |
Added tests and updated POD for bindtype = 'columns... |
tree | commitdiff |
2009-02-17 |
Norbert Buchmuller |
Added test cases for "col => {-in => \[$sql, @bind... |
tree | commitdiff |
2009-02-17 |
Norbert Buchmuller |
Fixed behaviour of 'literal SQL with bind' feature... |
tree | commitdiff |
2009-02-15 |
Norbert Buchmuller |
Applied patch from Zbigniew Lukasiak (with slight modif... |
tree | commitdiff |
2009-02-15 |
Norbert Buchmuller |
Formatting. |
tree | commitdiff |
2009-02-15 |
Norbert Buchmuller |
Fixed a bug in hashpair with literal SQL and bind value... |
tree | commitdiff |
2009-02-11 |
Norbert Buchmuller |
Added test cases to test the arrayref (\[$sql, @bind... |
tree | commitdiff |
2009-02-09 |
Norbert Buchmuller |
Added test for an expected warning. |
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 |
Merged changes from the '1.50_RC-extraparens' branch. |
tree | commitdiff |
next |