14 years agofix oracle dep in Makefile.PL
Rafael Kitover [Sat, 14 Nov 2009 02:57:52 +0000]
fix oracle dep in Makefile.PL

14 years agorelease woo! v0.08113
Arthur Axel "fREW" Schmidt [Fri, 13 Nov 2009 23:53:29 +0000]
release woo!

14 years agofix subtle bug with Sybase database type determination
Arthur Axel "fREW" Schmidt [Fri, 13 Nov 2009 09:01:37 +0000]
fix subtle bug with Sybase database type determination

14 years agoSome cleanup
Peter Rabbitson [Thu, 12 Nov 2009 23:24:56 +0000]
Some cleanup

14 years agoThe real fix for the non-introspectable condition bug, mst++
Peter Rabbitson [Thu, 12 Nov 2009 23:13:40 +0000]
The real fix for the non-introspectable condition bug, mst++

14 years agoClarifying comment
Peter Rabbitson [Thu, 12 Nov 2009 10:15:12 +0000]
Clarifying comment

14 years ago_cond_for_update_delete is hopelessly broken attempting to introspect SQLA1. Replace...
Peter Rabbitson [Thu, 12 Nov 2009 10:10:04 +0000]
_cond_for_update_delete is hopelessly broken attempting to introspect SQLA1. Replace with a horrific but effective hack

14 years agoAdd mysql determine_driver test by Pedro Melo
Peter Rabbitson [Thu, 12 Nov 2009 01:14:37 +0000]
Add mysql determine_driver test by Pedro Melo

14 years agoSanify _determine_driver handling in ::Storage::DBI
Peter Rabbitson [Thu, 12 Nov 2009 01:11:25 +0000]
Sanify _determine_driver handling in ::Storage::DBI

14 years agoExtra FAQ entry
Peter Rabbitson [Thu, 12 Nov 2009 00:43:48 +0000]
Extra FAQ entry

14 years agoFix return value of in_storage
Peter Rabbitson [Thu, 12 Nov 2009 00:40:14 +0000]
Fix return value of in_storage

14 years agoFix find on resultset with custom result_class
Peter Rabbitson [Thu, 12 Nov 2009 00:35:36 +0000]
Fix find on resultset with custom result_class

14 years agosome cleanup for $rs->populate
Arthur Axel "fREW" Schmidt [Wed, 11 Nov 2009 23:37:27 +0000]
some cleanup for $rs->populate

14 years agoclearer test message
Arthur Axel "fREW" Schmidt [Wed, 11 Nov 2009 22:54:15 +0000]
clearer test message

14 years agoRT50828
Arthur Axel "fREW" Schmidt [Wed, 11 Nov 2009 22:50:43 +0000]
RT50828

14 years agoRT50874
Arthur Axel "fREW" Schmidt [Wed, 11 Nov 2009 20:56:37 +0000]
RT50874

14 years agoChanges
Peter Rabbitson [Tue, 10 Nov 2009 17:23:10 +0000]
Changes

14 years agoAdded a note about select
Rob Kinyon [Tue, 10 Nov 2009 16:19:57 +0000]
Added a note about select

14 years agomade commit/rollback when disconnected an exception
Rafael Kitover [Tue, 10 Nov 2009 12:16:18 +0000]
made commit/rollback when disconnected an exception

14 years agotransactions for MSSQL over DBD::Sybase
Rafael Kitover [Fri, 6 Nov 2009 15:01:30 +0000]
transactions for MSSQL over DBD::Sybase

14 years agoMerge 'pg_unqualified_schema' into 'trunk'
Peter Rabbitson [Wed, 4 Nov 2009 09:55:51 +0000]
Merge 'pg_unqualified_schema' into 'trunk'

r7817@Thesaurus (orig r7805):  rbuels | 2009-10-21 02:37:28 +0200
making a branch, here we go again with the pg_unqualified_schema
r7818@Thesaurus (orig r7806):  rbuels | 2009-10-21 02:38:59 +0200
more pg unqualified schema tests, which expose a gap in the coverage
r7819@Thesaurus (orig r7807):  rbuels | 2009-10-21 03:10:38 +0200
gutted Pg storage driver's sequence discovery to just rely on DBD::Pg's last_insert_id.  this needs testing with older versions of DBD::Pg
r7821@Thesaurus (orig r7809):  rbuels | 2009-10-21 04:00:39 +0200
more coverage in Pg sequence-discovery tests.  i think this shows why last_insert_id cannot be used.
r7822@Thesaurus (orig r7810):  rbuels | 2009-10-21 04:07:05 +0200
reverted [7807], and just changed code to use the custom pg_catalog query, which is the only thing that works in the pathological case where DBIC is told a different primary key from the primary key that is set on the table in the DB ([7809] added testing for this)
r7852@Thesaurus (orig r7840):  rbuels | 2009-11-03 18:47:05 +0100
added Changes line mentioning tweak to Pg auto-inc fix
r7854@Thesaurus (orig r7842):  ribasushi | 2009-11-04 10:55:35 +0100
Cleanup exceptions

14 years agoCleanup exceptions
Peter Rabbitson [Wed, 4 Nov 2009 09:55:35 +0000]
Cleanup exceptions

14 years agoMerge 'trunk' into 'pg_unqualified_schema'
Peter Rabbitson [Wed, 4 Nov 2009 09:32:47 +0000]
Merge 'trunk' into 'pg_unqualified_schema'

r7820@Thesaurus (orig r7808):  caelum | 2009-10-21 03:10:39 +0200
add test for populate with literal sql mixed with binds, improve error messages
r7823@Thesaurus (orig r7811):  ribasushi | 2009-10-21 16:33:45 +0200
Show what's wrong with the current populate code
r7824@Thesaurus (orig r7812):  caelum | 2009-10-22 11:10:38 +0200
stringify values passed to populate/insert_bulk
r7825@Thesaurus (orig r7813):  ribasushi | 2009-10-22 13:17:41 +0200
Some smoker run the suite for 30 *minutes* - the timeout seems to be too short for them (boggle)
r7826@Thesaurus (orig r7814):  caelum | 2009-10-22 14:41:37 +0200
a few extra tests can never hurt, right? :)
r7827@Thesaurus (orig r7815):  ribasushi | 2009-10-23 10:51:05 +0200
Prevent sqlt from failing silently
r7828@Thesaurus (orig r7816):  ribasushi | 2009-10-23 10:52:49 +0200
{ is_foreign_key_constraint => 0, on_delete => undef } is a valid construct - no need to carp
r7832@Thesaurus (orig r7820):  robkinyon | 2009-10-26 20:11:22 +0100
Fixed bad if-check in columns()
r7840@Thesaurus (orig r7828):  caelum | 2009-10-31 14:01:56 +0100
change repository in meta to point to real svn url rather than svnweb
r7842@Thesaurus (orig r7830):  caelum | 2009-10-31 21:04:39 +0100
pass sqlite_version to SQLT
r7843@Thesaurus (orig r7831):  caelum | 2009-10-31 21:22:37 +0100
fix regex to numify sqlite_version
r7844@Thesaurus (orig r7832):  caelum | 2009-10-31 23:59:19 +0100
work-around disconnect bug with DBD::Pg 2.15.1

