13 years agoFixed typo in Changes file. Adding myself to the CONTRIBUTORS list
Robert Bohne [Tue, 1 Jun 2010 05:13:55 +0000]
Fixed typo in Changes file. Adding myself to the CONTRIBUTORS list

13 years agoMinor touches/changes
Peter Rabbitson [Tue, 1 Jun 2010 00:28:05 +0000]
Minor touches/changes

13 years agoDo not pollute sqlmaker while scanning raw sql
Peter Rabbitson [Tue, 1 Jun 2010 00:26:49 +0000]
Do not pollute sqlmaker while scanning raw sql

13 years agoSwitch away from explicit count-attr lists - just delete what we do not need
Peter Rabbitson [Mon, 31 May 2010 23:54:17 +0000]
Switch away from explicit count-attr lists - just delete what we do not need

13 years agoMerge 'trunk' into 'oracle_hierarchical_queries_rt39121'
Peter Rabbitson [Mon, 31 May 2010 23:10:46 +0000]
Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'

r9350@Thesaurus (orig r9337):  rabbit | 2010-05-08 11:23:56 +0200
Make sure missing author-deps do not kill makefile creation
r9358@Thesaurus (orig r9344):  rabbit | 2010-05-11 16:46:47 +0200
 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

r9360@Thesaurus (orig r9346):  caelum | 2010-05-11 17:44:15 +0200
clearer logic
r9364@Thesaurus (orig r9350):  wreis | 2010-05-12 03:44:39 +0200
add failing test for order_by using a function
r9378@Thesaurus (orig r9364):  rabbit | 2010-05-14 11:57:45 +0200
cleanup test by wreis
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
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
r9452@Thesaurus (orig r9438):  caelum | 2010-05-25 21:33:37 +0200
 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

r9454@Thesaurus (orig r9440):  rabbit | 2010-05-26 11:28:37 +0200
Simplify oracle retrial logic
r9455@Thesaurus (orig r9441):  rabbit | 2010-05-26 12:00:20 +0200
Can not return from within a try block
r9456@Thesaurus (orig r9442):  rabbit | 2010-05-26 12:17:55 +0200
Really fix logic
r9464@Thesaurus (orig r9450):  jester | 2010-05-27 16:06:43 +0200
Light doc tweaks

