13 years agoRewrite GenericSubQ from SQLA::L to be actually useful
Peter Rabbitson [Sun, 30 May 2010 22:17:29 +0000]
Rewrite GenericSubQ from SQLA::L to be actually useful
Since it now works it is no longer necessary to turn on softlimit when genericsubq is detected
Switch all sprintf()ed limit/offset specs to unsigned integers
Lower the default rows-without-offset to 2^32

13 years agoLight doc tweaks
Jesse Sheidlower [Thu, 27 May 2010 14:06:43 +0000]
Light doc tweaks

13 years agoReally fix logic
Peter Rabbitson [Wed, 26 May 2010 10:17:55 +0000]
Really fix logic

13 years agoCan not return from within a try block
Peter Rabbitson [Wed, 26 May 2010 10:00:19 +0000]
Can not return from within a try block

13 years agoSimplify oracle retrial logic
Peter Rabbitson [Wed, 26 May 2010 09:28:36 +0000]
Simplify oracle retrial logic

13 years agoMerge 'try-tiny' into 'trunk'
Rafael Kitover [Tue, 25 May 2010 19:33:37 +0000]
Merge 'try-tiny' into 'trunk'

r24317@hlagh (orig r9367):  tonvoon | 2010-05-14 12:24:35 -0400
Branch for converting eval {} to Try::Tiny

r24319@hlagh (orig r9369):  tonvoon | 2010-05-14 17:25:02 -0400
Conversion of eval => try (part 1)

r24325@hlagh (orig r9375):  tonvoon | 2010-05-14 18:03:03 -0400
Add eval => try

r24326@hlagh (orig r9376):  tonvoon | 2010-05-14 18:22:57 -0400
Another eval => try

r24327@hlagh (orig r9377):  tonvoon | 2010-05-14 18:45:27 -0400
Corrected usage of $@ in catch block

r24328@hlagh (orig r9378):  tonvoon | 2010-05-14 19:29:52 -0400
txn_do's eval => try

r24329@hlagh (orig r9379):  tonvoon | 2010-05-14 19:46:44 -0400
eval => try where tests for $@ done

r24330@hlagh (orig r9380):  tonvoon | 2010-05-14 20:38:43 -0400
All expected evals converted to try, except where no test is done,
runtime evaluation, or base perl (such as "require"). Only one test
failure due to string difference in output

r24346@hlagh (orig r9396):  tonvoon | 2010-05-17 08:52:28 -0400
Fix missing $@ in try::tiny conversion

r24347@hlagh (orig r9397):  tonvoon | 2010-05-17 08:55:13 -0400
Revert to eval instead of try::tiny because no check for $@

r24348@hlagh (orig r9398):  tonvoon | 2010-05-17 08:55:45 -0400
Added myself to contributors

r24349@hlagh (orig r9399):  tonvoon | 2010-05-17 10:23:57 -0400
Fixed exception logic due to not being able to use return with a catch{}

r24350@hlagh (orig r9400):  tonvoon | 2010-05-17 10:31:32 -0400
Removed tab

r24430@hlagh (orig r9424):  ribasushi | 2010-05-25 10:09:39 -0400
More try::tiny conversions
r24432@hlagh (orig r9426):  ribasushi | 2010-05-25 11:40:45 -0400
Try::Tiny conversion finished
r24433@hlagh (orig r9427):  ribasushi | 2010-05-25 11:46:52 -0400
Missed use
r24440@hlagh (orig r9434):  rkitover | 2010-05-25 13:47:25 -0400
fix Oracle
r24441@hlagh (orig r9435):  rkitover | 2010-05-25 14:04:10 -0400
fix odbc/mssql dynamic cursors
r24442@hlagh (orig r9436):  rkitover | 2010-05-25 14:32:41 -0400
fix hang in SQLAnywhere DateTime tests

13 years agofix hang in SQLAnywhere DateTime tests
Rafael Kitover [Tue, 25 May 2010 18:32:39 +0000]
fix hang in SQLAnywhere DateTime tests

13 years agofix odbc/mssql dynamic cursors
Rafael Kitover [Tue, 25 May 2010 18:04:09 +0000]
fix odbc/mssql dynamic cursors