14 years agoadded Changes line mentioning tweak to Pg auto-inc fix
Robert Buels [Tue, 3 Nov 2009 17:47:05 +0000]
added Changes line mentioning tweak to Pg auto-inc fix

14 years agowork-around disconnect bug with DBD::Pg 2.15.1
Rafael Kitover [Sat, 31 Oct 2009 22:59:19 +0000]
work-around disconnect bug with DBD::Pg 2.15.1

14 years agofix regex to numify sqlite_version
Rafael Kitover [Sat, 31 Oct 2009 20:22:37 +0000]
fix regex to numify sqlite_version

14 years agopass sqlite_version to SQLT
Rafael Kitover [Sat, 31 Oct 2009 20:04:39 +0000]
pass sqlite_version to SQLT

14 years agochange repository in meta to point to real svn url rather than svnweb
Rafael Kitover [Sat, 31 Oct 2009 13:01:56 +0000]
change repository in meta to point to real svn url rather than svnweb

14 years agoFixed bad if-check in columns()
Rob Kinyon [Mon, 26 Oct 2009 19:11:22 +0000]
Fixed bad if-check in columns()

14 years ago{ is_foreign_key_constraint => 0, on_delete => undef } is a valid construct - no...
Peter Rabbitson [Fri, 23 Oct 2009 08:52:49 +0000]
{ is_foreign_key_constraint => 0, on_delete => undef } is a valid construct - no need to carp

14 years agoPrevent sqlt from failing silently
Peter Rabbitson [Fri, 23 Oct 2009 08:51:05 +0000]
Prevent sqlt from failing silently

14 years agoa few extra tests can never hurt, right? :)
Rafael Kitover [Thu, 22 Oct 2009 12:41:37 +0000]
a few extra tests can never hurt, right? :)

14 years agoSome smoker run the suite for 30 *minutes* - the timeout seems to be too short for...
Peter Rabbitson [Thu, 22 Oct 2009 11:17:41 +0000]
Some smoker run the suite for 30 *minutes* - the timeout seems to be too short for them (boggle)

14 years agostringify values passed to populate/insert_bulk
Rafael Kitover [Thu, 22 Oct 2009 09:10:38 +0000]
stringify values passed to populate/insert_bulk

14 years agoShow what's wrong with the current populate code
Peter Rabbitson [Wed, 21 Oct 2009 14:33:45 +0000]
Show what's wrong with the current populate code

14 years agoreverted [7807], and just changed code to use the custom pg_catalog query, which...
Robert Buels [Wed, 21 Oct 2009 02:07:05 +0000]
reverted [7807], and just changed code to use the custom pg_catalog query, which is the only thing that works in the pathological case where DBIC is told a different primary key from the primary key that is set on the table in the DB ([7809] added testing for this)

14 years agomore coverage in Pg sequence-discovery tests. i think this shows why last_insert_id...
Robert Buels [Wed, 21 Oct 2009 02:00:39 +0000]
more coverage in Pg sequence-discovery tests.  i think this shows why last_insert_id cannot be used.

14 years agoadd test for populate with literal sql mixed with binds, improve error messages
Rafael Kitover [Wed, 21 Oct 2009 01:10:39 +0000]
add test for populate with literal sql mixed with binds, improve error messages

14 years agogutted Pg storage driver's sequence discovery to just rely on DBD::Pg's last_insert_i...
Robert Buels [Wed, 21 Oct 2009 01:10:38 +0000]
gutted Pg storage driver's sequence discovery to just rely on DBD::Pg's last_insert_id.  this needs testing with older versions of DBD::Pg

14 years agomore pg unqualified schema tests, which expose a gap in the coverage
Robert Buels [Wed, 21 Oct 2009 00:38:59 +0000]
more pg unqualified schema tests, which expose a gap in the coverage

14 years agoMerge 'trunk' into 'pg_unqualified_schema'
Robert Buels [Wed, 21 Oct 2009 00:37:28 +0000]
Merge 'trunk' into 'pg_unqualified_schema'

making a branch, here we go again with the pg_unqualified_schema

14 years agoMerge 'sybase_support' into 'trunk'
Rafael Kitover [Sun, 18 Oct 2009 09:13:29 +0000]
Merge 'sybase_support' into 'trunk'

r20728@hlagh (orig r7703):  ribasushi | 2009-09-20 18:51:16 -0400
Another try at a clean sybase branch
r20730@hlagh (orig r7705):  ribasushi | 2009-09-20 18:58:09 -0400
Part one of the sybase work by Caelum (mostly reviewed)
r20731@hlagh (orig r7706):  ribasushi | 2009-09-20 19:18:40 -0400
main sybase branch ready
r21051@hlagh (orig r7797):  caelum | 2009-10-18 04:57:43 -0400
 r20732@hlagh (orig r7707):  ribasushi | 2009-09-20 19:20:00 -0400
 Branch for bulk insert
 r20733@hlagh (orig r7708):  ribasushi | 2009-09-20 20:06:21 -0400
 All sybase bulk-insert code by Caelum
 r20750@hlagh (orig r7725):  caelum | 2009-09-24 02:47:39 -0400
 clean up set_identity stuff
 r20751@hlagh (orig r7726):  caelum | 2009-09-24 05:21:18 -0400
 minor cleanups, test update of blob to NULL
 r20752@hlagh (orig r7727):  caelum | 2009-09-24 08:45:04 -0400
 remove some duplicate code
 r20753@hlagh (orig r7728):  caelum | 2009-09-24 09:57:58 -0400
 fix insert with all defaults
 r20786@hlagh (orig r7732):  caelum | 2009-09-25 21:17:16 -0400
 some cleanups
 r20804@hlagh (orig r7736):  caelum | 2009-09-28 05:31:38 -0400
 minor changes
 r20805@hlagh (orig r7737):  caelum | 2009-09-28 06:25:48 -0400
 fix DT stuff
 r20809@hlagh (orig r7741):  caelum | 2009-09-28 22:25:55 -0400
 removed some dead code, added fix and test for _execute_array_empty
 r20811@hlagh (orig r7743):  caelum | 2009-09-29 13:36:20 -0400
 minor changes after review
 r20812@hlagh (orig r7744):  caelum | 2009-09-29 14:16:03 -0400
 do not clobber $rv from execute_array
 r20813@hlagh (orig r7745):  caelum | 2009-09-29 14:38:14 -0400
 make insert_bulk atomic
 r20815@hlagh (orig r7747):  caelum | 2009-09-29 20:35:26 -0400
 remove _exhaaust_statements
 r20816@hlagh (orig r7748):  caelum | 2009-09-29 21:48:38 -0400
 fix insert_bulk when not using bulk api inside a txn
 r20831@hlagh (orig r7749):  caelum | 2009-09-30 02:53:42 -0400
 added test for populate being atomic
 r20832@hlagh (orig r7750):  caelum | 2009-09-30 03:00:59 -0400
 factor out subclass-specific _execute_array callback
 r20833@hlagh (orig r7751):  caelum | 2009-10-01 11:59:30 -0400
 remove a piece of dead code
 r20840@hlagh (orig r7758):  caelum | 2009-10-03 15:46:56 -0400
 remove _pretty_print
 r20842@hlagh (orig r7760):  caelum | 2009-10-04 16:19:56 -0400
 minor optimization for insert_bulk
 r21050@hlagh (orig r7796):  caelum | 2009-10-18 04:56:54 -0400
 error checking related to literal SQL for insert_bulk