r9475@Thesaurus (orig r9461):  ribasushi | 2010-05-31 00:17:29 +0200
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
r9476@Thesaurus (orig r9462):  rabbit | 2010-05-31 00:25:01 +0200
New format of changelog (easier to read)
r9477@Thesaurus (orig r9463):  rabbit | 2010-05-31 00:27:18 +0200
Fix MC double-object creation (important for e.g. IC::FS which otherwise leaves orphaned files)
r9479@Thesaurus (orig r9465):  rabbit | 2010-05-31 00:37:23 +0200
Fix tests to survive the new SQLA bindtype checks
r9483@Thesaurus (orig r9469):  rabbit | 2010-05-31 13:21:04 +0200
Skip tests segfaulting with ancient DBD::Sybase versions
r9488@Thesaurus (orig r9474):  frew | 2010-05-31 17:11:51 +0200
use namespace::clean w/ Try::Tiny
r9489@Thesaurus (orig r9475):  rabbit | 2010-05-31 17:13:29 +0200
Fix Top-limit problem of missed bindvars
r9490@Thesaurus (orig r9476):  rabbit | 2010-05-31 17:21:20 +0200
Skip failing tests on old DBD
r9491@Thesaurus (orig r9477):  frew | 2010-05-31 17:23:49 +0200
add namespace::clean as regular dep
r9501@Thesaurus (orig r9487):  rabbit | 2010-05-31 19:45:27 +0200
Fix RT57467, simplify test
r9503@Thesaurus (orig r9489):  rabbit | 2010-05-31 23:52:17 +0200
Fix Schema::Versioned borkage
r9506@Thesaurus (orig r9492):  rabbit | 2010-06-01 00:08:45 +0200
 r9306@Thesaurus (orig r9293):  edenc | 2010-05-03 21:20:21 +0200
 braching for bug fixes (rt 54939)
 r9339@Thesaurus (orig r9326):  edenc | 2010-05-07 18:15:47 +0200
 added failing test case for non-versioned schema deploy attempt
 r9340@Thesaurus (orig r9327):  edenc | 2010-05-07 18:16:03 +0200
 dbicadmin can now install non-versioned schemas
 r9342@Thesaurus (orig r9329):  rabbit | 2010-05-07 18:28:27 +0200
 Trap erroneous warnings
 r9345@Thesaurus (orig r9332):  edenc | 2010-05-08 00:02:00 +0200
 test for the dbicadmin -I option
 r9346@Thesaurus (orig r9333):  edenc | 2010-05-08 00:02:25 +0200
 fixes to dbicadmin -I test
 r9347@Thesaurus (orig r9334):  edenc | 2010-05-08 00:02:41 +0200
 -I option functional and passing tests
 r9348@Thesaurus (orig r9335):  edenc | 2010-05-08 01:39:52 +0200
 moved mock schema out of t/var
 r9375@Thesaurus (orig r9361):  edenc | 2010-05-14 04:02:41 +0200
 added debug option
 r9376@Thesaurus (orig r9362):  edenc | 2010-05-14 04:03:00 +0200
 debug and include_dirs integration between dbicadmin and DBIx::Class::Admin
 r9377@Thesaurus (orig r9363):  edenc | 2010-05-14 04:03:21 +0200
 testing dbicadmin/DBIx::Class::Admin integration
 r9494@Thesaurus (orig r9480):  rabbit | 2010-05-31 18:03:08 +0200
 Simplify includedir testing
 r9496@Thesaurus (orig r9482):  rabbit | 2010-05-31 18:47:35 +0200
 Some comments
 r9497@Thesaurus (orig r9483):  rabbit | 2010-05-31 18:50:50 +0200
 Properly ignore contents of var
 r9498@Thesaurus (orig r9484):  rabbit | 2010-05-31 18:59:49 +0200
 Remove leftovers
 r9499@Thesaurus (orig r9485):  rabbit | 2010-05-31 19:24:55 +0200
 Cleanup debug output
 r9500@Thesaurus (orig r9486):  rabbit | 2010-05-31 19:35:31 +0200
 Fix RT#57732
 r9502@Thesaurus (orig r9488):  rabbit | 2010-05-31 19:48:41 +0200
 typos
 r9505@Thesaurus (orig r9491):  rabbit | 2010-06-01 00:08:29 +0200
 Changes

r9514@Thesaurus (orig r9500):  rabbit | 2010-06-01 00:25:35 +0200
 r9365@Thesaurus (orig r9351):  ribasushi | 2010-05-12 10:09:54 +0200
 New branch to cleanup resultset-wide update/delete
 r9419@Thesaurus (orig r9405):  wreis | 2010-05-19 02:49:47 +0200
 failing tests for RS->update
 r9511@Thesaurus (orig r9497):  rabbit | 2010-06-01 00:20:39 +0200
 Fix update/delete on prefetching resultsets
 r9512@Thesaurus (orig r9498):  rabbit | 2010-06-01 00:24:54 +0200
 Test cleanup
 r9513@Thesaurus (orig r9499):  rabbit | 2010-06-01 00:25:14 +0200
 test replication test fail

13 years agoMerge 'rs_UD_cleanup' into 'trunk'
Peter Rabbitson [Mon, 31 May 2010 22:25:35 +0000]
Merge 'rs_UD_cleanup' into 'trunk'

r9365@Thesaurus (orig r9351):  ribasushi | 2010-05-12 10:09:54 +0200
New branch to cleanup resultset-wide update/delete
r9419@Thesaurus (orig r9405):  wreis | 2010-05-19 02:49:47 +0200
failing tests for RS->update
r9511@Thesaurus (orig r9497):  rabbit | 2010-06-01 00:20:39 +0200
Fix update/delete on prefetching resultsets
r9512@Thesaurus (orig r9498):  rabbit | 2010-06-01 00:24:54 +0200
Test cleanup
r9513@Thesaurus (orig r9499):  rabbit | 2010-06-01 00:25:14 +0200
test replication test fail

13 years agotest replication test fail
Peter Rabbitson [Mon, 31 May 2010 22:25:13 +0000]
test replication test fail

13 years agoTest cleanup
Peter Rabbitson [Mon, 31 May 2010 22:24:54 +0000]
Test cleanup

13 years agoFix update/delete on prefetching resultsets
Peter Rabbitson [Mon, 31 May 2010 22:20:38 +0000]
Fix update/delete on prefetching resultsets