13 years agofix Oracle
Rafael Kitover [Tue, 25 May 2010 17:47:20 +0000]
fix Oracle

13 years agoMissed use
Peter Rabbitson [Tue, 25 May 2010 15:46:52 +0000]
Missed use

13 years agoTry::Tiny conversion finished
Peter Rabbitson [Tue, 25 May 2010 15:40:45 +0000]
Try::Tiny conversion finished

13 years agoMerge 'trunk' into 'try-tiny'
Peter Rabbitson [Tue, 25 May 2010 15:40:17 +0000]
Merge 'trunk' into 'try-tiny'

r9420@Thesaurus (orig r9406):  caelum | 2010-05-20 16:28:18 +0200
support INSERT OR UPDATE triggers for Oracle
r9421@Thesaurus (orig r9407):  matthewt | 2010-05-20 19:19:14 +0200
don't try and ensure_class_loaded an object. this doesn't work.
r9422@Thesaurus (orig r9408):  matthewt | 2010-05-20 19:36:01 +0200
fix result_class setter behaviour to not stuff attrs (line commented out to prevent this regression being mistakenly re-introduced)
r9423@Thesaurus (orig r9409):  matthewt | 2010-05-20 19:49:32 +0200
forgot to commit fixes
r9424@Thesaurus (orig r9410):  matthewt | 2010-05-20 20:09:52 +0200
fix find() since that was also broken in r8754
r9435@Thesaurus (orig r9421):  rabbit | 2010-05-25 11:14:29 +0200
Fix undef warning
r9436@Thesaurus (orig r9422):  rabbit | 2010-05-25 11:15:01 +0200
Rewrite test as to not propagate several ways to do the same thing

13 years agoMore try::tiny conversions
Peter Rabbitson [Tue, 25 May 2010 14:09:39 +0000]
More try::tiny conversions

13 years agoRewrite test as to not propagate several ways to do the same thing
Peter Rabbitson [Tue, 25 May 2010 09:15:01 +0000]
Rewrite test as to not propagate several ways to do the same thing

13 years agoFix undef warning
Peter Rabbitson [Tue, 25 May 2010 09:14:28 +0000]
Fix undef warning

13 years agofix find() since that was also broken in r8754
Matt S Trout [Thu, 20 May 2010 18:09:52 +0000]
fix find() since that was also broken in r8754

13 years agoforgot to commit fixes
Matt S Trout [Thu, 20 May 2010 17:49:32 +0000]
forgot to commit fixes