14 years agoMerge 'sybase_bulkinsert_support' into 'sybase_support'
Rafael Kitover [Sun, 18 Oct 2009 08:57:43 +0000]
Merge 'sybase_bulkinsert_support' into 'sybase_support'

r20732@hlagh (orig r7707):  ribasushi | 2009-09-20 19:20:00 -0400
Branch for bulk insert
r20733@hlagh (orig r7708):  ribasushi | 2009-09-20 20:06:21 -0400
All sybase bulk-insert code by Caelum
r20750@hlagh (orig r7725):  caelum | 2009-09-24 02:47:39 -0400
clean up set_identity stuff
r20751@hlagh (orig r7726):  caelum | 2009-09-24 05:21:18 -0400
minor cleanups, test update of blob to NULL
r20752@hlagh (orig r7727):  caelum | 2009-09-24 08:45:04 -0400
remove some duplicate code
r20753@hlagh (orig r7728):  caelum | 2009-09-24 09:57:58 -0400
fix insert with all defaults
r20786@hlagh (orig r7732):  caelum | 2009-09-25 21:17:16 -0400
some cleanups
r20804@hlagh (orig r7736):  caelum | 2009-09-28 05:31:38 -0400
minor changes
r20805@hlagh (orig r7737):  caelum | 2009-09-28 06:25:48 -0400
fix DT stuff
r20809@hlagh (orig r7741):  caelum | 2009-09-28 22:25:55 -0400
removed some dead code, added fix and test for _execute_array_empty
r20811@hlagh (orig r7743):  caelum | 2009-09-29 13:36:20 -0400
minor changes after review
r20812@hlagh (orig r7744):  caelum | 2009-09-29 14:16:03 -0400
do not clobber $rv from execute_array
r20813@hlagh (orig r7745):  caelum | 2009-09-29 14:38:14 -0400
make insert_bulk atomic
r20815@hlagh (orig r7747):  caelum | 2009-09-29 20:35:26 -0400
remove _exhaaust_statements
r20816@hlagh (orig r7748):  caelum | 2009-09-29 21:48:38 -0400
fix insert_bulk when not using bulk api inside a txn
r20831@hlagh (orig r7749):  caelum | 2009-09-30 02:53:42 -0400
added test for populate being atomic
r20832@hlagh (orig r7750):  caelum | 2009-09-30 03:00:59 -0400
factor out subclass-specific _execute_array callback
r20833@hlagh (orig r7751):  caelum | 2009-10-01 11:59:30 -0400
remove a piece of dead code
r20840@hlagh (orig r7758):  caelum | 2009-10-03 15:46:56 -0400
remove _pretty_print
r20842@hlagh (orig r7760):  caelum | 2009-10-04 16:19:56 -0400
minor optimization for insert_bulk
r21050@hlagh (orig r7796):  caelum | 2009-10-18 04:56:54 -0400
error checking related to literal SQL for insert_bulk

14 years agoerror checking related to literal SQL for insert_bulk
Rafael Kitover [Sun, 18 Oct 2009 08:56:54 +0000]
error checking related to literal SQL for insert_bulk

14 years agoMerge 'sybase_support' into 'sybase_bulkinsert_support'
Rafael Kitover [Sun, 18 Oct 2009 07:12:21 +0000]
Merge 'sybase_support' into 'sybase_bulkinsert_support'

r21048@hlagh (orig r7794):  caelum | 2009-10-18 03:11:52 -0400
 r20841@hlagh (orig r7759):  ribasushi | 2009-10-04 07:17:53 -0400
 Fix AutoCast's POD
 r20932@hlagh (orig r7770):  ribasushi | 2009-10-09 00:57:20 -0400
  r7777@Thesaurus (orig r7765):  frew | 2009-10-07 20:05:05 +0200
  add method to check if an rs is paginated
  r7778@Thesaurus (orig r7766):  frew | 2009-10-07 20:31:02 +0200
  is_paginated method and test
  r7780@Thesaurus (orig r7768):  frew | 2009-10-09 06:45:36 +0200
  change name of method
  r7781@Thesaurus (orig r7769):  frew | 2009-10-09 06:47:31 +0200
  add message to changelog for is_paged

 r20935@hlagh (orig r7773):  ribasushi | 2009-10-09 05:00:36 -0400
 Ugh CRLF
 r20936@hlagh (orig r7774):  ribasushi | 2009-10-09 05:04:35 -0400
 Skip versioning test on really old perls lacking Time::HiRes
 r20937@hlagh (orig r7775):  ribasushi | 2009-10-09 05:04:50 -0400
 Changes
 r20938@hlagh (orig r7776):  triode | 2009-10-09 16:32:04 -0400
 added troubleshooting case of excessive memory allocation involving TEXT/BLOB/etc
 columns and large LongReadLen

 r20939@hlagh (orig r7777):  triode | 2009-10-09 16:44:21 -0400
 added my name to contributors list

 r20940@hlagh (orig r7778):  ribasushi | 2009-10-10 12:49:15 -0400
 Whoops, this isn't right
 r20941@hlagh (orig r7779):  ribasushi | 2009-10-11 09:44:18 -0400
 More ordered fixes
 r20943@hlagh (orig r7781):  norbi | 2009-10-13 05:27:18 -0400
  r7982@vger:  mendel | 2009-10-13 11:26:11 +0200
  Fixed a typo and a POD error.

 r21047@hlagh (orig r7793):  ribasushi | 2009-10-16 08:28:35 -0400
 Fix test to stop failing when DT-support is not present

14 years agoMerge 'trunk' into 'sybase_support'
Rafael Kitover [Sun, 18 Oct 2009 07:11:52 +0000]
Merge 'trunk' into 'sybase_support'

r20841@hlagh (orig r7759):  ribasushi | 2009-10-04 07:17:53 -0400
Fix AutoCast's POD
r20932@hlagh (orig r7770):  ribasushi | 2009-10-09 00:57:20 -0400
 r7777@Thesaurus (orig r7765):  frew | 2009-10-07 20:05:05 +0200
 add method to check if an rs is paginated
 r7778@Thesaurus (orig r7766):  frew | 2009-10-07 20:31:02 +0200
 is_paginated method and test
 r7780@Thesaurus (orig r7768):  frew | 2009-10-09 06:45:36 +0200
 change name of method
 r7781@Thesaurus (orig r7769):  frew | 2009-10-09 06:47:31 +0200
 add message to changelog for is_paged