13 years agoMerge 'trunk' into 'rs_UD_cleanup'
Peter Rabbitson [Mon, 31 May 2010 22:18:10 +0000]
Merge 'trunk' into 'rs_UD_cleanup'

r9475@Thesaurus (orig r9461):  ribasushi | 2010-05-31 00:17:29 +0200
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
r9476@Thesaurus (orig r9462):  rabbit | 2010-05-31 00:25:01 +0200
New format of changelog (easier to read)
r9477@Thesaurus (orig r9463):  rabbit | 2010-05-31 00:27:18 +0200
Fix MC double-object creation (important for e.g. IC::FS which otherwise leaves orphaned files)
r9479@Thesaurus (orig r9465):  rabbit | 2010-05-31 00:37:23 +0200
Fix tests to survive the new SQLA bindtype checks
r9483@Thesaurus (orig r9469):  rabbit | 2010-05-31 13:21:04 +0200
Skip tests segfaulting with ancient DBD::Sybase versions
r9488@Thesaurus (orig r9474):  frew | 2010-05-31 17:11:51 +0200
use namespace::clean w/ Try::Tiny
r9489@Thesaurus (orig r9475):  rabbit | 2010-05-31 17:13:29 +0200
Fix Top-limit problem of missed bindvars
r9490@Thesaurus (orig r9476):  rabbit | 2010-05-31 17:21:20 +0200
Skip failing tests on old DBD
r9491@Thesaurus (orig r9477):  frew | 2010-05-31 17:23:49 +0200
add namespace::clean as regular dep
r9501@Thesaurus (orig r9487):  rabbit | 2010-05-31 19:45:27 +0200
Fix RT57467, simplify test
r9503@Thesaurus (orig r9489):  rabbit | 2010-05-31 23:52:17 +0200
Fix Schema::Versioned borkage
r9506@Thesaurus (orig r9492):  rabbit | 2010-06-01 00:08:45 +0200
 r9306@Thesaurus (orig r9293):  edenc | 2010-05-03 21:20:21 +0200
 braching for bug fixes (rt 54939)
 r9339@Thesaurus (orig r9326):  edenc | 2010-05-07 18:15:47 +0200
 added failing test case for non-versioned schema deploy attempt
 r9340@Thesaurus (orig r9327):  edenc | 2010-05-07 18:16:03 +0200
 dbicadmin can now install non-versioned schemas
 r9342@Thesaurus (orig r9329):  rabbit | 2010-05-07 18:28:27 +0200
 Trap erroneous warnings
 r9345@Thesaurus (orig r9332):  edenc | 2010-05-08 00:02:00 +0200
 test for the dbicadmin -I option
 r9346@Thesaurus (orig r9333):  edenc | 2010-05-08 00:02:25 +0200
 fixes to dbicadmin -I test
 r9347@Thesaurus (orig r9334):  edenc | 2010-05-08 00:02:41 +0200
 -I option functional and passing tests
 r9348@Thesaurus (orig r9335):  edenc | 2010-05-08 01:39:52 +0200
 moved mock schema out of t/var
 r9375@Thesaurus (orig r9361):  edenc | 2010-05-14 04:02:41 +0200
 added debug option
 r9376@Thesaurus (orig r9362):  edenc | 2010-05-14 04:03:00 +0200
 debug and include_dirs integration between dbicadmin and DBIx::Class::Admin
 r9377@Thesaurus (orig r9363):  edenc | 2010-05-14 04:03:21 +0200
 testing dbicadmin/DBIx::Class::Admin integration
 r9494@Thesaurus (orig r9480):  rabbit | 2010-05-31 18:03:08 +0200
 Simplify includedir testing
 r9496@Thesaurus (orig r9482):  rabbit | 2010-05-31 18:47:35 +0200
 Some comments
 r9497@Thesaurus (orig r9483):  rabbit | 2010-05-31 18:50:50 +0200
 Properly ignore contents of var
 r9498@Thesaurus (orig r9484):  rabbit | 2010-05-31 18:59:49 +0200
 Remove leftovers
 r9499@Thesaurus (orig r9485):  rabbit | 2010-05-31 19:24:55 +0200
 Cleanup debug output
 r9500@Thesaurus (orig r9486):  rabbit | 2010-05-31 19:35:31 +0200
 Fix RT#57732
 r9502@Thesaurus (orig r9488):  rabbit | 2010-05-31 19:48:41 +0200
 typos
 r9505@Thesaurus (orig r9491):  rabbit | 2010-06-01 00:08:29 +0200
 Changes

