Peter Rabbitson [Thu, 4 Feb 2010 14:03:59 +0000]
Merge 'trunk' into 'arbitrary_op_nesting'
r8476@Thesaurus (orig r8463): ribasushi | 2010-01-28 12:14:12 +0100
optional functionality for INSERT
implementation of INSERT ... RETURNING
r8549@Thesaurus (orig r8536): ribasushi | 2010-02-04 14:36:51 +0100
r6975@Thesaurus (orig r6974): ribasushi | 2009-07-03 20:24:27 +0200
New branch to work on SQLA::Test
r6976@Thesaurus (orig r6975): frew | 2009-07-03 20:43:17 +0200
Add non-equality tests for ordered lists
r6977@Thesaurus (orig r6976): frew | 2009-07-03 20:46:43 +0200
count(*), count(a) and count(0) should not be equivalent
r8542@Thesaurus (orig r8529): ribasushi | 2010-02-04 11:46:09 +0100
Enhance/detabify
r8546@Thesaurus (orig r8533): ribasushi | 2010-02-04 14:23:16 +0100
Things look saner now
r8551@Thesaurus (orig r8538): ribasushi | 2010-02-04 14:41:59 +0100
Release ready - still need to coordinate with DBIC
Peter Rabbitson [Thu, 4 Feb 2010 13:41:59 +0000]
Release ready - still need to coordinate with DBIC
Peter Rabbitson [Thu, 4 Feb 2010 13:36:51 +0000]
Merge 'test_refactor' into 'trunk'
r6975@Thesaurus (orig r6974): ribasushi | 2009-07-03 20:24:27 +0200
New branch to work on SQLA::Test
r6976@Thesaurus (orig r6975): frew | 2009-07-03 20:43:17 +0200
Add non-equality tests for ordered lists
r6977@Thesaurus (orig r6976): frew | 2009-07-03 20:46:43 +0200
count(*), count(a) and count(0) should not be equivalent
r8542@Thesaurus (orig r8529): ribasushi | 2010-02-04 11:46:09 +0100
Enhance/detabify
r8546@Thesaurus (orig r8533): ribasushi | 2010-02-04 14:23:16 +0100
Things look saner now
Peter Rabbitson [Thu, 4 Feb 2010 13:23:16 +0000]
Things look saner now
Peter Rabbitson [Thu, 4 Feb 2010 10:46:09 +0000]
Enhance/detabify
Peter Rabbitson [Thu, 4 Feb 2010 10:33:40 +0000]
Merge 'trunk' into 'test_refactor'
r7727@Thesaurus (orig r7716): ribasushi | 2009-09-22 09:18:02 +0200
Omnipotent 'between'
r7728@Thesaurus (orig r7717): ribasushi | 2009-09-22 09:55:36 +0200
IN testing support
r7729@Thesaurus (orig r7718): ribasushi | 2009-09-22 10:10:34 +0200
Allow scalarref in IN and open up non-grouping parenthesis around IN arguments (saves sqlite from brain damage)
r7730@Thesaurus (orig r7719): ribasushi | 2009-09-22 10:35:26 +0200
Documentation and changes
r7731@Thesaurus (orig r7720): ribasushi | 2009-09-22 10:42:00 +0200
Release 1.59
r7733@Thesaurus (orig r7722): ribasushi | 2009-09-22 13:00:11 +0200
fix a dumb dumb regex error, /me --
r7734@Thesaurus (orig r7723): ribasushi | 2009-09-22 13:03:37 +0200
Release 1.60
r8476@Thesaurus (orig r8463): ribasushi | 2010-01-28 12:14:12 +0100
optional functionality for INSERT
implementation of INSERT ... RETURNING
Peter Rabbitson [Thu, 28 Jan 2010 11:14:12 +0000]
optional functionality for INSERT
implementation of INSERT ... RETURNING
Peter Rabbitson [Thu, 28 Jan 2010 11:03:20 +0000]
Failing test
Peter Rabbitson [Thu, 28 Jan 2010 11:01:52 +0000]
New op for functionality necessary for RT#39121
Peter Rabbitson [Tue, 22 Sep 2009 11:03:37 +0000]
Release 1.60
Peter Rabbitson [Tue, 22 Sep 2009 11:00:11 +0000]
fix a dumb dumb regex error, /me --
Peter Rabbitson [Tue, 22 Sep 2009 08:42:00 +0000]
Release 1.59
Peter Rabbitson [Tue, 22 Sep 2009 08:35:26 +0000]
Documentation and changes
Peter Rabbitson [Tue, 22 Sep 2009 08:10:34 +0000]
Allow scalarref in IN and open up non-grouping parenthesis around IN arguments (saves sqlite from brain damage)
Peter Rabbitson [Tue, 22 Sep 2009 07:55:36 +0000]
IN testing support
Peter Rabbitson [Tue, 22 Sep 2009 07:18:02 +0000]
Omnipotent 'between'
Peter Rabbitson [Fri, 18 Sep 2009 11:05:39 +0000]
Merge 'trunk' into 'test_refactor'
r7528@Thesaurus (orig r7525): ribasushi | 2009-09-03 21:41:56 +0200
r6207@Thesaurus (orig r6206): nigel | 2009-05-11 15:10:44 +0200
New branch for -bool operator integration
r6208@Thesaurus (orig r6207): nigel | 2009-05-11 15:38:52 +0200
Added -bool/-not_bool operators - required some refactoring
r6209@Thesaurus (orig r6208): nigel | 2009-05-11 15:39:33 +0200
Imported POD/POD::Coverage tests
r6212@Thesaurus (orig r6211): nigel | 2009-05-11 21:23:01 +0200
Made unary_ops a direct equivalent of special_ops with supporting documentation.
r6298@Thesaurus (orig r6297): nigel | 2009-05-18 17:00:52 +0200
Doc typo fix
r7352@Thesaurus (orig r7349): nigel | 2009-08-20 11:55:53 +0200
Reduced regex munging of operators and streamlined backcompat syntax implementation.
r7527@Thesaurus (orig r7524): ribasushi | 2009-09-03 21:41:47 +0200
Final cleanups
r7556@Thesaurus (orig r7553): nigel | 2009-09-04 16:34:55 +0200
Extended -bool handling to handle more types of parameters
r7557@Thesaurus (orig r7554): nigel | 2009-09-04 16:36:20 +0200
Removed debugging code accidently added
r7558@Thesaurus (orig r7555): ribasushi | 2009-09-04 17:13:57 +0200
Fix Tester to deal properly with NOT and single parenthesized expressions
r7559@Thesaurus (orig r7556): ribasushi | 2009-09-04 17:19:05 +0200
Release 1.58
r7599@Thesaurus (orig r7596): nigel | 2009-09-07 15:36:40 +0200
Documentation tweak on how you handle booleans
r7672@Thesaurus (orig r7661): ribasushi | 2009-09-15 06:54:36 +0200
Fix some warnings
Peter Rabbitson [Tue, 15 Sep 2009 04:54:36 +0000]
Fix some warnings
Nigel Metheringham [Mon, 7 Sep 2009 13:36:40 +0000]
Documentation tweak on how you handle booleans
Peter Rabbitson [Fri, 4 Sep 2009 15:19:05 +0000]
Release 1.58
Peter Rabbitson [Fri, 4 Sep 2009 15:13:57 +0000]
Fix Tester to deal properly with NOT and single parenthesized expressions
Nigel Metheringham [Fri, 4 Sep 2009 14:36:20 +0000]
Removed debugging code accidently added
Nigel Metheringham [Fri, 4 Sep 2009 14:34:55 +0000]
Extended -bool handling to handle more types of parameters
Peter Rabbitson [Thu, 3 Sep 2009 19:41:56 +0000]
Merge 'bool_operator' into 'trunk'
r6207@Thesaurus (orig r6206): nigel | 2009-05-11 15:10:44 +0200
New branch for -bool operator integration
r6208@Thesaurus (orig r6207): nigel | 2009-05-11 15:38:52 +0200
Added -bool/-not_bool operators - required some refactoring
r6209@Thesaurus (orig r6208): nigel | 2009-05-11 15:39:33 +0200
Imported POD/POD::Coverage tests
r6212@Thesaurus (orig r6211): nigel | 2009-05-11 21:23:01 +0200
Made unary_ops a direct equivalent of special_ops with supporting documentation.
r6298@Thesaurus (orig r6297): nigel | 2009-05-18 17:00:52 +0200
Doc typo fix
r7352@Thesaurus (orig r7349): nigel | 2009-08-20 11:55:53 +0200
Reduced regex munging of operators and streamlined backcompat syntax implementation.
r7527@Thesaurus (orig r7524): ribasushi | 2009-09-03 21:41:47 +0200
Final cleanups
Peter Rabbitson [Thu, 3 Sep 2009 19:41:47 +0000]
Final cleanups
Nigel Metheringham [Thu, 20 Aug 2009 09:55:53 +0000]
Reduced regex munging of operators and streamlined backcompat syntax implementation.
Peter Rabbitson [Thu, 20 Aug 2009 08:17:30 +0000]
Merge 'trunk' into 'bool_operator'
r6291@Thesaurus (orig r6290): ribasushi | 2009-05-17 00:45:12 +0200
Test and fix for obscure where-cond modification
r6292@Thesaurus (orig r6291): ribasushi | 2009-05-17 01:25:10 +0200
Release 1.55
r6453@Thesaurus (orig r6452): mo | 2009-05-29 15:41:22 +0200
added failing test for -desc => \['colA LIKE ?', 'test']
r6454@Thesaurus (orig r6453): ribasushi | 2009-05-29 17:41:10 +0200
Fix for _order_by with bind values - will not work on DBIC - needs matching changes to SQLAHacks
r6455@Thesaurus (orig r6454): mo | 2009-05-29 18:28:54 +0200
order_by: added passing test
r6461@Thesaurus (orig r6460): ribasushi | 2009-05-30 10:10:38 +0200
Do not join hash order conditions early
r6466@Thesaurus (orig r6465): ribasushi | 2009-05-30 18:35:46 +0200
Release 1.56
Arthur Axel "fREW" Schmidt [Fri, 3 Jul 2009 18:46:43 +0000]
count(*), count(a) and count(0) should not be equivalent
Arthur Axel "fREW" Schmidt [Fri, 3 Jul 2009 18:43:17 +0000]
Add non-equality tests for ordered lists
Peter Rabbitson [Fri, 3 Jul 2009 18:24:27 +0000]
New branch to work on SQLA::Test
Peter Rabbitson [Sat, 30 May 2009 16:35:46 +0000]
Release 1.56
Peter Rabbitson [Sat, 30 May 2009 08:10:38 +0000]
Do not join hash order conditions early
Moritz Onken [Fri, 29 May 2009 16:28:54 +0000]
order_by: added passing test
Peter Rabbitson [Fri, 29 May 2009 15:41:10 +0000]
Fix for _order_by with bind values - will not work on DBIC - needs matching changes to SQLAHacks
Moritz Onken [Fri, 29 May 2009 13:41:22 +0000]
added failing test for -desc => \['colA LIKE ?', 'test']
Nigel Metheringham [Mon, 18 May 2009 15:00:52 +0000]
Doc typo fix
Peter Rabbitson [Sat, 16 May 2009 23:25:10 +0000]
Release 1.55
Peter Rabbitson [Sat, 16 May 2009 22:45:12 +0000]
Test and fix for obscure where-cond modification
Nigel Metheringham [Mon, 11 May 2009 19:23:01 +0000]
Made unary_ops a direct equivalent of special_ops with supporting documentation.
Nigel Metheringham [Mon, 11 May 2009 13:39:33 +0000]
Imported POD/POD::Coverage tests
Nigel Metheringham [Mon, 11 May 2009 13:38:52 +0000]
Added -bool/-not_bool operators - required some refactoring
Nigel Metheringham [Mon, 11 May 2009 13:10:44 +0000]
New branch for -bool operator integration
Peter Rabbitson [Thu, 7 May 2009 17:23:04 +0000]
Release 1.54
Peter Rabbitson [Thu, 7 May 2009 17:18:03 +0000]
Merge 'special_op_handling' into 'trunk'
r6156@Thesaurus (orig r6155): ribasushi | 2009-05-07 09:28:09 +0200
New branch to allow special op overriding
r6159@Thesaurus (orig r6158): ribasushi | 2009-05-07 11:55:12 +0200
Allow special op handlers to be a method name alongside a coderef
Switch built-in -in/-between handling to the method calling scheme, to facilitate overriding
Peter Rabbitson [Thu, 7 May 2009 09:55:12 +0000]
Allow special op handlers to be a method name alongside a coderef
Switch built-in -in/-between handling to the method calling scheme, to facilitate overriding
Peter Rabbitson [Thu, 7 May 2009 07:28:09 +0000]
New branch to allow special op overriding
Peter Rabbitson [Tue, 5 May 2009 12:09:02 +0000]
Back out changes, needs more work, move to a branch
Peter Rabbitson [Tue, 5 May 2009 11:49:26 +0000]
Deprecate -nest in favor of -paren
Peter Rabbitson [Thu, 30 Apr 2009 14:59:51 +0000]
Release 1.53
Peter Rabbitson [Wed, 29 Apr 2009 23:53:08 +0000]
Tweak tester disclaimer
Peter Rabbitson [Wed, 29 Apr 2009 23:46:22 +0000]
Switch installer to MI
Add root svn:ignore
Peter Rabbitson [Wed, 29 Apr 2009 23:45:25 +0000]
Add license POD tag, MI friendly
Peter Rabbitson [Wed, 29 Apr 2009 22:49:12 +0000]
Make sure hash key sorting is maintained throughout SQLA
Adjust tests accordingly
Peter Rabbitson [Tue, 28 Apr 2009 22:15:21 +0000]
Release 1.52
Peter Rabbitson [Tue, 28 Apr 2009 22:12:49 +0000]
Add myself to contributors
Peter Rabbitson [Tue, 28 Apr 2009 22:02:11 +0000]
Merge 'and_or' into 'trunk'
r5977@Thesaurus (orig r5976): arcanez | 2009-04-24 10:03:45 +0200
fix for x => { '!=' => [ -and => (1 .. 3) ] }
added parens for test
r5981@Thesaurus (orig r5980): arcanez | 2009-04-24 18:52:50 +0200
remove parens from test, they do not matter
r6004@Thesaurus (orig r6003): ribasushi | 2009-04-28 23:01:46 +0200
Revert r5976, trying something better
r6008@Thesaurus (orig r6007): ribasushi | 2009-04-28 23:57:54 +0200
A much better fix for the x => [ -and, ... ] corner case
Peter Rabbitson [Tue, 28 Apr 2009 22:01:31 +0000]
Merge 'trunk' into 'and_or'
r5918@Thesaurus (orig r5917): arcanez | 2009-04-21 02:03:47 +0200
patch for -between to handle [\"", \""] and \["", @bind] with accompanying tests
r5922@Thesaurus (orig r5921): ribasushi | 2009-04-21 08:30:25 +0200
Silence warning on bleadperl (by SMPETERS)
r5982@Thesaurus (orig r5981): arcanez | 2009-04-24 20:47:06 +0200
add support for order_by => [qw/colA colB/]
r5983@Thesaurus (orig r5982): arcanez | 2009-04-24 20:54:00 +0200
add in my changes
r5985@Thesaurus (orig r5984): ribasushi | 2009-04-24 21:53:07 +0200
Make POD more readable, add a (failing) multikey order_by test
r5986@Thesaurus (orig r5985): ribasushi | 2009-04-24 23:17:32 +0200
Wrap up order_by saga
r5994@Thesaurus (orig r5993): arcanez | 2009-04-28 08:45:31 +0200
patch to suppress warnings in case first element of the arrayref is undef (NULL)
r5998@Thesaurus (orig r5997): ribasushi | 2009-04-28 15:27:33 +0200
Refactor the parenthesis unroll SQLA::Test code
Allow explicit override: $SQL::Abstract::Test::parenthesis_significant
r5999@Thesaurus (orig r5998): ribasushi | 2009-04-28 15:29:52 +0200
Add -nest tests by ldami
r6000@Thesaurus (orig r5999): ribasushi | 2009-04-28 15:36:56 +0200
Disable t/10test.t for ordinary users (suggested by ldami)
r6001@Thesaurus (orig r6000): dami | 2009-04-28 18:17:07 +0200
test -nest inside an arrayref
r6002@Thesaurus (orig r6001): ribasushi | 2009-04-28 18:52:12 +0200
Parenthesis do matter in -nest tests
Peter Rabbitson [Tue, 28 Apr 2009 21:57:54 +0000]
A much better fix for the x => [ -and, ... ] corner case
Peter Rabbitson [Tue, 28 Apr 2009 21:01:46 +0000]
Revert r5976, trying something better
Peter Rabbitson [Tue, 28 Apr 2009 16:52:12 +0000]
Parenthesis do matter in -nest tests
Laurent Dami [Tue, 28 Apr 2009 16:17:07 +0000]
test -nest inside an arrayref
Peter Rabbitson [Tue, 28 Apr 2009 13:36:56 +0000]
Disable t/10test.t for ordinary users (suggested by ldami)
Peter Rabbitson [Tue, 28 Apr 2009 13:29:52 +0000]
Add -nest tests by ldami
Peter Rabbitson [Tue, 28 Apr 2009 13:27:33 +0000]
Refactor the parenthesis unroll SQLA::Test code
Allow explicit override: $SQL::Abstract::Test::parenthesis_significant
Justin Hunter [Tue, 28 Apr 2009 06:45:31 +0000]
patch to suppress warnings in case first element of the arrayref is undef (NULL)
Peter Rabbitson [Fri, 24 Apr 2009 21:17:32 +0000]
Wrap up order_by saga
Peter Rabbitson [Fri, 24 Apr 2009 19:53:07 +0000]
Make POD more readable, add a (failing) multikey order_by test
Justin Hunter [Fri, 24 Apr 2009 18:54:00 +0000]
add in my changes
Justin Hunter [Fri, 24 Apr 2009 18:47:06 +0000]
add support for order_by => [qw/colA colB/]
Justin Hunter [Fri, 24 Apr 2009 16:52:50 +0000]
remove parens from test, they do not matter
Justin Hunter [Fri, 24 Apr 2009 08:03:45 +0000]
fix for x => { '!=' => [ -and => (1 .. 3) ] }
added parens for test
Peter Rabbitson [Thu, 23 Apr 2009 22:16:52 +0000]
Merge 'and_or' into 'trunk'
r5860@Thesaurus (orig r5859): arcanez | 2009-04-07 18:37:24 +0200
* branch to work on -and => [], -or => {}
r5862@Thesaurus (orig r5861): arcanez | 2009-04-08 04:47:47 +0200
fix for hashref $logic
r5969@Thesaurus (orig r5968): arcanez | 2009-04-24 00:03:03 +0200
readd the failing test back in
r5970@Thesaurus (orig r5969): ribasushi | 2009-04-24 00:16:41 +0200
Strip some parenthesis for easier reading
Peter Rabbitson [Thu, 23 Apr 2009 22:16:41 +0000]
Strip some parenthesis for easier reading
Justin Hunter [Thu, 23 Apr 2009 22:03:03 +0000]
readd the failing test back in
Peter Rabbitson [Tue, 21 Apr 2009 06:30:25 +0000]
Silence warning on bleadperl (by SMPETERS)
Justin Hunter [Tue, 21 Apr 2009 00:03:47 +0000]
patch for -between to handle [\"", \""] and \["", @bind] with accompanying tests
Justin Hunter [Wed, 8 Apr 2009 02:47:47 +0000]
fix for hashref $logic
Justin Hunter [Tue, 7 Apr 2009 16:37:24 +0000]
branch to work on -and => [], -or => {}
Laurent Dami [Wed, 1 Apr 2009 09:06:17 +0000]
corrections/additions in POD, after remarks from ribasushi
Peter Rabbitson [Sun, 29 Mar 2009 08:35:19 +0000]
Remove CR/LF and exec bits
Peter Rabbitson [Sun, 29 Mar 2009 08:33:45 +0000]
This todo is active on the cpan 1.51 release, still needs resolving thus leaving as failing
Peter Rabbitson [Sat, 28 Mar 2009 10:04:39 +0000]
Release 1.51
Peter Rabbitson [Sat, 28 Mar 2009 02:23:57 +0000]
Someone else would have to write -nest tests
Peter Rabbitson [Sat, 28 Mar 2009 02:02:26 +0000]
Massive modifier test cleanup
Peter Rabbitson [Sat, 28 Mar 2009 02:01:03 +0000]
Split test for clarity
Peter Rabbitson [Sat, 28 Mar 2009 02:00:46 +0000]
Warn about deprecation of and/or/nestX
Peter Rabbitson [Sat, 28 Mar 2009 01:16:01 +0000]
Better test exception diag
Peter Rabbitson [Tue, 24 Mar 2009 09:10:07 +0000]
mod_N deprecation tests
Peter Rabbitson [Tue, 24 Mar 2009 08:36:12 +0000]
All functionality tests in, except for nest and opX warnings
Laurent Dami [Tue, 24 Mar 2009 07:54:06 +0000]
doc improvements, restructuring and adding explanations for the -and/-or stuff, undocumenting the -nest[0-9] stuff
Peter Rabbitson [Tue, 24 Mar 2009 07:33:31 +0000]
A yet more-smarter parser for SQLA::Test - any smarter than that and we go skynet
Peter Rabbitson [Tue, 24 Mar 2009 07:13:34 +0000]
Sanify patch by arcanez - we do not gobble any -X op, just -and/-or
Laurent Dami [Mon, 23 Mar 2009 22:22:00 +0000]
updated doc to officially support the -and/-or => [...] syntax instead of [-and/-or => ...]
Laurent Dami [Mon, 23 Mar 2009 21:07:23 +0000]
fixed the failing tests
Peter Rabbitson [Sun, 22 Mar 2009 23:22:22 +0000]
More modifier tests, all appear to be good (more needed)
Peter Rabbitson [Sun, 22 Mar 2009 22:26:12 +0000]
Preliminary fix by arcanez
Peter Rabbitson [Sun, 22 Mar 2009 22:24:07 +0000]
Reverting massive test breakage by LDAMI - this stuff can not happen in 1.x, has to wait for 2.x (some tests changes are reasonable, acking where appropriate)
Peter Rabbitson [Sun, 22 Mar 2009 22:17:44 +0000]
Dummyfy test for now
Peter Rabbitson [Sun, 22 Mar 2009 22:12:17 +0000]
Consider 'X BETWEEN' a statement keyword
Peter Rabbitson [Sun, 22 Mar 2009 21:12:21 +0000]
Comment clarify