r20935@hlagh (orig r7773):  ribasushi | 2009-10-09 05:00:36 -0400
Ugh CRLF
r20936@hlagh (orig r7774):  ribasushi | 2009-10-09 05:04:35 -0400
Skip versioning test on really old perls lacking Time::HiRes
r20937@hlagh (orig r7775):  ribasushi | 2009-10-09 05:04:50 -0400
Changes
r20938@hlagh (orig r7776):  triode | 2009-10-09 16:32:04 -0400
added troubleshooting case of excessive memory allocation involving TEXT/BLOB/etc
columns and large LongReadLen

r20939@hlagh (orig r7777):  triode | 2009-10-09 16:44:21 -0400
added my name to contributors list

r20940@hlagh (orig r7778):  ribasushi | 2009-10-10 12:49:15 -0400
Whoops, this isn't right
r20941@hlagh (orig r7779):  ribasushi | 2009-10-11 09:44:18 -0400
More ordered fixes
r20943@hlagh (orig r7781):  norbi | 2009-10-13 05:27:18 -0400
 r7982@vger:  mendel | 2009-10-13 11:26:11 +0200
 Fixed a typo and a POD error.

r21047@hlagh (orig r7793):  ribasushi | 2009-10-16 08:28:35 -0400
Fix test to stop failing when DT-support is not present

14 years agoFix test to stop failing when DT-support is not present
Peter Rabbitson [Fri, 16 Oct 2009 12:28:35 +0000]
Fix test to stop failing when DT-support is not present

14 years agoFixed a typo and a POD error.
Norbert Buchmuller [Tue, 13 Oct 2009 16:26:11 +0000]
Fixed a typo and a POD error.

14 years agoMore ordered fixes
Peter Rabbitson [Sun, 11 Oct 2009 13:44:18 +0000]
More ordered fixes

14 years agoWhoops, this isn't right
Peter Rabbitson [Sat, 10 Oct 2009 16:49:15 +0000]
Whoops, this isn't right

14 years agoadded my name to contributors list
Pete Gamache [Fri, 9 Oct 2009 20:44:21 +0000]
added my name to contributors list

14 years agoadded troubleshooting case of excessive memory allocation involving TEXT/BLOB/etc
Pete Gamache [Fri, 9 Oct 2009 20:32:04 +0000]
added troubleshooting case of excessive memory allocation involving TEXT/BLOB/etc
columns and large LongReadLen

14 years agoChanges
Peter Rabbitson [Fri, 9 Oct 2009 09:04:50 +0000]
Changes

14 years agoSkip versioning test on really old perls lacking Time::HiRes
Peter Rabbitson [Fri, 9 Oct 2009 09:04:35 +0000]
Skip versioning test on really old perls lacking Time::HiRes

14 years agoUgh CRLF
Peter Rabbitson [Fri, 9 Oct 2009 09:00:36 +0000]
Ugh CRLF

14 years agoMerge 'is_resultset_paginated' into 'trunk'
Peter Rabbitson [Fri, 9 Oct 2009 04:57:20 +0000]
Merge 'is_resultset_paginated' into 'trunk'

r7777@Thesaurus (orig r7765):  frew | 2009-10-07 20:05:05 +0200
add method to check if an rs is paginated
r7778@Thesaurus (orig r7766):  frew | 2009-10-07 20:31:02 +0200
is_paginated method and test
r7780@Thesaurus (orig r7768):  frew | 2009-10-09 06:45:36 +0200
change name of method
r7781@Thesaurus (orig r7769):  frew | 2009-10-09 06:47:31 +0200
add message to changelog for is_paged

14 years agoadd message to changelog for is_paged
Arthur Axel "fREW" Schmidt [Fri, 9 Oct 2009 04:47:31 +0000]
add message to changelog for is_paged

14 years agochange name of method
Arthur Axel "fREW" Schmidt [Fri, 9 Oct 2009 04:45:36 +0000]
change name of method

14 years agois_paginated method and test
Arthur Axel "fREW" Schmidt [Wed, 7 Oct 2009 18:31:02 +0000]
is_paginated method and test

14 years agominor optimization for insert_bulk
Rafael Kitover [Sun, 4 Oct 2009 20:19:56 +0000]
minor optimization for insert_bulk

14 years agoFix AutoCast's POD
Peter Rabbitson [Sun, 4 Oct 2009 11:17:53 +0000]
Fix AutoCast's POD

14 years agoremove _pretty_print
Rafael Kitover [Sat, 3 Oct 2009 19:46:56 +0000]
remove _pretty_print

14 years agoMerge 'sybase_support' into 'sybase_bulkinsert_support'
Rafael Kitover [Sat, 3 Oct 2009 19:16:22 +0000]
Merge 'sybase_support' into 'sybase_bulkinsert_support'

r20838@hlagh (orig r7756):  caelum | 2009-10-03 14:59:17 -0400
 r20835@hlagh (orig r7753):  ribasushi | 2009-10-03 09:49:14 -0400
 Test reorg (no changes)
 r20836@hlagh (orig r7754):  ribasushi | 2009-10-03 09:55:25 -0400
 Add failing tests for RT#50003
 r20837@hlagh (orig r7755):  caelum | 2009-10-03 10:09:45 -0400
 fix on_connect_ with coderef connect_info

14 years agoMerge 'trunk' into 'sybase_support'
Rafael Kitover [Sat, 3 Oct 2009 18:59:17 +0000]
Merge 'trunk' into 'sybase_support'

r20835@hlagh (orig r7753):  ribasushi | 2009-10-03 09:49:14 -0400
Test reorg (no changes)
r20836@hlagh (orig r7754):  ribasushi | 2009-10-03 09:55:25 -0400
Add failing tests for RT#50003
r20837@hlagh (orig r7755):  caelum | 2009-10-03 10:09:45 -0400
fix on_connect_ with coderef connect_info

14 years agofix on_connect_ with coderef connect_info
Rafael Kitover [Sat, 3 Oct 2009 14:09:45 +0000]
fix on_connect_ with coderef connect_info

14 years agoAdd failing tests for RT#50003
Peter Rabbitson [Sat, 3 Oct 2009 13:55:25 +0000]
Add failing tests for RT#50003

14 years agoTest reorg (no changes)
Peter Rabbitson [Sat, 3 Oct 2009 13:49:14 +0000]
Test reorg (no changes)

14 years agoremove a piece of dead code
Rafael Kitover [Thu, 1 Oct 2009 15:59:30 +0000]
remove a piece of dead code

14 years agofactor out subclass-specific _execute_array callback
Rafael Kitover [Wed, 30 Sep 2009 07:00:59 +0000]
factor out subclass-specific _execute_array callback

14 years agoadded test for populate being atomic
Rafael Kitover [Wed, 30 Sep 2009 06:53:42 +0000]
added test for populate being atomic