13 years agofix result_class setter behaviour to not stuff attrs (line commented out to prevent...
Matt S Trout [Thu, 20 May 2010 17:36:01 +0000]
fix result_class setter behaviour to not stuff attrs (line commented out to prevent this regression being mistakenly re-introduced)

13 years agodon't try and ensure_class_loaded an object. this doesn't work.
Matt S Trout [Thu, 20 May 2010 17:19:14 +0000]
don't try and ensure_class_loaded an object. this doesn't work.

13 years agosupport INSERT OR UPDATE triggers for Oracle
Rafael Kitover [Thu, 20 May 2010 14:28:18 +0000]
support INSERT OR UPDATE triggers for Oracle

13 years agoRemoved tab
Ton Voon [Mon, 17 May 2010 14:31:32 +0000]
Removed tab

13 years agoFixed exception logic due to not being able to use return with a catch{}
Ton Voon [Mon, 17 May 2010 14:23:57 +0000]
Fixed exception logic due to not being able to use return with a catch{}

13 years agoAdded myself to contributors
Ton Voon [Mon, 17 May 2010 12:55:45 +0000]
Added myself to contributors

13 years agoRevert to eval instead of try::tiny because no check for $@
Ton Voon [Mon, 17 May 2010 12:55:13 +0000]
Revert to eval instead of try::tiny because no check for $@

13 years agoFix missing $@ in try::tiny conversion
Ton Voon [Mon, 17 May 2010 12:52:28 +0000]
Fix missing $@ in try::tiny conversion

13 years agoMerge 'trunk' into 'try-tiny'
Peter Rabbitson [Mon, 17 May 2010 12:15:00 +0000]
Merge 'trunk' into 'try-tiny'

r9396@Thesaurus (orig r9382):  rabbit | 2010-05-15 17:50:58 +0200
Fix stupid typo-bug
r9397@Thesaurus (orig r9383):  rabbit | 2010-05-15 18:04:59 +0200
Revert erroneous commit (belongs in a branch)
r9402@Thesaurus (orig r9388):  ash | 2010-05-16 12:28:13 +0200
Fix how Schema::Versioned gets connection attributes
r9408@Thesaurus (orig r9394):  caelum | 2010-05-16 19:29:14 +0200
add sql_maker to @rdbms_specific_methods

13 years agoadd sql_maker to @rdbms_specific_methods
Rafael Kitover [Sun, 16 May 2010 17:29:14 +0000]
add sql_maker to @rdbms_specific_methods

13 years agoFix how Schema::Versioned gets connection attributes
Ash Berlin [Sun, 16 May 2010 10:28:13 +0000]
Fix how Schema::Versioned gets connection attributes

13 years agoRevert erroneous commit (belongs in a branch)
Peter Rabbitson [Sat, 15 May 2010 16:04:59 +0000]
Revert erroneous commit (belongs in a branch)

13 years agoFix stupid typo-bug
Peter Rabbitson [Sat, 15 May 2010 15:50:57 +0000]
Fix stupid typo-bug

13 years agoAll expected evals converted to try, except where no test is done,
Ton Voon [Sat, 15 May 2010 00:38:43 +0000]
All expected evals converted to try, except where no test is done,
runtime evaluation, or base perl (such as "require"). Only one test
failure due to string difference in output

13 years agoeval => try where tests for $@ done
Ton Voon [Fri, 14 May 2010 23:46:44 +0000]
eval => try where tests for $@ done

13 years agotxn_do's eval => try
Ton Voon [Fri, 14 May 2010 23:29:52 +0000]
txn_do's eval => try

13 years agoCorrected usage of $@ in catch block
Ton Voon [Fri, 14 May 2010 22:45:27 +0000]
Corrected usage of $@ in catch block

13 years agoAnother eval => try
Ton Voon [Fri, 14 May 2010 22:22:57 +0000]
Another eval => try

13 years agoAdd eval => try
Ton Voon [Fri, 14 May 2010 22:03:03 +0000]
Add eval => try

13 years agoConversion of eval => try (part 1)
Ton Voon [Fri, 14 May 2010 21:25:02 +0000]
Conversion of eval => try (part 1)

13 years agocleanup test by wreis
Peter Rabbitson [Fri, 14 May 2010 09:57:40 +0000]
cleanup test by wreis

13 years agoadd failing test for order_by using a function
Wallace Reis [Wed, 12 May 2010 01:44:39 +0000]
add failing test for order_by using a function

13 years agoclearer logic
Rafael Kitover [Tue, 11 May 2010 15:44:15 +0000]
clearer logic

13 years agoMerge 'filter_column' into 'trunk'
Peter Rabbitson [Tue, 11 May 2010 14:46:46 +0000]
Merge 'filter_column' into 'trunk'

r9147@Thesaurus (orig r9134):  frew | 2010-04-13 16:54:24 +0200
branch for FilterColumn
r9148@Thesaurus (orig r9135):  frew | 2010-04-13 18:09:57 +0200
change names wrap accessors
r9158@Thesaurus (orig r9145):  frew | 2010-04-14 17:55:14 +0200
basic tests and a tiny fix
r9159@Thesaurus (orig r9146):  frew | 2010-04-14 19:30:46 +0200
working filter column impl
r9160@Thesaurus (orig r9147):  frew | 2010-04-14 19:31:18 +0200
useless var
r9161@Thesaurus (orig r9148):  frew | 2010-04-14 20:10:57 +0200
MultiCreate test
r9163@Thesaurus (orig r9150):  frew | 2010-04-14 20:22:10 +0200
test db in MC
r9178@Thesaurus (orig r9165):  rabbit | 2010-04-14 23:35:00 +0200
Not sure how this was never noticed, but it definitely doesn't seem right and all tests pass...
r9191@Thesaurus (orig r9178):  frew | 2010-04-15 06:34:16 +0200
better namiology
r9193@Thesaurus (orig r9180):  frew | 2010-04-15 16:14:28 +0200
method and arg rename
r9194@Thesaurus (orig r9181):  frew | 2010-04-15 16:35:25 +0200
use result source for filtering instead of result
r9195@Thesaurus (orig r9182):  frew | 2010-04-15 17:04:38 +0200
initial stab at incomplete docs
r9278@Thesaurus (orig r9265):  frew | 2010-04-28 22:05:36 +0200
doc, removal of source stuff, and Changes
r9324@Thesaurus (orig r9311):  frew | 2010-05-06 01:49:25 +0200
test caching
r9327@Thesaurus (orig r9314):  rabbit | 2010-05-06 16:30:36 +0200
Play nicer with lower-level methods
r9328@Thesaurus (orig r9315):  frew | 2010-05-07 04:27:18 +0200
no filter and inflate column
r9352@Thesaurus (orig r9339):  rabbit | 2010-05-10 13:40:00 +0200
Maintain full coherence between filtered cache and unfiltered results, including store_column
r9353@Thesaurus (orig r9340):  rabbit | 2010-05-10 13:40:48 +0200
Fix typo
r9357@Thesaurus (orig r9343):  rabbit | 2010-05-11 16:45:50 +0200
Comment weird looking code

13 years agoComment weird looking code
Peter Rabbitson [Tue, 11 May 2010 14:45:49 +0000]
Comment weird looking code

13 years agoFix typo
Peter Rabbitson [Mon, 10 May 2010 11:40:47 +0000]
Fix typo

13 years agoMaintain full coherence between filtered cache and unfiltered results, including...
Peter Rabbitson [Mon, 10 May 2010 11:39:56 +0000]
Maintain full coherence between filtered cache and unfiltered results, including store_column

13 years agoMake sure missing author-deps do not kill makefile creation
Peter Rabbitson [Sat, 8 May 2010 09:23:56 +0000]
Make sure missing author-deps do not kill makefile creation

13 years agoClarification cascade_* attribute defaults documentation
Nigel Metheringham [Fri, 7 May 2010 14:08:17 +0000]
Clarification cascade_* attribute defaults documentation

13 years agoClarification to cascade_update attribute documentation
Nigel Metheringham [Fri, 7 May 2010 13:54:36 +0000]
Clarification to cascade_update attribute documentation

13 years agoempty update OK even if row is not in database (fixed2)
Nigel Metheringham [Fri, 7 May 2010 13:48:19 +0000]
empty update OK even if row is not in database (fixed2)

13 years agoempty update OK even if row is not in database (fixed)
Nigel Metheringham [Fri, 7 May 2010 13:39:37 +0000]
empty update OK even if row is not in database (fixed)

13 years agoAdded reference to cascade_* in relationship attributes
Nigel Metheringham [Fri, 7 May 2010 13:28:06 +0000]
Added reference to cascade_* in relationship attributes

13 years agoempty update OK even if row is not in database
Nigel Metheringham [Fri, 7 May 2010 13:03:00 +0000]
empty update OK even if row is not in database

13 years agominor change
Rafael Kitover [Fri, 7 May 2010 12:56:57 +0000]
minor change

13 years agodetect row_number() over support in MSSQL if version detection fails
Rafael Kitover [Fri, 7 May 2010 09:57:24 +0000]
detect row_number() over support in MSSQL if version detection fails

13 years agoFailure to determine dbms version is *not* a fatal error - trap exceptions
Peter Rabbitson [Fri, 7 May 2010 08:15:48 +0000]
Failure to determine dbms version is *not* a fatal error - trap exceptions

13 years agono filter and inflate column
Arthur Axel "fREW" Schmidt [Fri, 7 May 2010 02:27:18 +0000]
no filter and inflate column

13 years agoPlay nicer with lower-level methods
Peter Rabbitson [Thu, 6 May 2010 14:30:35 +0000]
Play nicer with lower-level methods

13 years agotest caching
Arthur Axel "fREW" Schmidt [Wed, 5 May 2010 23:49:25 +0000]
test caching

13 years agoForgotten pieces
Peter Rabbitson [Wed, 5 May 2010 12:56:37 +0000]
Forgotten pieces

13 years agoFix obsucre bug with as_subselect_rs (gah wrong commit msg)
Peter Rabbitson [Wed, 5 May 2010 11:02:39 +0000]
Fix obsucre bug with as_subselect_rs (gah wrong commit msg)

13 years agoChanges
Peter Rabbitson [Wed, 5 May 2010 11:01:35 +0000]
Changes

13 years agoMerge 'trunk' into 'filter_column'
Peter Rabbitson [Wed, 5 May 2010 09:52:30 +0000]
Merge 'trunk' into 'filter_column'

r9155@Thesaurus (orig r9142):  rabbit | 2010-04-14 15:41:51 +0200
Add forgotten changes
r9156@Thesaurus (orig r9143):  caelum | 2010-04-14 17:04:00 +0200
support $ENV{DBI_DSN} and $ENV{DBI_DRIVER} (patch from Possum)
r9157@Thesaurus (orig r9144):  rabbit | 2010-04-14 17:50:58 +0200
Fix exception message
r9190@Thesaurus (orig r9177):  caelum | 2010-04-15 01:41:26 +0200
datetime millisecond precision for MSSQL
r9200@Thesaurus (orig r9187):  ribasushi | 2010-04-18 23:06:29 +0200
Fix leftover tabs
r9201@Thesaurus (orig r9188):  castaway | 2010-04-20 08:06:26 +0200
Warn if a class found in ResultSet/ is not a subclass of ::ResultSet

r9203@Thesaurus (orig r9190):  rbuels | 2010-04-20 21:12:22 +0200
create_ddl_dir mkpaths its dir if necessary.  also, added storage/deploy.t as place to put deployment tests
r9204@Thesaurus (orig r9191):  rbuels | 2010-04-20 21:20:06 +0200
do not croak, rbuels!  jeez.
r9205@Thesaurus (orig r9192):  castaway | 2010-04-21 08:03:08 +0200
Added missing test file (oops)

r9213@Thesaurus (orig r9200):  rabbit | 2010-04-24 02:23:05 +0200
10% speed up on quoted statement generation
r9215@Thesaurus (orig r9202):  rabbit | 2010-04-24 02:27:47 +0200
Revert bogus commit
r9216@Thesaurus (orig r9203):  ribasushi | 2010-04-24 02:31:06 +0200
_quote is now properly handled in SQLA
r9217@Thesaurus (orig r9204):  caelum | 2010-04-24 02:32:58 +0200
add "IMPROVING PERFORMANCE" section to Cookbook
r9231@Thesaurus (orig r9218):  ribasushi | 2010-04-26 13:13:13 +0200
Bump CAG and SQLA dependencies
r9232@Thesaurus (orig r9219):  ribasushi | 2010-04-26 15:27:38 +0200
Bizarre fork failure
r9233@Thesaurus (orig r9220):  castaway | 2010-04-26 21:45:32 +0200
Add tests using select/as to sqlahacks

r9234@Thesaurus (orig r9221):  castaway | 2010-04-26 21:49:10 +0200
Add test for fetching related obj/col as well

r9245@Thesaurus (orig r9232):  abraxxa | 2010-04-27 15:58:56 +0200
fixed missing ' in update_or_create with key attr example

r9247@Thesaurus (orig r9234):  ribasushi | 2010-04-27 16:53:06 +0200
Better concurrency in test (parent blocks)
r9248@Thesaurus (orig r9235):  ribasushi | 2010-04-27 16:53:34 +0200
Reformat tests/comments a bit
r9249@Thesaurus (orig r9236):  ribasushi | 2010-04-27 18:40:10 +0200
Better comment
r9250@Thesaurus (orig r9237):  ribasushi | 2010-04-27 18:40:31 +0200
Rename test
r9251@Thesaurus (orig r9238):  ribasushi | 2010-04-27 19:11:45 +0200
Fix global destruction problems
r9271@Thesaurus (orig r9258):  ribasushi | 2010-04-28 11:10:00 +0200
Refactor SQLA/select interaction (in reality just cleanup)
r9272@Thesaurus (orig r9259):  caelum | 2010-04-28 11:20:08 +0200
update ::DBI::Replicated
r9273@Thesaurus (orig r9260):  caelum | 2010-04-28 12:20:01 +0200
add _verify_pid and _verify_tid to methods that croak in ::Replicated
r9274@Thesaurus (orig r9261):  ribasushi | 2010-04-28 14:39:02 +0200
Fix failing test and some warnings
r9288@Thesaurus (orig r9275):  rabbit | 2010-04-29 10:32:10 +0200
Allow limit syntax change in-flight without digging into internals
r9292@Thesaurus (orig r9279):  castaway | 2010-04-30 12:26:52 +0200
Argh.. committing missing test file for load_namespaces tests

r9295@Thesaurus (orig r9282):  rabbit | 2010-05-01 11:06:21 +0200
The final version of the test
r9309@Thesaurus (orig r9296):  rabbit | 2010-05-04 09:44:51 +0200
Test for RT#56257
r9310@Thesaurus (orig r9297):  rabbit | 2010-05-04 10:00:11 +0200
Refactor count handling, make count-resultset attribute lists inclusive rather than exclusive (side effect - solves RT#56257
r9318@Thesaurus (orig r9305):  rabbit | 2010-05-05 11:49:51 +0200
 r9296@Thesaurus (orig r9283):  ribasushi | 2010-05-01 11:51:15 +0200
 Branch to clean up various limit dialects
 r9297@Thesaurus (orig r9284):  rabbit | 2010-05-01 11:55:04 +0200
 Preliminary version
 r9301@Thesaurus (orig r9288):  rabbit | 2010-05-03 18:31:24 +0200
 Fix incorrect comparison
 r9302@Thesaurus (orig r9289):  rabbit | 2010-05-03 18:32:36 +0200
 Do not add TOP prefixes to queries already containing it
 r9303@Thesaurus (orig r9290):  rabbit | 2010-05-03 18:33:15 +0200
 Add an as selector to a prefetch subquery to aid the subselecting-limit analyzer
 r9304@Thesaurus (orig r9291):  rabbit | 2010-05-03 18:34:49 +0200
 Rewrite mssql test to verify both types of limit dialects with and without quoting, rewrite the RNO, Top and RowNum dialects to rely on a factored out column re-aliaser
 r9305@Thesaurus (orig r9292):  rabbit | 2010-05-03 21:06:01 +0200
 Fix Top tests, make extra col selector order consistent
 r9307@Thesaurus (orig r9294):  ribasushi | 2010-05-04 00:50:35 +0200
 Fix test warning
 r9308@Thesaurus (orig r9295):  ribasushi | 2010-05-04 01:04:32 +0200
 Some databases (db2) do not like leading __s - use a different weird identifier for extra selector names
 r9313@Thesaurus (orig r9300):  rabbit | 2010-05-05 11:08:33 +0200
 Rename test
 r9314@Thesaurus (orig r9301):  rabbit | 2010-05-05 11:11:32 +0200
 If there was no offset, there is no sense in reordering
 r9315@Thesaurus (orig r9302):  rabbit | 2010-05-05 11:12:19 +0200
 Split and fix oracle tests
 r9317@Thesaurus (orig r9304):  rabbit | 2010-05-05 11:49:33 +0200
 Changes

13 years agoMerge 'subqueried_limit_fixes' into 'trunk'
Peter Rabbitson [Wed, 5 May 2010 09:49:50 +0000]
Merge 'subqueried_limit_fixes' into 'trunk'

r9296@Thesaurus (orig r9283):  ribasushi | 2010-05-01 11:51:15 +0200
Branch to clean up various limit dialects
r9297@Thesaurus (orig r9284):  rabbit | 2010-05-01 11:55:04 +0200
Preliminary version
r9301@Thesaurus (orig r9288):  rabbit | 2010-05-03 18:31:24 +0200
Fix incorrect comparison
r9302@Thesaurus (orig r9289):  rabbit | 2010-05-03 18:32:36 +0200
Do not add TOP prefixes to queries already containing it
r9303@Thesaurus (orig r9290):  rabbit | 2010-05-03 18:33:15 +0200
Add an as selector to a prefetch subquery to aid the subselecting-limit analyzer
r9304@Thesaurus (orig r9291):  rabbit | 2010-05-03 18:34:49 +0200
Rewrite mssql test to verify both types of limit dialects with and without quoting, rewrite the RNO, Top and RowNum dialects to rely on a factored out column re-aliaser
r9305@Thesaurus (orig r9292):  rabbit | 2010-05-03 21:06:01 +0200
Fix Top tests, make extra col selector order consistent
r9307@Thesaurus (orig r9294):  ribasushi | 2010-05-04 00:50:35 +0200
Fix test warning
r9308@Thesaurus (orig r9295):  ribasushi | 2010-05-04 01:04:32 +0200
Some databases (db2) do not like leading __s - use a different weird identifier for extra selector names
r9313@Thesaurus (orig r9300):  rabbit | 2010-05-05 11:08:33 +0200
Rename test
r9314@Thesaurus (orig r9301):  rabbit | 2010-05-05 11:11:32 +0200
If there was no offset, there is no sense in reordering
r9315@Thesaurus (orig r9302):  rabbit | 2010-05-05 11:12:19 +0200
Split and fix oracle tests
r9317@Thesaurus (orig r9304):  rabbit | 2010-05-05 11:49:33 +0200
Changes

13 years agoChanges
Peter Rabbitson [Wed, 5 May 2010 09:49:33 +0000]
Changes

13 years agoMerge 'trunk' into 'subqueried_limit_fixes'
Peter Rabbitson [Wed, 5 May 2010 09:13:44 +0000]
Merge 'trunk' into 'subqueried_limit_fixes'

r9309@Thesaurus (orig r9296):  rabbit | 2010-05-04 09:44:51 +0200
Test for RT#56257
r9310@Thesaurus (orig r9297):  rabbit | 2010-05-04 10:00:11 +0200
Refactor count handling, make count-resultset attribute lists inclusive rather than exclusive (side effect - solves RT#56257

13 years agoSplit and fix oracle tests
Peter Rabbitson [Wed, 5 May 2010 09:12:18 +0000]
Split and fix oracle tests

13 years agoIf there was no offset, there is no sense in reordering
Peter Rabbitson [Wed, 5 May 2010 09:11:32 +0000]
If there was no offset, there is no sense in reordering

13 years agoRename test
Peter Rabbitson [Wed, 5 May 2010 09:08:33 +0000]
Rename test

13 years agoRefactor count handling, make count-resultset attribute lists inclusive rather than...
Peter Rabbitson [Tue, 4 May 2010 08:00:11 +0000]
Refactor count handling, make count-resultset attribute lists inclusive rather than exclusive (side effect - solves RT#56257

13 years agoTest for RT#56257
Peter Rabbitson [Tue, 4 May 2010 07:44:47 +0000]
Test for RT#56257

13 years agoSome databases (db2) do not like leading __s - use a different weird identifier for...
Peter Rabbitson [Mon, 3 May 2010 23:04:32 +0000]
Some databases (db2) do not like leading __s - use a different weird identifier for extra selector names

13 years agoFix test warning
Peter Rabbitson [Mon, 3 May 2010 22:50:35 +0000]
Fix test warning

13 years agoFix Top tests, make extra col selector order consistent
Peter Rabbitson [Mon, 3 May 2010 19:06:00 +0000]
Fix Top tests, make extra col selector order consistent

13 years agoRewrite mssql test to verify both types of limit dialects with and without quoting...
Peter Rabbitson [Mon, 3 May 2010 16:34:48 +0000]
Rewrite mssql test to verify both types of limit dialects with and without quoting, rewrite the RNO, Top and RowNum dialects to rely on a factored out column re-aliaser

13 years agoAdd an as selector to a prefetch subquery to aid the subselecting-limit analyzer
Peter Rabbitson [Mon, 3 May 2010 16:33:14 +0000]
Add an as selector to a prefetch subquery to aid the subselecting-limit analyzer

13 years agoDo not add TOP prefixes to queries already containing it
Peter Rabbitson [Mon, 3 May 2010 16:32:35 +0000]
Do not add TOP prefixes to queries already containing it

13 years agoFix incorrect comparison
Peter Rabbitson [Mon, 3 May 2010 16:31:19 +0000]
Fix incorrect comparison

14 years agoPreliminary version
Peter Rabbitson [Sat, 1 May 2010 09:55:04 +0000]
Preliminary version

14 years agoThe final version of the test
Peter Rabbitson [Sat, 1 May 2010 09:06:15 +0000]
The final version of the test

14 years agoArgh.. committing missing test file for load_namespaces tests
Jess Robinson [Fri, 30 Apr 2010 10:26:52 +0000]
Argh.. committing missing test file for load_namespaces tests

14 years agoAllow limit syntax change in-flight without digging into internals
Peter Rabbitson [Thu, 29 Apr 2010 08:32:09 +0000]
Allow limit syntax change in-flight without digging into internals

14 years agodoc, removal of source stuff, and Changes
Arthur Axel "fREW" Schmidt [Wed, 28 Apr 2010 20:05:36 +0000]
doc, removal of source stuff, and Changes

14 years agoFix failing test and some warnings
Peter Rabbitson [Wed, 28 Apr 2010 12:39:02 +0000]
Fix failing test and some warnings

14 years agoadd _verify_pid and _verify_tid to methods that croak in ::Replicated
Rafael Kitover [Wed, 28 Apr 2010 10:20:01 +0000]
add _verify_pid and _verify_tid to methods that croak in ::Replicated

14 years agoupdate ::DBI::Replicated
Rafael Kitover [Wed, 28 Apr 2010 09:20:08 +0000]
update ::DBI::Replicated

14 years agoRefactor SQLA/select interaction (in reality just cleanup)
Peter Rabbitson [Wed, 28 Apr 2010 09:10:00 +0000]
Refactor SQLA/select interaction (in reality just cleanup)

14 years agoFix global destruction problems
Peter Rabbitson [Tue, 27 Apr 2010 17:11:45 +0000]
Fix global destruction problems

14 years agoRename test
Peter Rabbitson [Tue, 27 Apr 2010 16:40:31 +0000]
Rename test

14 years agoBetter comment
Peter Rabbitson [Tue, 27 Apr 2010 16:40:10 +0000]
Better comment

14 years agoReformat tests/comments a bit
Peter Rabbitson [Tue, 27 Apr 2010 14:53:34 +0000]
Reformat tests/comments a bit

14 years agoBetter concurrency in test (parent blocks)
Peter Rabbitson [Tue, 27 Apr 2010 14:53:06 +0000]
Better concurrency in test (parent blocks)

14 years agofixed missing ' in update_or_create with key attr example
Alexander Hartmaier [Tue, 27 Apr 2010 13:58:56 +0000]
fixed missing ' in update_or_create with key attr example

14 years agoAdd test for fetching related obj/col as well
Jess Robinson [Mon, 26 Apr 2010 19:49:10 +0000]
Add test for fetching related obj/col as well

14 years agoAdd tests using select/as to sqlahacks
Jess Robinson [Mon, 26 Apr 2010 19:45:32 +0000]
Add tests using select/as to sqlahacks

14 years agoBizarre fork failure
Peter Rabbitson [Mon, 26 Apr 2010 13:27:38 +0000]
Bizarre fork failure

14 years agoBump CAG and SQLA dependencies
Peter Rabbitson [Mon, 26 Apr 2010 11:13:13 +0000]
Bump CAG and SQLA dependencies

14 years agoadd "IMPROVING PERFORMANCE" section to Cookbook
Rafael Kitover [Sat, 24 Apr 2010 00:32:58 +0000]
add "IMPROVING PERFORMANCE" section to Cookbook

14 years ago_quote is now properly handled in SQLA
Peter Rabbitson [Sat, 24 Apr 2010 00:31:06 +0000]
_quote is now properly handled in SQLA

14 years agoRevert bogus commit
Peter Rabbitson [Sat, 24 Apr 2010 00:27:47 +0000]
Revert bogus commit

14 years ago10% speed up on quoted statement generation
Peter Rabbitson [Sat, 24 Apr 2010 00:23:05 +0000]
10% speed up on quoted statement generation

14 years agoAdded missing test file (oops)
Jess Robinson [Wed, 21 Apr 2010 06:03:08 +0000]
Added missing test file (oops)