14 years agospecial bind_param_array move to make DBD::InterBase happy (RT#54561)
Rafael Kitover [Fri, 12 Feb 2010 19:43:20 +0000]
special bind_param_array move to make DBD::InterBase happy (RT#54561)

14 years agosupport the DATE data type for Firebird
Rafael Kitover [Thu, 11 Feb 2010 12:27:19 +0000]
support the DATE data type for Firebird

14 years agofix savepoints for Firebird ODBC
Rafael Kitover [Wed, 10 Feb 2010 22:38:24 +0000]
fix savepoints for Firebird ODBC

14 years agoMerge 'trunk' into 'storage-interbase'
Rafael Kitover [Wed, 10 Feb 2010 12:47:22 +0000]
Merge 'trunk' into 'storage-interbase'

r23090@hlagh (orig r8593):  ribasushi | 2010-02-08 10:16:44 -0500
cheaper lookup
r23114@hlagh (orig r8596):  ribasushi | 2010-02-10 06:40:37 -0500
Consolidate last_insert_id handling with a fallback-attempt on DBI::last_insert_id

14 years agoturn on ib_softcommit, savepoint tests now pass for DBD::InterBase
Rafael Kitover [Wed, 10 Feb 2010 12:42:17 +0000]
turn on ib_softcommit, savepoint tests now pass for DBD::InterBase

14 years agodefault to sql dialect 3 unless overridden
Rafael Kitover [Wed, 10 Feb 2010 12:05:21 +0000]
default to sql dialect 3 unless overridden

14 years agoConsolidate last_insert_id handling with a fallback-attempt on DBI::last_insert_id
Peter Rabbitson [Wed, 10 Feb 2010 11:40:37 +0000]
Consolidate last_insert_id handling with a fallback-attempt on DBI::last_insert_id

14 years agocheaper lookup
Peter Rabbitson [Mon, 8 Feb 2010 15:16:44 +0000]
cheaper lookup

14 years agouse quoting in firebird tests
Moritz Lenz [Mon, 8 Feb 2010 13:43:50 +0000]
use quoting in firebird tests

14 years agotest update
Rafael Kitover [Mon, 8 Feb 2010 13:33:09 +0000]
test update

14 years agotest ->update({...}) for firebird
Moritz Lenz [Mon, 8 Feb 2010 13:32:26 +0000]
test ->update({...}) for firebird

14 years agoMerge 'trunk' into 'storage-interbase'
Rafael Kitover [Mon, 8 Feb 2010 13:27:39 +0000]
Merge 'trunk' into 'storage-interbase'

r23009@hlagh (orig r8535):  ribasushi | 2010-02-04 08:34:45 -0500
Prepare for new SQLA release
r23021@hlagh (orig r8547):  ribasushi | 2010-02-05 02:59:04 -0500
Refactor some evil code
r23029@hlagh (orig r8552):  ribasushi | 2010-02-05 11:00:12 -0500
Looks like RSC is finally (halfway) fixed
r23030@hlagh (orig r8553):  ribasushi | 2010-02-05 11:07:13 -0500
RSC subquery can not include the prefetch
r23031@hlagh (orig r8554):  ribasushi | 2010-02-05 11:10:29 -0500
Fix typo and borked test
r23033@hlagh (orig r8556):  ribasushi | 2010-02-05 11:33:12 -0500
Release 0.08116
r23035@hlagh (orig r8558):  ribasushi | 2010-02-05 12:01:33 -0500
No idea how I missed all these fails...
r23036@hlagh (orig r8559):  ribasushi | 2010-02-05 12:13:34 -0500
Release 0.08117
r23038@hlagh (orig r8561):  ribasushi | 2010-02-05 12:51:12 -0500
Try to distinguish trunk from official versions
r23044@hlagh (orig r8567):  gshank | 2010-02-05 16:29:24 -0500
add doc on 'where' attribute

r23071@hlagh (orig r8574):  frew | 2010-02-07 15:07:03 -0500
add as_subselect_rs
r23072@hlagh (orig r8575):  frew | 2010-02-07 15:13:04 -0500
fix longstanding unmentioned bug ("me")
r23073@hlagh (orig r8576):  frew | 2010-02-08 00:17:43 -0500
another example of as_subselect_rs
r23074@hlagh (orig r8577):  frew | 2010-02-08 00:23:58 -0500
fix bug in UTF8Columns
r23075@hlagh (orig r8578):  ribasushi | 2010-02-08 03:31:01 -0500
Extend utf8columns test to trap fixed bug
r23076@hlagh (orig r8579):  ribasushi | 2010-02-08 06:03:23 -0500
Cleanup rel accessor type handling
r23077@hlagh (orig r8580):  ribasushi | 2010-02-08 06:20:47 -0500
Fix some fallout
r23079@hlagh (orig r8582):  ribasushi | 2010-02-08 06:38:19 -0500
Merge some obsolete code cleanup from the prefetch branch
r23080@hlagh (orig r8583):  ribasushi | 2010-02-08 06:42:09 -0500
Merge fix of RT54039 from prefetch branch
r23082@hlagh (orig r8585):  ribasushi | 2010-02-08 06:48:31 -0500
Release 0.08118
r23084@hlagh (orig r8587):  ribasushi | 2010-02-08 06:52:33 -0500
Bump trunk version

14 years agobetter DT inflation for Firebird and _ping
Rafael Kitover [Mon, 8 Feb 2010 13:26:41 +0000]
better DT inflation for Firebird and _ping

14 years agoBump trunk version
Peter Rabbitson [Mon, 8 Feb 2010 11:52:33 +0000]
Bump trunk version

14 years agoRelease 0.08118 v0.08118
Peter Rabbitson [Mon, 8 Feb 2010 11:48:31 +0000]
Release 0.08118

14 years agoMerge fix of RT54039 from prefetch branch
Peter Rabbitson [Mon, 8 Feb 2010 11:42:09 +0000]
Merge fix of RT54039 from prefetch branch

14 years agoMerge some obsolete code cleanup from the prefetch branch
Peter Rabbitson [Mon, 8 Feb 2010 11:38:19 +0000]
Merge some obsolete code cleanup from the prefetch branch

14 years agoFix some fallout
Peter Rabbitson [Mon, 8 Feb 2010 11:20:47 +0000]
Fix some fallout

14 years agoCleanup rel accessor type handling
Peter Rabbitson [Mon, 8 Feb 2010 11:03:23 +0000]
Cleanup rel accessor type handling

14 years agoExtend utf8columns test to trap fixed bug
Peter Rabbitson [Mon, 8 Feb 2010 08:31:01 +0000]
Extend utf8columns test to trap fixed bug

14 years agofix bug in UTF8Columns
Arthur Axel "fREW" Schmidt [Mon, 8 Feb 2010 05:23:58 +0000]
fix bug in UTF8Columns

14 years agoanother example of as_subselect_rs
Arthur Axel "fREW" Schmidt [Mon, 8 Feb 2010 05:17:43 +0000]
another example of as_subselect_rs

14 years agofix longstanding unmentioned bug ("me")
Arthur Axel "fREW" Schmidt [Sun, 7 Feb 2010 20:13:04 +0000]
fix longstanding unmentioned bug ("me")

14 years agoadd as_subselect_rs
Arthur Axel "fREW" Schmidt [Sun, 7 Feb 2010 20:07:03 +0000]
add as_subselect_rs

14 years agoFirebird: add POD, fix BLOB tests
Rafael Kitover [Sat, 6 Feb 2010 13:06:44 +0000]
Firebird: add POD, fix BLOB tests

14 years agomove Firebird ODBC override for RETURNING to a SQLAHacks class
Rafael Kitover [Sat, 6 Feb 2010 12:35:31 +0000]
move Firebird ODBC override for RETURNING to a SQLAHacks class

14 years agoadd doc on 'where' attribute
Gerda Shank [Fri, 5 Feb 2010 21:29:24 +0000]
add doc on 'where' attribute

14 years agoTry to distinguish trunk from official versions
Peter Rabbitson [Fri, 5 Feb 2010 17:51:12 +0000]
Try to distinguish trunk from official versions

14 years agoRelease 0.08117 v0.08117
Peter Rabbitson [Fri, 5 Feb 2010 17:13:34 +0000]
Release 0.08117

14 years agoNo idea how I missed all these fails...
Peter Rabbitson [Fri, 5 Feb 2010 17:01:33 +0000]
No idea how I missed all these fails...

14 years agoRelease 0.08116 v0.08116
Peter Rabbitson [Fri, 5 Feb 2010 16:33:12 +0000]
Release 0.08116

14 years agoFix typo and borked test
Peter Rabbitson [Fri, 5 Feb 2010 16:10:29 +0000]
Fix typo and borked test

14 years agoRSC subquery can not include the prefetch
Peter Rabbitson [Fri, 5 Feb 2010 16:07:13 +0000]
RSC subquery can not include the prefetch

14 years agoLooks like RSC is finally (halfway) fixed
Peter Rabbitson [Fri, 5 Feb 2010 16:00:12 +0000]
Looks like RSC is finally (halfway) fixed

14 years agosupport autoinc PKs without is_auto_increment set
Rafael Kitover [Fri, 5 Feb 2010 10:07:14 +0000]
support autoinc PKs without is_auto_increment set

14 years agocheck for both NULL and null, rename _fb_auto_incs to _auto_incs
Rafael Kitover [Fri, 5 Feb 2010 09:46:31 +0000]
check for both NULL and null, rename _fb_auto_incs to _auto_incs

14 years agorename a couple of variables
Rafael Kitover [Fri, 5 Feb 2010 09:26:03 +0000]
rename a couple of variables

14 years agofix up my Row code for non-pk autoincs, add pretty crappy DT inflation for Firebird
Rafael Kitover [Fri, 5 Feb 2010 08:55:43 +0000]
fix up my Row code for non-pk autoincs, add pretty crappy DT inflation for Firebird

14 years agoRefactor some evil code
Peter Rabbitson [Fri, 5 Feb 2010 07:59:04 +0000]
Refactor some evil code

14 years agooverride quoting columns for RETURNING in Firebird ODBC (where it doesn't work) and...
Rafael Kitover [Thu, 4 Feb 2010 19:19:51 +0000]
override quoting columns for RETURNING in Firebird ODBC (where it doesn't work) and generate a RETURNING clause only when necessary

14 years agolimit and better autoinc for Firebird
Rafael Kitover [Thu, 4 Feb 2010 18:18:48 +0000]
limit and better autoinc for Firebird

14 years agoFirebird: fix test cleanup, add ODBC wrapper
Rafael Kitover [Thu, 4 Feb 2010 16:24:51 +0000]
Firebird: fix test cleanup, add ODBC wrapper

14 years agotest file for firebird, not passing yet
Rafael Kitover [Thu, 4 Feb 2010 15:08:27 +0000]
test file for firebird, not passing yet

14 years agoPrepare for new SQLA release
Peter Rabbitson [Thu, 4 Feb 2010 13:34:45 +0000]
Prepare for new SQLA release

14 years ago[Storage::DBI::InterBase] remove more cruft
Moritz Lenz [Thu, 4 Feb 2010 13:34:22 +0000]
[Storage::DBI::InterBase] remove more cruft

14 years ago[Storage::DBI::InterBase] remove cruft copied from MSSQL
Moritz Lenz [Thu, 4 Feb 2010 13:00:05 +0000]
[Storage::DBI::InterBase] remove cruft copied from MSSQL

14 years agoprimitive, non-working and very specific Storage::DBI::InterBase
Moritz Lenz [Thu, 4 Feb 2010 12:44:02 +0000]
primitive, non-working and very specific Storage::DBI::InterBase

14 years agoFix bug reported by tommyt
Peter Rabbitson [Thu, 4 Feb 2010 10:28:33 +0000]
Fix bug reported by tommyt

14 years agominor code cleanup for SQL Anywhere last_insert_id
Rafael Kitover [Wed, 3 Feb 2010 16:36:39 +0000]
minor code cleanup for SQL Anywhere last_insert_id

14 years agotest DT inflation for Sybase SQL Anywhere over ODBC too
Rafael Kitover [Wed, 3 Feb 2010 12:21:37 +0000]
test DT inflation for Sybase SQL Anywhere over ODBC too

14 years agoQuote fail
Peter Rabbitson [Wed, 3 Feb 2010 07:31:20 +0000]
Quote fail

14 years agoChanges
Peter Rabbitson [Wed, 3 Feb 2010 07:27:54 +0000]
Changes

14 years agosupport for Sybase SQL Anywhere through ODBC
Rafael Kitover [Wed, 3 Feb 2010 04:19:59 +0000]
support for Sybase SQL Anywhere through ODBC

14 years agoMerge 'ic_dt_post_inflate' into 'trunk'
Peter Rabbitson [Tue, 2 Feb 2010 22:57:27 +0000]
Merge 'ic_dt_post_inflate' into 'trunk'

14 years agoMerge 'sybase_computed_columns' into 'trunk'
Rafael Kitover [Tue, 2 Feb 2010 22:23:26 +0000]
Merge 'sybase_computed_columns' into 'trunk'

r22895@hlagh (orig r8473):  caelum | 2010-01-30 03:57:26 -0500
branch to fix computed columns in Sybase ASE
r22911@hlagh (orig r8489):  caelum | 2010-01-31 07:18:33 -0500
empty insert into a Sybase table with computed columns and either data_type => undef or default_value => SCALARREF works now
r22912@hlagh (orig r8490):  caelum | 2010-01-31 07:39:32 -0500
add POD about computed columns and timestamps for Sybase
r22918@hlagh (orig r8496):  caelum | 2010-02-01 05:09:07 -0500
update POD about Schema::Loader for Sybase

14 years agoMerge 'sybase_asa' into 'trunk'
Rafael Kitover [Tue, 2 Feb 2010 22:20:17 +0000]
Merge 'sybase_asa' into 'trunk'

r22968@hlagh (orig r8502):  caelum | 2010-02-02 05:30:47 -0500
branch to support Sybase SQL Anywhere
r22971@hlagh (orig r8505):  caelum | 2010-02-02 07:21:13 -0500
ASA last_insert_id and limit support, still needs BLOB support
r22972@hlagh (orig r8506):  caelum | 2010-02-02 08:33:57 -0500
deref table name if needed, check all columns for identity column not just PK
r22973@hlagh (orig r8507):  caelum | 2010-02-02 08:48:11 -0500
test blobs, they work, didn't have to do anything
r22974@hlagh (orig r8508):  caelum | 2010-02-02 09:15:44 -0500
fix stupid identity bug, test empty insert (works), test DTs (not working yet)
r22976@hlagh (orig r8510):  caelum | 2010-02-02 14:31:00 -0500
rename ::Sybase::ASA to ::SQLAnywhere, per mst
r22978@hlagh (orig r8512):  caelum | 2010-02-02 17:02:29 -0500
DT inflation now works
r22979@hlagh (orig r8513):  caelum | 2010-02-02 17:18:06 -0500
minor POD update

14 years agominor POD update
Rafael Kitover [Tue, 2 Feb 2010 22:18:06 +0000]
minor POD update

14 years agoDT inflation now works
Rafael Kitover [Tue, 2 Feb 2010 22:02:29 +0000]
DT inflation now works

14 years ago- Simplify by allowing moving column_info depreciated {extra}{timezone} data to
Bryan Beeley [Tue, 2 Feb 2010 21:59:28 +0000]
- Simplify by allowing moving column_info depreciated {extra}{timezone} data to
  {timezone} (and the same with locale)

14 years agorename ::Sybase::ASA to ::SQLAnywhere, per mst
Rafael Kitover [Tue, 2 Feb 2010 19:31:00 +0000]
rename ::Sybase::ASA to ::SQLAnywhere, per mst

14 years agofix stupid identity bug, test empty insert (works), test DTs (not working yet)
Rafael Kitover [Tue, 2 Feb 2010 14:15:44 +0000]
fix stupid identity bug, test empty insert (works), test DTs (not working yet)

14 years agotest blobs, they work, didn't have to do anything
Rafael Kitover [Tue, 2 Feb 2010 13:48:11 +0000]
test blobs, they work, didn't have to do anything

14 years agoderef table name if needed, check all columns for identity column not just PK
Rafael Kitover [Tue, 2 Feb 2010 13:33:57 +0000]
deref table name if needed, check all columns for identity column not just PK

14 years agoASA last_insert_id and limit support, still needs BLOB support
Rafael Kitover [Tue, 2 Feb 2010 12:21:13 +0000]
ASA last_insert_id and limit support, still needs BLOB support

14 years ago- Add _post_inflate_datetime and _pre_deflate_datetime to InflateColumn::DateTime...
Bryan Beeley [Mon, 1 Feb 2010 22:42:14 +0000]
- Add _post_inflate_datetime and _pre_deflate_datetime to InflateColumn::DateTime to allow
  for modifying DateTime objects after inflation or before deflation.

14 years agoadd RT link for Oracle blob bug in DBD::Oracle == 1.23
Rafael Kitover [Mon, 1 Feb 2010 11:12:48 +0000]
add RT link for Oracle blob bug in DBD::Oracle == 1.23

14 years agothrow exception on attempt to insert a blob with DBD::Oracle == 1.23
Rafael Kitover [Mon, 1 Feb 2010 11:07:13 +0000]
throw exception on attempt to insert a blob with DBD::Oracle == 1.23

14 years agoupdate POD about Schema::Loader for Sybase
Rafael Kitover [Mon, 1 Feb 2010 10:09:07 +0000]
update POD about Schema::Loader for Sybase

14 years agoadd POD about computed columns and timestamps for Sybase
Rafael Kitover [Sun, 31 Jan 2010 12:39:32 +0000]
add POD about computed columns and timestamps for Sybase

14 years agoempty insert into a Sybase table with computed columns and either data_type => undef...
Rafael Kitover [Sun, 31 Jan 2010 12:18:33 +0000]
empty insert into a Sybase table with computed columns and either data_type => undef or default_value => SCALARREF works now

14 years agobetter skip message
Peter Rabbitson [Sun, 31 Jan 2010 09:04:43 +0000]
better skip message

14 years agocleanup (3 arg open, 1 grep instead of 3)
Arthur Axel "fREW" Schmidt [Sun, 31 Jan 2010 05:47:42 +0000]
cleanup (3 arg open, 1 grep instead of 3)

14 years agoFugly 5.8 workaround
Peter Rabbitson [Fri, 29 Jan 2010 12:00:54 +0000]
Fugly 5.8 workaround

14 years agoEnhance warning test a bit (seems to fail on 5.8)
Peter Rabbitson [Fri, 29 Jan 2010 11:15:15 +0000]
Enhance warning test a bit (seems to fail on 5.8)

14 years agoRequire non-warning-spewing MooseX::Types
Peter Rabbitson [Fri, 29 Jan 2010 11:01:41 +0000]
Require non-warning-spewing MooseX::Types

14 years agoInformix changes
Peter Rabbitson [Thu, 28 Jan 2010 21:19:23 +0000]
Informix changes

14 years agoMerge 'informix' into 'trunk'
Peter Rabbitson [Thu, 28 Jan 2010 21:11:59 +0000]
Merge 'informix' into 'trunk'

r8381@Thesaurus (orig r8368):  moses | 2010-01-18 16:41:38 +0100
Test commit
r8425@Thesaurus (orig r8412):  ribasushi | 2010-01-22 11:25:01 +0100
Informix test + cleanups
r8428@Thesaurus (orig r8415):  ribasushi | 2010-01-22 11:59:25 +0100
Initial informix support

14 years agoFix bogus test DDL
Peter Rabbitson [Thu, 28 Jan 2010 10:28:30 +0000]
Fix bogus test DDL

14 years agoConsolidate insert_bulk guards (and make them show up correctly in the trace)
Peter Rabbitson [Thu, 28 Jan 2010 10:13:16 +0000]
Consolidate insert_bulk guards (and make them show up correctly in the trace)

14 years agofix silly multipk bug
Arthur Axel "fREW" Schmidt [Wed, 27 Jan 2010 20:38:42 +0000]
fix silly multipk bug

14 years agoDSNs can not be empty
Peter Rabbitson [Wed, 27 Jan 2010 11:33:33 +0000]
DSNs can not be empty

14 years agoMerge some cleanups from the prefetch branch
Peter Rabbitson [Wed, 27 Jan 2010 11:08:04 +0000]
Merge some cleanups from the prefetch branch

14 years agoClean up some stuff
Peter Rabbitson [Wed, 27 Jan 2010 10:56:15 +0000]
Clean up some stuff

14 years agoMerge 'trunk' into 'informix'
Peter Rabbitson [Tue, 26 Jan 2010 13:30:00 +0000]
Merge 'trunk' into 'informix'

r8426@Thesaurus (orig r8413):  ribasushi | 2010-01-22 11:35:15 +0100
Moev failing regression test away from trunk
r8431@Thesaurus (orig r8418):  frew | 2010-01-22 17:05:12 +0100
fix name of _is_numeric to _is_column_numeric

r8437@Thesaurus (orig r8424):  ribasushi | 2010-01-26 09:33:42 +0100
Switch to Test::Exception
r8438@Thesaurus (orig r8425):  ribasushi | 2010-01-26 09:48:30 +0100
Test txn_scope_guard regression
r8439@Thesaurus (orig r8426):  ribasushi | 2010-01-26 10:10:11 +0100
Fix txn_begin on external non-AC coderef regression
r8443@Thesaurus (orig r8430):  ribasushi | 2010-01-26 14:19:50 +0100
 r8304@Thesaurus (orig r8292):  nigel | 2010-01-13 16:05:48 +0100
 Branch to extend ::Schema::Versioned to handle series of upgrades
 r8320@Thesaurus (orig r8308):  nigel | 2010-01-14 16:52:50 +0100
 Changes to support multiple step schema version updates
 r8321@Thesaurus (orig r8309):  nigel | 2010-01-14 17:05:21 +0100
 Changelog for Changes to support multiple step schema version updates
 r8393@Thesaurus (orig r8380):  ribasushi | 2010-01-19 13:59:51 +0100
 Botched merge (tests still fail)
 r8395@Thesaurus (orig r8382):  ribasushi | 2010-01-19 17:37:07 +0100
 More cleanup
 r8396@Thesaurus (orig r8383):  ribasushi | 2010-01-19 17:48:09 +0100
 Fix last pieces of retardation and UNtodo the quick cycle
 r8442@Thesaurus (orig r8429):  ribasushi | 2010-01-26 14:18:53 +0100
 No need for 2 statements to get the version

r8445@Thesaurus (orig r8432):  ribasushi | 2010-01-26 14:22:16 +0100
 r8161@Thesaurus (orig r8149):  ovid | 2009-12-18 15:59:56 +0100
 Prefetch queries make inefficient SQL when combined with a pager.  This branch
 is to try to isolate some of the join conditions and figure out if we can fix
 this.

 r8166@Thesaurus (orig r8154):  ovid | 2009-12-18 18:17:55 +0100
 Refactor internals to expose some join logic. Awful method and args :(

 r8319@Thesaurus (orig r8307):  ovid | 2010-01-14 15:37:35 +0100
 Attempt to factor our alias handling has mostly failed.

 r8330@Thesaurus (orig r8318):  ribasushi | 2010-01-15 03:02:21 +0100
 Better refactor
 r8332@Thesaurus (orig r8320):  ribasushi | 2010-01-15 03:14:39 +0100
 Better varnames
 r8347@Thesaurus (orig r8335):  ribasushi | 2010-01-17 11:33:55 +0100
 More mangling
 r8348@Thesaurus (orig r8336):  ribasushi | 2010-01-17 13:44:00 +0100
 Getting warmer
 r8349@Thesaurus (orig r8337):  ribasushi | 2010-01-17 14:00:20 +0100
 That was tricky :)
 r8352@Thesaurus (orig r8340):  ribasushi | 2010-01-17 15:57:06 +0100
 Turned out to be much trickier
 r8354@Thesaurus (orig r8342):  ribasushi | 2010-01-17 16:29:20 +0100
 This is made out of awesome
 r8355@Thesaurus (orig r8343):  ribasushi | 2010-01-17 16:46:02 +0100
 Changes
 r8400@Thesaurus (orig r8387):  ribasushi | 2010-01-20 08:17:44 +0100
 Whoops - need to dsable quoting

14 years agoMerge 'prefetch_pager' into 'trunk'
Peter Rabbitson [Tue, 26 Jan 2010 13:22:16 +0000]
Merge 'prefetch_pager' into 'trunk'

14 years agoMerge 'multiple_version_upgrade' into 'trunk'
Peter Rabbitson [Tue, 26 Jan 2010 13:19:50 +0000]
Merge 'multiple_version_upgrade' into 'trunk'

r8304@Thesaurus (orig r8292):  nigel | 2010-01-13 16:05:48 +0100
Branch to extend ::Schema::Versioned to handle series of upgrades
r8320@Thesaurus (orig r8308):  nigel | 2010-01-14 16:52:50 +0100
Changes to support multiple step schema version updates
r8321@Thesaurus (orig r8309):  nigel | 2010-01-14 17:05:21 +0100
Changelog for Changes to support multiple step schema version updates
r8393@Thesaurus (orig r8380):  ribasushi | 2010-01-19 13:59:51 +0100
Botched merge (tests still fail)
r8395@Thesaurus (orig r8382):  ribasushi | 2010-01-19 17:37:07 +0100
More cleanup
r8396@Thesaurus (orig r8383):  ribasushi | 2010-01-19 17:48:09 +0100
Fix last pieces of retardation and UNtodo the quick cycle
r8442@Thesaurus (orig r8429):  ribasushi | 2010-01-26 14:18:53 +0100
No need for 2 statements to get the version

14 years agoNo need for 2 statements to get the version
Peter Rabbitson [Tue, 26 Jan 2010 13:18:53 +0000]
No need for 2 statements to get the version

14 years agoMerge 'trunk' into 'multiple_version_upgrade'
Peter Rabbitson [Tue, 26 Jan 2010 13:10:45 +0000]
Merge 'trunk' into 'multiple_version_upgrade'

r8394@Thesaurus (orig r8381):  frew | 2010-01-19 17:34:10 +0100
add test to ensure no tabs in perl files

r8397@Thesaurus (orig r8384):  frew | 2010-01-19 18:00:12 +0100
fix test to be an author dep
r8398@Thesaurus (orig r8385):  ribasushi | 2010-01-19 18:19:40 +0100
First round of detabification
r8399@Thesaurus (orig r8386):  frew | 2010-01-19 23:42:50 +0100
Add EOL test

r8401@Thesaurus (orig r8388):  ribasushi | 2010-01-20 08:32:39 +0100
Fix minor RSC bug
r8402@Thesaurus (orig r8389):  roman | 2010-01-20 15:47:26 +0100
Added a FAQ entry titled: How do I override a run time method (e.g. a relationship accessor)?
r8403@Thesaurus (orig r8390):  roman | 2010-01-20 16:31:41 +0100
Added myself as a contributor.
r8408@Thesaurus (orig r8395):  jhannah | 2010-01-21 06:48:14 +0100
Added FAQ: Custom methods in Result classes

r8413@Thesaurus (orig r8400):  frew | 2010-01-22 04:17:20 +0100
add _is_numeric to ::Row
r8418@Thesaurus (orig r8405):  ribasushi | 2010-01-22 11:00:05 +0100
Generalize autoinc/count test
r8420@Thesaurus (orig r8407):  ribasushi | 2010-01-22 11:11:49 +0100
Final round of detabify
r8421@Thesaurus (orig r8408):  ribasushi | 2010-01-22 11:12:54 +0100
Temporarily disable whitespace checkers
r8426@Thesaurus (orig r8413):  ribasushi | 2010-01-22 11:35:15 +0100
Moev failing regression test away from trunk
r8431@Thesaurus (orig r8418):  frew | 2010-01-22 17:05:12 +0100
fix name of _is_numeric to _is_column_numeric

r8437@Thesaurus (orig r8424):  ribasushi | 2010-01-26 09:33:42 +0100
Switch to Test::Exception
r8438@Thesaurus (orig r8425):  ribasushi | 2010-01-26 09:48:30 +0100
Test txn_scope_guard regression
r8439@Thesaurus (orig r8426):  ribasushi | 2010-01-26 10:10:11 +0100
Fix txn_begin on external non-AC coderef regression

14 years agoFix txn_begin on external non-AC coderef regression
Peter Rabbitson [Tue, 26 Jan 2010 09:10:11 +0000]
Fix txn_begin on external non-AC coderef regression

14 years agoTest txn_scope_guard regression
Peter Rabbitson [Tue, 26 Jan 2010 08:48:30 +0000]
Test txn_scope_guard regression

14 years agoSwitch to Test::Exception
Peter Rabbitson [Tue, 26 Jan 2010 08:33:42 +0000]
Switch to Test::Exception

14 years agofix name of _is_numeric to _is_column_numeric
Arthur Axel "fREW" Schmidt [Fri, 22 Jan 2010 16:05:12 +0000]
fix name of _is_numeric to _is_column_numeric

14 years agoInitial informix support
Peter Rabbitson [Fri, 22 Jan 2010 10:59:25 +0000]
Initial informix support

14 years agoMoev failing regression test away from trunk
Peter Rabbitson [Fri, 22 Jan 2010 10:35:15 +0000]
Moev failing regression test away from trunk

14 years agoInformix test + cleanups
Peter Rabbitson [Fri, 22 Jan 2010 10:25:01 +0000]
Informix test + cleanups

14 years agoMerge 'trunk' into 'informix'
Peter Rabbitson [Fri, 22 Jan 2010 10:15:22 +0000]
Merge 'trunk' into 'informix'

r8420@Thesaurus (orig r8407):  ribasushi | 2010-01-22 11:11:49 +0100
Final round of detabify
r8421@Thesaurus (orig r8408):  ribasushi | 2010-01-22 11:12:54 +0100
Temporarily disable whitespace checkers

14 years agoTemporarily disable whitespace checkers
Peter Rabbitson [Fri, 22 Jan 2010 10:12:54 +0000]
Temporarily disable whitespace checkers

14 years agoFinal round of detabify
Peter Rabbitson [Fri, 22 Jan 2010 10:11:49 +0000]
Final round of detabify

14 years agoMerge 'trunk' into 'informix'
Peter Rabbitson [Fri, 22 Jan 2010 10:00:41 +0000]
Merge 'trunk' into 'informix'

r8387@Thesaurus (orig r8374):  ribasushi | 2010-01-19 13:07:07 +0100
 r8340@Thesaurus (orig r8328):  abraxxa | 2010-01-15 19:21:20 +0100
 added branch no_duplicate_indexes_for_pk_cols with test and fix

 r8343@Thesaurus (orig r8331):  abraxxa | 2010-01-15 19:32:16 +0100
 don't use eq_set in test

 r8344@Thesaurus (orig r8332):  abraxxa | 2010-01-15 19:44:04 +0100
 don't sort the primary columns because order matters for indexes

 r8345@Thesaurus (orig r8333):  abraxxa | 2010-01-15 19:56:46 +0100
 don't sort the key columns because the order of columns is important for indexes

 r8372@Thesaurus (orig r8359):  abraxxa | 2010-01-18 10:22:09 +0100
 don't sort the columns in the tests either

 r8378@Thesaurus (orig r8365):  abraxxa | 2010-01-18 15:39:28 +0100
 added pod section for parser args

 r8379@Thesaurus (orig r8366):  abraxxa | 2010-01-18 15:53:08 +0100
 better pod thanks to ribasushi

 r8380@Thesaurus (orig r8367):  abraxxa | 2010-01-18 16:04:34 +0100
 test and pod fixes

 r8383@Thesaurus (orig r8370):  abraxxa | 2010-01-19 12:38:44 +0100
 fixed Authors section
 added License section
 fixed t/86sqlt.t tests

 r8384@Thesaurus (orig r8371):  ribasushi | 2010-01-19 12:59:52 +0100
 Regenaretd under new parser
 r8385@Thesaurus (orig r8372):  ribasushi | 2010-01-19 13:03:51 +0100
 Minor style change and white space trim
 r8386@Thesaurus (orig r8373):  ribasushi | 2010-01-19 13:06:54 +0100
 Changes abraxxa++

r8390@Thesaurus (orig r8377):  ribasushi | 2010-01-19 13:41:03 +0100
Some minor test refactor and tab cleanups
r8394@Thesaurus (orig r8381):  frew | 2010-01-19 17:34:10 +0100
add test to ensure no tabs in perl files

r8397@Thesaurus (orig r8384):  frew | 2010-01-19 18:00:12 +0100
fix test to be an author dep
r8398@Thesaurus (orig r8385):  ribasushi | 2010-01-19 18:19:40 +0100
First round of detabification
r8399@Thesaurus (orig r8386):  frew | 2010-01-19 23:42:50 +0100
Add EOL test

r8401@Thesaurus (orig r8388):  ribasushi | 2010-01-20 08:32:39 +0100
Fix minor RSC bug
r8402@Thesaurus (orig r8389):  roman | 2010-01-20 15:47:26 +0100
Added a FAQ entry titled: How do I override a run time method (e.g. a relationship accessor)?
r8403@Thesaurus (orig r8390):  roman | 2010-01-20 16:31:41 +0100
Added myself as a contributor.
r8408@Thesaurus (orig r8395):  jhannah | 2010-01-21 06:48:14 +0100
Added FAQ: Custom methods in Result classes

r8413@Thesaurus (orig r8400):  frew | 2010-01-22 04:17:20 +0100
add _is_numeric to ::Row
r8418@Thesaurus (orig r8405):  ribasushi | 2010-01-22 11:00:05 +0100
Generalize autoinc/count test

14 years agoGeneralize autoinc/count test
Peter Rabbitson [Fri, 22 Jan 2010 10:00:05 +0000]
Generalize autoinc/count test