14 years agofix insert_bulk when not using bulk api inside a txn
Rafael Kitover [Wed, 30 Sep 2009 01:48:38 +0000]
fix insert_bulk when not using bulk api inside a txn

14 years agoremove _exhaaust_statements
Rafael Kitover [Wed, 30 Sep 2009 00:35:26 +0000]
remove _exhaaust_statements

14 years agomake insert_bulk atomic
Rafael Kitover [Tue, 29 Sep 2009 18:38:14 +0000]
make insert_bulk atomic

14 years agodo not clobber $rv from execute_array
Rafael Kitover [Tue, 29 Sep 2009 18:16:03 +0000]
do not clobber $rv from execute_array

14 years agominor changes after review
Rafael Kitover [Tue, 29 Sep 2009 17:36:20 +0000]
minor changes after review

14 years agoremoved some dead code, added fix and test for _execute_array_empty
Rafael Kitover [Tue, 29 Sep 2009 02:25:55 +0000]
removed some dead code, added fix and test for _execute_array_empty

14 years agofix DT stuff
Rafael Kitover [Mon, 28 Sep 2009 10:25:48 +0000]
fix DT stuff

14 years agominor changes
Rafael Kitover [Mon, 28 Sep 2009 09:31:38 +0000]
minor changes

14 years agoMerge 'sybase_support' into 'sybase_bulkinsert_support'
Rafael Kitover [Mon, 28 Sep 2009 08:50:22 +0000]
Merge 'sybase_support' into 'sybase_bulkinsert_support'

r20801@hlagh (orig r7733):  caelum | 2009-09-28 04:49:27 -0400
 r20734@hlagh (orig r7709):  ribasushi | 2009-09-20 20:49:11 -0400
 Oops
 r20735@hlagh (orig r7710):  ribasushi | 2009-09-21 05:02:14 -0400
 Changes
 r20736@hlagh (orig r7711):  ribasushi | 2009-09-21 06:49:30 -0400
 Undocument the from attribute (the description was mostly outdated anyway)
 r20737@hlagh (orig r7712):  ribasushi | 2009-09-21 06:58:58 -0400
 Release 0.08112
 r20740@hlagh (orig r7715):  ribasushi | 2009-09-21 10:26:07 -0400
 A test for an obscure join syntax - make sure we don't break it
 r20746@hlagh (orig r7721):  ribasushi | 2009-09-22 06:58:09 -0400
 this would break in the future - sanitize sql fed to the tester
 r20749@hlagh (orig r7724):  ribasushi | 2009-09-22 07:07:31 -0400
 The hack is no longer necessary with a recent sqla
 r20754@hlagh (orig r7729):  caelum | 2009-09-24 17:44:01 -0400
 add test for multiple active statements in mssql over dbd::sybase
 r20755@hlagh (orig r7730):  caelum | 2009-09-25 02:46:22 -0400
 test on_connect_do with a coderef connect_info too
 r20785@hlagh (orig r7731):  caelum | 2009-09-25 17:26:52 -0400
 failing test for simple transaction with mssql via dbd::sybase

14 years agoMerge 'trunk' into 'sybase_support'
Rafael Kitover [Mon, 28 Sep 2009 08:49:27 +0000]
Merge 'trunk' into 'sybase_support'

r20734@hlagh (orig r7709):  ribasushi | 2009-09-20 20:49:11 -0400
Oops
r20735@hlagh (orig r7710):  ribasushi | 2009-09-21 05:02:14 -0400
Changes
r20736@hlagh (orig r7711):  ribasushi | 2009-09-21 06:49:30 -0400
Undocument the from attribute (the description was mostly outdated anyway)
r20737@hlagh (orig r7712):  ribasushi | 2009-09-21 06:58:58 -0400
Release 0.08112
r20740@hlagh (orig r7715):  ribasushi | 2009-09-21 10:26:07 -0400
A test for an obscure join syntax - make sure we don't break it
r20746@hlagh (orig r7721):  ribasushi | 2009-09-22 06:58:09 -0400
this would break in the future - sanitize sql fed to the tester
r20749@hlagh (orig r7724):  ribasushi | 2009-09-22 07:07:31 -0400
The hack is no longer necessary with a recent sqla
r20754@hlagh (orig r7729):  caelum | 2009-09-24 17:44:01 -0400
add test for multiple active statements in mssql over dbd::sybase
r20755@hlagh (orig r7730):  caelum | 2009-09-25 02:46:22 -0400
test on_connect_do with a coderef connect_info too
r20785@hlagh (orig r7731):  caelum | 2009-09-25 17:26:52 -0400
failing test for simple transaction with mssql via dbd::sybase

14 years agosome cleanups
Rafael Kitover [Sat, 26 Sep 2009 01:17:16 +0000]
some cleanups

14 years agofailing test for simple transaction with mssql via dbd::sybase
Rafael Kitover [Fri, 25 Sep 2009 21:26:52 +0000]
failing test for simple transaction with mssql via dbd::sybase

14 years agotest on_connect_do with a coderef connect_info too
Rafael Kitover [Fri, 25 Sep 2009 06:46:22 +0000]
test on_connect_do with a coderef connect_info too

14 years agoadd test for multiple active statements in mssql over dbd::sybase
Rafael Kitover [Thu, 24 Sep 2009 21:44:01 +0000]
add test for multiple active statements in mssql over dbd::sybase

14 years agofix insert with all defaults
Rafael Kitover [Thu, 24 Sep 2009 13:57:58 +0000]
fix insert with all defaults

14 years agoremove some duplicate code
Rafael Kitover [Thu, 24 Sep 2009 12:45:04 +0000]
remove some duplicate code

14 years agominor cleanups, test update of blob to NULL
Rafael Kitover [Thu, 24 Sep 2009 09:21:18 +0000]
minor cleanups, test update of blob to NULL

14 years agoclean up set_identity stuff
Rafael Kitover [Thu, 24 Sep 2009 06:47:39 +0000]
clean up set_identity stuff

14 years agoThe hack is no longer necessary with a recent sqla
Peter Rabbitson [Tue, 22 Sep 2009 11:07:31 +0000]
The hack is no longer necessary with a recent sqla

14 years agothis would break in the future - sanitize sql fed to the tester
Peter Rabbitson [Tue, 22 Sep 2009 10:58:09 +0000]
this would break in the future - sanitize sql fed to the tester

14 years agoA test for an obscure join syntax - make sure we don't break it
Peter Rabbitson [Mon, 21 Sep 2009 14:26:07 +0000]
A test for an obscure join syntax - make sure we don't break it

14 years agoRelease 0.08112 v0.08112
Peter Rabbitson [Mon, 21 Sep 2009 10:58:58 +0000]
Release 0.08112

14 years agoUndocument the from attribute (the description was mostly outdated anyway)
Peter Rabbitson [Mon, 21 Sep 2009 10:49:30 +0000]
Undocument the from attribute (the description was mostly outdated anyway)