13 years agoMerge 'dbicadmin-non-versioned' into 'trunk'
Peter Rabbitson [Mon, 31 May 2010 22:08:45 +0000]
Merge 'dbicadmin-non-versioned' into 'trunk'

r9306@Thesaurus (orig r9293):  edenc | 2010-05-03 21:20:21 +0200
braching for bug fixes (rt 54939)
r9339@Thesaurus (orig r9326):  edenc | 2010-05-07 18:15:47 +0200
added failing test case for non-versioned schema deploy attempt
r9340@Thesaurus (orig r9327):  edenc | 2010-05-07 18:16:03 +0200
dbicadmin can now install non-versioned schemas
r9342@Thesaurus (orig r9329):  rabbit | 2010-05-07 18:28:27 +0200
Trap erroneous warnings
r9345@Thesaurus (orig r9332):  edenc | 2010-05-08 00:02:00 +0200
test for the dbicadmin -I option
r9346@Thesaurus (orig r9333):  edenc | 2010-05-08 00:02:25 +0200
fixes to dbicadmin -I test
r9347@Thesaurus (orig r9334):  edenc | 2010-05-08 00:02:41 +0200
-I option functional and passing tests
r9348@Thesaurus (orig r9335):  edenc | 2010-05-08 01:39:52 +0200
moved mock schema out of t/var
r9375@Thesaurus (orig r9361):  edenc | 2010-05-14 04:02:41 +0200
added debug option
r9376@Thesaurus (orig r9362):  edenc | 2010-05-14 04:03:00 +0200
debug and include_dirs integration between dbicadmin and DBIx::Class::Admin
r9377@Thesaurus (orig r9363):  edenc | 2010-05-14 04:03:21 +0200
testing dbicadmin/DBIx::Class::Admin integration
r9494@Thesaurus (orig r9480):  rabbit | 2010-05-31 18:03:08 +0200
Simplify includedir testing
r9496@Thesaurus (orig r9482):  rabbit | 2010-05-31 18:47:35 +0200
Some comments
r9497@Thesaurus (orig r9483):  rabbit | 2010-05-31 18:50:50 +0200
Properly ignore contents of var
r9498@Thesaurus (orig r9484):  rabbit | 2010-05-31 18:59:49 +0200
Remove leftovers
r9499@Thesaurus (orig r9485):  rabbit | 2010-05-31 19:24:55 +0200
Cleanup debug output
r9500@Thesaurus (orig r9486):  rabbit | 2010-05-31 19:35:31 +0200
Fix RT#57732
r9502@Thesaurus (orig r9488):  rabbit | 2010-05-31 19:48:41 +0200
typos
r9505@Thesaurus (orig r9491):  rabbit | 2010-06-01 00:08:29 +0200
Changes

13 years agoChanges
Peter Rabbitson [Mon, 31 May 2010 22:08:28 +0000]
Changes

13 years agoMerge 'trunk' into 'dbicadmin-non-versioned'
Peter Rabbitson [Mon, 31 May 2010 21:53:45 +0000]
Merge 'trunk' into 'dbicadmin-non-versioned'

r9501@Thesaurus (orig r9487):  rabbit | 2010-05-31 19:45:27 +0200
Fix RT57467, simplify test
r9503@Thesaurus (orig r9489):  rabbit | 2010-05-31 23:52:17 +0200
Fix Schema::Versioned borkage

13 years agoFix Schema::Versioned borkage
Peter Rabbitson [Mon, 31 May 2010 21:52:16 +0000]
Fix Schema::Versioned borkage

13 years agotypos
Peter Rabbitson [Mon, 31 May 2010 17:48:40 +0000]
typos

13 years agoFix RT57467, simplify test
Peter Rabbitson [Mon, 31 May 2010 17:45:27 +0000]
Fix RT57467, simplify test

13 years agoFix RT#57732
Peter Rabbitson [Mon, 31 May 2010 17:35:31 +0000]
Fix RT#57732

13 years agoCleanup debug output
Peter Rabbitson [Mon, 31 May 2010 17:24:54 +0000]
Cleanup debug output