14 years agoChanges
Peter Rabbitson [Mon, 21 Sep 2009 09:02:14 +0000]
Changes

14 years agoOops
Peter Rabbitson [Mon, 21 Sep 2009 00:49:11 +0000]
Oops

14 years agoAll sybase bulk-insert code by Caelum
Peter Rabbitson [Mon, 21 Sep 2009 00:06:21 +0000]
All sybase bulk-insert code by Caelum

14 years agoMerge 'sybase_insert_bulk' into 'sybase_support'
Peter Rabbitson [Sun, 20 Sep 2009 23:18:40 +0000]
Merge 'sybase_insert_bulk' into 'sybase_support'

main sybase branch ready

14 years agoPart one of the sybase work by Caelum (mostly reviewed)
Peter Rabbitson [Sun, 20 Sep 2009 22:58:09 +0000]
Part one of the sybase work by Caelum (mostly reviewed)

14 years agoMerge 'trunk' into 'sybase_support'
Peter Rabbitson [Sun, 20 Sep 2009 22:51:43 +0000]
Merge 'trunk' into 'sybase_support'

r7694@Thesaurus (orig r7683):  ribasushi | 2009-09-18 12:36:42 +0200
 r6389@Thesaurus (orig r6388):  caelum | 2009-05-23 22:48:06 +0200
 recreating Sybase branch
 r6395@Thesaurus (orig r6394):  caelum | 2009-05-24 01:47:32 +0200
 try not to fuck mssql with the sybase crap
 r6488@Thesaurus (orig r6487):  caelum | 2009-06-03 17:31:24 +0200
 resolve conflict
 r6490@Thesaurus (orig r6489):  caelum | 2009-06-03 18:25:36 +0200
 add missing files to sybase branch
 r6492@Thesaurus (orig r6491):  caelum | 2009-06-04 01:51:39 +0200
 fix Sybase DT stuff and storage bases
 r6493@Thesaurus (orig r6492):  caelum | 2009-06-04 02:10:45 +0200
 fix base for mssql (can't be a sybase anymore)
 r6494@Thesaurus (orig r6493):  caelum | 2009-06-04 02:20:37 +0200
 test sybase SMALLDATETIME inflation
 r6495@Thesaurus (orig r6494):  caelum | 2009-06-04 04:52:31 +0200
 update Sybase docs
 r6501@Thesaurus (orig r6500):  caelum | 2009-06-04 14:50:49 +0200
 sybase limit count without offset now works
 r6504@Thesaurus (orig r6503):  caelum | 2009-06-04 18:03:01 +0200
 use TOP for sybase limit count thanks to refactored count
 r6505@Thesaurus (orig r6504):  caelum | 2009-06-04 18:41:54 +0200
 back to counting rows for Sybase LIMIT counts
 r6506@Thesaurus (orig r6505):  caelum | 2009-06-04 19:07:48 +0200
 minor sybase count fix
 r6512@Thesaurus (orig r6511):  caelum | 2009-06-05 01:02:48 +0200
 test sybase group_by count, works
 r6513@Thesaurus (orig r6512):  caelum | 2009-06-05 01:28:18 +0200
 set date format on _rebless correctly
 r6516@Thesaurus (orig r6515):  caelum | 2009-06-05 02:24:46 +0200
 manually merged in sybase_noquote branch
 r6518@Thesaurus (orig r6517):  caelum | 2009-06-05 06:34:25 +0200
 shit doesn't work yet
 r6520@Thesaurus (orig r6519):  caelum | 2009-06-05 16:55:41 +0200
 update sybase types which shouldn't be quoted
 r6525@Thesaurus (orig r6524):  caelum | 2009-06-06 04:40:51 +0200
 tweaks to sybase types
 r6527@Thesaurus (orig r6526):  caelum | 2009-06-06 05:36:03 +0200
 temporary sybase noquote hack
 r6595@Thesaurus (orig r6594):  caelum | 2009-06-10 13:46:37 +0200
 Sybase::NoBindVars now correctly quotes
 r6596@Thesaurus (orig r6595):  caelum | 2009-06-10 14:04:19 +0200
 cache rsrc in NoBindVars, use name_sep
 r6597@Thesaurus (orig r6596):  caelum | 2009-06-10 14:35:52 +0200
 Sybase count by first pk, if available
 r6599@Thesaurus (orig r6598):  caelum | 2009-06-10 15:00:42 +0200
 cache rsrc in NoBindVars correctly
 r6600@Thesaurus (orig r6599):  caelum | 2009-06-10 15:27:41 +0200
 handle unknown rsrc in NoBindVars and Sybase::NoBindVars
 r6605@Thesaurus (orig r6604):  caelum | 2009-06-10 18:17:31 +0200
 cache rsrc properly in NoBindVars, return undef if no rsrc
 r6658@Thesaurus (orig r6657):  caelum | 2009-06-13 05:57:40 +0200
 switch to DateTime::Format::Sybase
 r6700@Thesaurus (orig r6699):  caelum | 2009-06-17 16:25:28 +0200
 rename and document dt setup method, will be an on_connect_call at later merge point
 r6701@Thesaurus (orig r6700):  caelum | 2009-06-17 16:30:08 +0200
 more dt docs reorg
 r6715@Thesaurus (orig r6714):  caelum | 2009-06-19 01:28:17 +0200
 todo tests for text/image columns in sybase
 r6716@Thesaurus (orig r6715):  caelum | 2009-06-19 01:46:56 +0200
 added connect_call_blob_setup for Sybase
 r6724@Thesaurus (orig r6723):  caelum | 2009-06-19 17:12:20 +0200
 cleanups
 r6771@Thesaurus (orig r6770):  caelum | 2009-06-23 16:42:32 +0200
 minor changes
 r6788@Thesaurus (orig r6787):  caelum | 2009-06-25 05:31:06 +0200
 fixup POD, comment out count
 r6811@Thesaurus (orig r6810):  caelum | 2009-06-28 02:14:56 +0200
 prototype blob implementation
 r6857@Thesaurus (orig r6856):  caelum | 2009-06-29 23:45:19 +0200
 branch pushed, removing
 r6868@Thesaurus (orig r6867):  caelum | 2009-06-30 03:39:51 +0200
 merge on_connect_call updates
 r6877@Thesaurus (orig r6876):  caelum | 2009-06-30 12:46:43 +0200
 code cleanups
 r6957@Thesaurus (orig r6956):  caelum | 2009-07-03 02:32:48 +0200
 minor changes
 r6959@Thesaurus (orig r6958):  caelum | 2009-07-03 05:04:12 +0200
 fix sybase mro
 r7001@Thesaurus (orig r7000):  caelum | 2009-07-07 13:34:23 +0200
 fix sybase rebless to NoBindVars
 r7021@Thesaurus (orig r7020):  caelum | 2009-07-10 12:52:13 +0200
 fix NoBindVars
 r7053@Thesaurus (orig r7052):  caelum | 2009-07-15 01:39:02 +0200
 set maxConnect in DSN and add docs
 r7065@Thesaurus (orig r7064):  caelum | 2009-07-17 09:39:54 +0200
 make insertion of blobs into tables with identity columns work, other minor fixes
 r7070@Thesaurus (orig r7069):  caelum | 2009-07-17 23:30:13 +0200
 some compatibility updated for older DBD::Sybase versions, some initial work on _select_args for blobs
 r7072@Thesaurus (orig r7071):  caelum | 2009-07-19 23:57:11 +0200
 mangling _select_args turned out to be unnecessary
 r7073@Thesaurus (orig r7072):  caelum | 2009-07-20 01:02:19 +0200
 minor cleanups
 r7074@Thesaurus (orig r7073):  caelum | 2009-07-20 15:47:48 +0200
 blob update now works
 r7076@Thesaurus (orig r7075):  caelum | 2009-07-20 19:06:46 +0200
 change the (incorrect) version check to a check for FreeTDS
 r7077@Thesaurus (orig r7076):  caelum | 2009-07-20 19:13:25 +0200
 better check for FreeTDS thanks to arcanez
 r7089@Thesaurus (orig r7086):  caelum | 2009-07-22 07:09:21 +0200
 minor cleanups
 r7091@Thesaurus (orig r7088):  caelum | 2009-07-22 17:05:37 +0200
 remove unnecessary test Result class
 r7092@Thesaurus (orig r7089):  caelum | 2009-07-23 00:47:14 +0200
 fix doc for how to check for FreeTDS
 r7095@Thesaurus (orig r7092):  caelum | 2009-07-23 14:35:53 +0200
 doc tweak
 r7115@Thesaurus (orig r7112):  caelum | 2009-07-24 09:58:24 +0200
 add support for IDENTITY_INSERT
 r7117@Thesaurus (orig r7114):  caelum | 2009-07-24 16:19:08 +0200
 savepoint support
 r7120@Thesaurus (orig r7117):  caelum | 2009-07-24 20:35:37 +0200
 fix race condition in last_insert_id with placeholders
 r7121@Thesaurus (orig r7118):  caelum | 2009-07-24 21:22:25 +0200
 code cleanup
 r7124@Thesaurus (orig r7121):  caelum | 2009-07-25 16:19:58 +0200
 use _resolve_column_info in NoBindVars
 r7125@Thesaurus (orig r7122):  caelum | 2009-07-25 21:23:49 +0200
 make insert work as a nested transaction too
 r7126@Thesaurus (orig r7123):  caelum | 2009-07-25 22:52:17 +0200
 add money type support
 r7128@Thesaurus (orig r7125):  caelum | 2009-07-27 03:48:35 +0200
 better FreeTDS support
 r7130@Thesaurus (orig r7127):  caelum | 2009-07-28 06:23:54 +0200
 minor refactoring, cleanups, doc updates
 r7131@Thesaurus (orig r7128):  caelum | 2009-07-28 09:32:45 +0200
 forgot to set mro in dbi::cursor
 r7141@Thesaurus (orig r7138):  caelum | 2009-07-30 10:21:20 +0200
 better test for "smalldatetime" in Sybase
 r7146@Thesaurus (orig r7143):  caelum | 2009-07-30 15:37:18 +0200
 update sqlite test schema
 r7207@Thesaurus (orig r7204):  caelum | 2009-08-04 23:40:16 +0200
 update Changes
 r7222@Thesaurus (orig r7219):  caelum | 2009-08-05 11:02:26 +0200
 fix a couple minor issues after pull from trunk
 r7260@Thesaurus (orig r7257):  caelum | 2009-08-07 14:45:18 +0200
 add note about where to get Schema::Loader
 r7273@Thesaurus (orig r7270):  ribasushi | 2009-08-09 01:19:49 +0200
 Changes and minor code rewrap
 r7285@Thesaurus (orig r7282):  ribasushi | 2009-08-10 08:08:06 +0200
 pesky whitespace
 r7286@Thesaurus (orig r7283):  ribasushi | 2009-08-10 08:11:46 +0200
 privatize dormant method - it may be useful for sybase at *some* point
 r7287@Thesaurus (orig r7284):  ribasushi | 2009-08-10 08:19:55 +0200
 Whoops
 r7289@Thesaurus (orig r7286):  caelum | 2009-08-10 08:44:51 +0200
 document placeholders_with_type_conversion_supported and add a redispatch to reblessed storage in DBI::update
 r7290@Thesaurus (orig r7287):  caelum | 2009-08-10 10:07:45 +0200
 fix and test redispatch to reblessed storage insert/update
 r7292@Thesaurus (orig r7289):  caelum | 2009-08-10 10:32:37 +0200
 rename get_connected_schema to get_schema in sybase test
 r7345@Thesaurus (orig r7342):  ribasushi | 2009-08-18 22:45:06 +0200
 Fix Changes
 r7367@Thesaurus (orig r7364):  ribasushi | 2009-08-23 10:00:34 +0200
 Minaor speedup
 r7368@Thesaurus (orig r7365):  ribasushi | 2009-08-23 10:01:10 +0200
 Generalize and hide placeholder support check
 r7369@Thesaurus (orig r7366):  ribasushi | 2009-08-23 10:04:26 +0200
 Rename the common sybase driver
 r7373@Thesaurus (orig r7370):  caelum | 2009-08-24 13:21:51 +0200
 make insert only use a txn if needed, add connect_call_unsafe_insert
 r7374@Thesaurus (orig r7371):  caelum | 2009-08-24 14:42:57 +0200
 add test for IDENTITY_INSERT
 r7378@Thesaurus (orig r7375):  caelum | 2009-08-24 15:51:48 +0200
 use debugobj->callback instead of local *_query_start in test to capture query
 r7379@Thesaurus (orig r7376):  caelum | 2009-08-24 17:19:46 +0200
 remove duplicate oracle method and fix an mssql method call
 r7417@Thesaurus (orig r7414):  caelum | 2009-08-29 07:23:45 +0200
 update link to Schema::Loader branch
 r7427@Thesaurus (orig r7424):  caelum | 2009-08-29 09:31:41 +0200
 switch to ::DBI::AutoCast
 r7428@Thesaurus (orig r7425):  ribasushi | 2009-08-29 13:36:22 +0200
 Cleanup:
 Added commented method signatures for easier debugging
 privatize transform_unbound_value as _prep_bind_value
 Remove \@_ splice's in lieu of of simple shifts
 Exposed TYPE_MAPPING used by native_data_type via our
 Removed use of txn_do - internal code uses the scope guard
 Renamed some variables, whitespace cleanup, the works
 r7429@Thesaurus (orig r7426):  ribasushi | 2009-08-29 13:40:48 +0200
 Varname was absolutely correct
 r7430@Thesaurus (orig r7427):  caelum | 2009-08-29 14:09:13 +0200
 minor changes for tests to pass again
 r7431@Thesaurus (orig r7428):  caelum | 2009-08-29 21:08:51 +0200
 fix inserts with active cursors
 r7432@Thesaurus (orig r7429):  caelum | 2009-08-29 22:53:02 +0200
 remove extra connection
 r7434@Thesaurus (orig r7431):  caelum | 2009-08-30 00:02:20 +0200
 test correlated subquery
 r7442@Thesaurus (orig r7439):  ribasushi | 2009-08-30 09:07:00 +0200
 Put the ocmment back
 r7443@Thesaurus (orig r7440):  ribasushi | 2009-08-30 09:15:41 +0200
 Change should_quote_value to interpolate_unquoted to make it harder to stop quoting by accident (it's easier to return a undef by accident than a 1)
 r7446@Thesaurus (orig r7443):  caelum | 2009-08-30 18:19:46 +0200
 added txn_scope_guards for blob operations
 r7447@Thesaurus (orig r7444):  ribasushi | 2009-08-30 18:56:43 +0200
 Rename insert_txn to unsafe_insert
 r7512@Thesaurus (orig r7509):  ribasushi | 2009-09-03 20:24:14 +0200
 Minor cleanups
 r7575@Thesaurus (orig r7572):  caelum | 2009-09-05 07:23:57 +0200
 pending review by mpeppler
 r7593@Thesaurus (orig r7590):  ribasushi | 2009-09-07 09:10:05 +0200
 Release 0.08111 tag
 r7594@Thesaurus (orig r7591):  ribasushi | 2009-09-07 09:14:33 +0200
 Whoops this should not have committed
 r7602@Thesaurus (orig r7599):  caelum | 2009-09-07 21:31:38 +0200
 fix _insert_dbh code to only connect when needed, doc update
 r7607@Thesaurus (orig r7604):  caelum | 2009-09-09 02:15:54 +0200
 remove unsafe_insert
 r7608@Thesaurus (orig r7605):  ribasushi | 2009-09-09 09:14:20 +0200
 Localisation ain't free, we don't do it unless we have to
 r7609@Thesaurus (orig r7606):  ribasushi | 2009-09-09 09:40:29 +0200
 Much simpler
 r7610@Thesaurus (orig r7607):  ribasushi | 2009-09-09 10:38:41 +0200
 Reduce amount of perl-golf :)
 r7611@Thesaurus (orig r7608):  ribasushi | 2009-09-09 10:41:15 +0200
 This should not have worked - I guess we lack tests?
 r7614@Thesaurus (orig r7611):  caelum | 2009-09-09 12:08:36 +0200
 test multi-row blob update
 r7619@Thesaurus (orig r7616):  caelum | 2009-09-09 18:01:15 +0200
 remove Sub::Name hack for method dispatch, pass $next instead
 r7620@Thesaurus (orig r7617):  caelum | 2009-09-10 02:16:03 +0200
 do blob update over _insert_dbh
 r7661@Thesaurus (orig r7650):  caelum | 2009-09-13 10:27:44 +0200
 change _insert_dbh to _insert_storage
 r7663@Thesaurus (orig r7652):  caelum | 2009-09-13 11:52:20 +0200
 make sure _init doesn't loop, steal insert_bulk from mssql, add some insert_bulk tests
 r7664@Thesaurus (orig r7653):  caelum | 2009-09-13 13:27:51 +0200
 allow subclassing of methods proxied to _writer_storage
 r7666@Thesaurus (orig r7655):  caelum | 2009-09-14 15:09:21 +0200
 sybase bulk API support stuff (no blobs yet, coming soon...)
 r7667@Thesaurus (orig r7656):  caelum | 2009-09-14 15:33:14 +0200
 add another test for sybase bulk stuff (passes)
 r7668@Thesaurus (orig r7657):  caelum | 2009-09-14 15:44:06 +0200
 minor change (fix inverted boolean for warning)
 r7669@Thesaurus (orig r7658):  caelum | 2009-09-14 15:48:52 +0200
 remove @args from DBI::sth, use full arg list
 r7676@Thesaurus (orig r7665):  caelum | 2009-09-16 15:06:35 +0200
 use execute_array for insert_bulk, test insert_bulk with blobs, clean up blob tests a bit
 r7680@Thesaurus (orig r7669):  ribasushi | 2009-09-16 19:36:19 +0200
 Remove branched changes
 r7682@Thesaurus (orig r7671):  caelum | 2009-09-17 03:03:34 +0200
 I'll rewrite this bit tomorrow to be less retarded
 r7684@Thesaurus (orig r7673):  caelum | 2009-09-18 04:03:15 +0200
 fix yesterday's stuff, identity_update works, blob updates are better
 r7686@Thesaurus (orig r7675):  caelum | 2009-09-18 04:22:38 +0200
 column no longer necessary in test
 r7688@Thesaurus (orig r7677):  caelum | 2009-09-18 08:33:14 +0200
 fix freetds
 r7691@Thesaurus (orig r7680):  ribasushi | 2009-09-18 12:25:42 +0200
  r7678@Thesaurus (orig r7667):  ribasushi | 2009-09-16 19:31:14 +0200
  New subbranch
  r7679@Thesaurus (orig r7668):  ribasushi | 2009-09-16 19:34:29 +0200
  Caelum's work so far
  r7690@Thesaurus (orig r7679):  caelum | 2009-09-18 11:10:16 +0200
  support for blobs in insert_bulk fallback

 r7692@Thesaurus (orig r7681):  ribasushi | 2009-09-18 12:28:09 +0200
 Rollback all bulk insert code before merge

r7699@Thesaurus (orig r7688):  ribasushi | 2009-09-18 14:12:05 +0200
Cleanup exception handling
r7700@Thesaurus (orig r7689):  ribasushi | 2009-09-18 14:22:02 +0200
duh
r7701@Thesaurus (orig r7690):  ribasushi | 2009-09-18 14:25:06 +0200
Minor cleanup of RSC with has_many joins
r7702@Thesaurus (orig r7691):  ribasushi | 2009-09-18 14:32:15 +0200
Changes and dev notes in makefile
r7705@Thesaurus (orig r7694):  ribasushi | 2009-09-18 14:52:26 +0200
Nothing says the grouping column can not be nullable
r7706@Thesaurus (orig r7695):  ribasushi | 2009-09-18 14:53:33 +0200
Changes
r7707@Thesaurus (orig r7696):  ribasushi | 2009-09-18 20:09:04 +0200
This code belogs in Storage::DBI
r7708@Thesaurus (orig r7697):  ribasushi | 2009-09-18 20:38:26 +0200
Clear up some legacy cruft and straighten inheritance
r7710@Thesaurus (orig r7699):  ribasushi | 2009-09-21 00:25:20 +0200
Backout sybase changes
r7713@Thesaurus (orig r7702):  ribasushi | 2009-09-21 00:46:32 +0200
Missed a part of the revert

14 years agoMissed a part of the revert
Peter Rabbitson [Sun, 20 Sep 2009 22:46:32 +0000]
Missed a part of the revert