13 years agoRemove leftovers
Peter Rabbitson [Mon, 31 May 2010 16:59:48 +0000]
Remove leftovers

13 years agoSome comments
Peter Rabbitson [Mon, 31 May 2010 16:47:34 +0000]
Some comments

13 years agoMerge 'trunk' into 'dbicadmin-non-versioned'
Peter Rabbitson [Mon, 31 May 2010 16:07:35 +0000]
Merge 'trunk' into 'dbicadmin-non-versioned'

r9350@Thesaurus (orig r9337):  rabbit | 2010-05-08 11:23:56 +0200
Make sure missing author-deps do not kill makefile creation
r9358@Thesaurus (orig r9344):  rabbit | 2010-05-11 16:46:47 +0200
 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

r9360@Thesaurus (orig r9346):  caelum | 2010-05-11 17:44:15 +0200
clearer logic
r9364@Thesaurus (orig r9350):  wreis | 2010-05-12 03:44:39 +0200
add failing test for order_by using a function
r9378@Thesaurus (orig r9364):  rabbit | 2010-05-14 11:57:45 +0200
cleanup test by wreis
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
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
r9452@Thesaurus (orig r9438):  caelum | 2010-05-25 21:33:37 +0200
 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

r9454@Thesaurus (orig r9440):  rabbit | 2010-05-26 11:28:37 +0200
Simplify oracle retrial logic
r9455@Thesaurus (orig r9441):  rabbit | 2010-05-26 12:00:20 +0200
Can not return from within a try block
r9456@Thesaurus (orig r9442):  rabbit | 2010-05-26 12:17:55 +0200
Really fix logic
r9464@Thesaurus (orig r9450):  jester | 2010-05-27 16:06:43 +0200
Light doc tweaks

r9475@Thesaurus (orig r9461):  ribasushi | 2010-05-31 00:17:29 +0200
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
r9476@Thesaurus (orig r9462):  rabbit | 2010-05-31 00:25:01 +0200
New format of changelog (easier to read)
r9477@Thesaurus (orig r9463):  rabbit | 2010-05-31 00:27:18 +0200
Fix MC double-object creation (important for e.g. IC::FS which otherwise leaves orphaned files)
r9479@Thesaurus (orig r9465):  rabbit | 2010-05-31 00:37:23 +0200
Fix tests to survive the new SQLA bindtype checks
r9483@Thesaurus (orig r9469):  rabbit | 2010-05-31 13:21:04 +0200
Skip tests segfaulting with ancient DBD::Sybase versions
r9488@Thesaurus (orig r9474):  frew | 2010-05-31 17:11:51 +0200
use namespace::clean w/ Try::Tiny
r9489@Thesaurus (orig r9475):  rabbit | 2010-05-31 17:13:29 +0200
Fix Top-limit problem of missed bindvars
r9490@Thesaurus (orig r9476):  rabbit | 2010-05-31 17:21:20 +0200
Skip failing tests on old DBD
r9491@Thesaurus (orig r9477):  frew | 2010-05-31 17:23:49 +0200
add namespace::clean as regular dep

13 years agoSimplify includedir testing
Peter Rabbitson [Mon, 31 May 2010 16:03:07 +0000]
Simplify includedir testing

13 years agoadd namespace::clean as regular dep
Arthur Axel "fREW" Schmidt [Mon, 31 May 2010 15:23:49 +0000]
add namespace::clean as regular dep

13 years agoSkip failing tests on old DBD
Peter Rabbitson [Mon, 31 May 2010 15:21:20 +0000]
Skip failing tests on old DBD

13 years agoFix Top-limit problem of missed bindvars
Peter Rabbitson [Mon, 31 May 2010 15:13:28 +0000]
Fix Top-limit problem of missed bindvars

13 years agouse namespace::clean w/ Try::Tiny
Arthur Axel "fREW" Schmidt [Mon, 31 May 2010 15:11:51 +0000]
use namespace::clean w/ Try::Tiny

13 years agoSkip tests segfaulting with ancient DBD::Sybase versions
Peter Rabbitson [Mon, 31 May 2010 11:21:03 +0000]
Skip tests segfaulting with ancient DBD::Sybase versions

13 years agoFix tests to survive the new SQLA bindtype checks
Peter Rabbitson [Sun, 30 May 2010 22:37:20 +0000]
Fix tests to survive the new SQLA bindtype checks

13 years agoFix MC double-object creation (important for e.g. IC::FS which otherwise leaves orpha...
Peter Rabbitson [Sun, 30 May 2010 22:27:18 +0000]
Fix MC double-object creation (important for e.g. IC::FS which otherwise leaves orphaned files)

13 years agoNew format of changelog (easier to read)
Peter Rabbitson [Sun, 30 May 2010 22:25:01 +0000]
New format of changelog (easier to read)

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 agoMerge 'trunk' into 'rs_UD_cleanup'
Peter Rabbitson [Sun, 30 May 2010 09:37:48 +0000]
Merge 'trunk' into 'rs_UD_cleanup'

r9378@Thesaurus (orig r9364):  rabbit | 2010-05-14 11:57:45 +0200
cleanup test by wreis
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
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
r9452@Thesaurus (orig r9438):  caelum | 2010-05-25 21:33:37 +0200
 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

r9454@Thesaurus (orig r9440):  rabbit | 2010-05-26 11:28:37 +0200
Simplify oracle retrial logic
r9455@Thesaurus (orig r9441):  rabbit | 2010-05-26 12:00:20 +0200
Can not return from within a try block
r9456@Thesaurus (orig r9442):  rabbit | 2010-05-26 12:17:55 +0200
Really fix logic
r9464@Thesaurus (orig r9450):  jester | 2010-05-27 16:06:43 +0200
Light doc tweaks

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

13 years agoFixed group_by bind position problem, reported and patch by Alexande Keusch. Patch...
Robert Bohne [Thu, 27 May 2010 08:17:35 +0000]
Fixed group_by bind position problem, reported and patch by Alexande Keusch. Patch has been adjusted.

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 agofailing tests for RS->update
Wallace Reis [Wed, 19 May 2010 00:49:47 +0000]
failing tests for RS->update

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 agoUse DDC instead of DD
Peter Rabbitson [Sat, 15 May 2010 15:01:10 +0000]
Use DDC instead of DD

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 agoUse connect_by OR connect_by_nocycle
Robert Bohne [Fri, 14 May 2010 22:02:41 +0000]
Use connect_by OR connect_by_nocycle

13 years agoEnabled count sub query test, isn't broken anymore
Robert Bohne [Fri, 14 May 2010 21:55:28 +0000]
Enabled count sub query test, isn't broken anymore

13 years agoFixed count subquery from disabled test case
Robert Bohne [Fri, 14 May 2010 21:43:29 +0000]
Fixed count subquery from disabled test case

13 years agoRename option nocycle to connect_by_nocycle
Robert Bohne [Fri, 14 May 2010 21:35:33 +0000]
Rename option nocycle to connect_by_nocycle

13 years agoFixed broken count query, because of new count query implementation.
Robert Bohne [Fri, 14 May 2010 21:27:13 +0000]
Fixed broken count query, because of new count query implementation.

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 agoUpdate TODO
Robert Bohne [Fri, 14 May 2010 21:01:42 +0000]
Update TODO

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

13 years agotesting dbicadmin/DBIx::Class::Admin integration
Eden Cardim [Fri, 14 May 2010 02:03:21 +0000]
testing dbicadmin/DBIx::Class::Admin integration

13 years agodebug and include_dirs integration between dbicadmin and DBIx::Class::Admin
Eden Cardim [Fri, 14 May 2010 02:03:00 +0000]
debug and include_dirs integration between dbicadmin and DBIx::Class::Admin

13 years agoadded debug option
Eden Cardim [Fri, 14 May 2010 02:02:41 +0000]
added debug option

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 agomoved mock schema out of t/var
Eden Cardim [Fri, 7 May 2010 23:39:52 +0000]
moved mock schema out of t/var

13 years agoI option functional and passing tests
Eden Cardim [Fri, 7 May 2010 22:02:41 +0000]
I option functional and passing tests

13 years agofixes to dbicadmin -I test
Eden Cardim [Fri, 7 May 2010 22:02:25 +0000]
fixes to dbicadmin -I test

13 years agotest for the dbicadmin -I option
Eden Cardim [Fri, 7 May 2010 22:02:00 +0000]
test for the dbicadmin -I option

13 years agoMerge 'trunk' into 'oracle_hierarchical_queries_rt39121'
Peter Rabbitson [Fri, 7 May 2010 21:35:07 +0000]
Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'

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

r9321@Thesaurus (orig r9308):  rabbit | 2010-05-05 13:01:35 +0200
Changes
r9322@Thesaurus (orig r9309):  rabbit | 2010-05-05 13:02:39 +0200
Fix obsucre bug with as_subselect_rs (gah wrong commit msg)
r9323@Thesaurus (orig r9310):  rabbit | 2010-05-05 14:56:38 +0200
Forgotten pieces
r9329@Thesaurus (orig r9316):  rabbit | 2010-05-07 10:15:52 +0200
Failure to determine dbms version is *not* a fatal error - trap exceptions
r9330@Thesaurus (orig r9317):  caelum | 2010-05-07 11:57:24 +0200
detect row_number() over support in MSSQL if version detection fails
r9331@Thesaurus (orig r9318):  caelum | 2010-05-07 14:56:57 +0200
minor change
r9332@Thesaurus (orig r9319):  nigel | 2010-05-07 15:03:00 +0200
empty update OK even if row is not in database
r9333@Thesaurus (orig r9320):  nigel | 2010-05-07 15:28:06 +0200
Added reference to cascade_* in relationship attributes
r9334@Thesaurus (orig r9321):  nigel | 2010-05-07 15:39:37 +0200
empty update OK even if row is not in database (fixed)
r9335@Thesaurus (orig r9322):  nigel | 2010-05-07 15:48:19 +0200
empty update OK even if row is not in database (fixed2)
r9336@Thesaurus (orig r9323):  nigel | 2010-05-07 15:54:36 +0200
Clarification to cascade_update attribute documentation
r9337@Thesaurus (orig r9324):  nigel | 2010-05-07 16:08:17 +0200
Clarification cascade_* attribute defaults documentation

13 years agoMerge 'trunk' into 'dbicadmin-non-versioned'
Peter Rabbitson [Fri, 7 May 2010 16:28:52 +0000]
Merge 'trunk' into 'dbicadmin-non-versioned'

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

r9321@Thesaurus (orig r9308):  rabbit | 2010-05-05 13:01:35 +0200
Changes
r9322@Thesaurus (orig r9309):  rabbit | 2010-05-05 13:02:39 +0200
Fix obsucre bug with as_subselect_rs (gah wrong commit msg)
r9323@Thesaurus (orig r9310):  rabbit | 2010-05-05 14:56:38 +0200
Forgotten pieces
r9329@Thesaurus (orig r9316):  rabbit | 2010-05-07 10:15:52 +0200
Failure to determine dbms version is *not* a fatal error - trap exceptions
r9330@Thesaurus (orig r9317):  caelum | 2010-05-07 11:57:24 +0200
detect row_number() over support in MSSQL if version detection fails
r9331@Thesaurus (orig r9318):  caelum | 2010-05-07 14:56:57 +0200
minor change
r9332@Thesaurus (orig r9319):  nigel | 2010-05-07 15:03:00 +0200
empty update OK even if row is not in database
r9333@Thesaurus (orig r9320):  nigel | 2010-05-07 15:28:06 +0200
Added reference to cascade_* in relationship attributes
r9334@Thesaurus (orig r9321):  nigel | 2010-05-07 15:39:37 +0200
empty update OK even if row is not in database (fixed)
r9335@Thesaurus (orig r9322):  nigel | 2010-05-07 15:48:19 +0200
empty update OK even if row is not in database (fixed2)
r9336@Thesaurus (orig r9323):  nigel | 2010-05-07 15:54:36 +0200
Clarification to cascade_update attribute documentation
r9337@Thesaurus (orig r9324):  nigel | 2010-05-07 16:08:17 +0200
Clarification cascade_* attribute defaults documentation

13 years agoTrap erroneous warnings
Peter Rabbitson [Fri, 7 May 2010 16:28:26 +0000]
Trap erroneous warnings

13 years agodbicadmin can now install non-versioned schemas
Eden Cardim [Fri, 7 May 2010 16:16:03 +0000]
dbicadmin can now install non-versioned schemas

13 years agoadded failing test case for non-versioned schema deploy attempt
Eden Cardim [Fri, 7 May 2010 16:15:47 +0000]
added failing test case for non-versioned schema deploy attempt

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)