14 years agoChanges(2)
Peter Rabbitson [Fri, 4 Dec 2009 01:46:08 +0000]
Changes(2)

14 years agoChanges
Peter Rabbitson [Fri, 4 Dec 2009 01:45:40 +0000]
Changes

14 years agoMerge 'trunk' into 'create_scalarref_rt51559'
Peter Rabbitson [Fri, 4 Dec 2009 01:44:09 +0000]
Merge 'trunk' into 'create_scalarref_rt51559'

r7937@Thesaurus (orig r7925):  ribasushi | 2009-11-19 12:04:21 +0100
Bail out eary in Versioned if no versioning checks are requested
r7938@Thesaurus (orig r7926):  ribasushi | 2009-11-19 12:06:13 +0100
POD fixes
r7940@Thesaurus (orig r7928):  caelum | 2009-11-22 11:03:33 +0100
fix connection setup for Sybase
r7943@Thesaurus (orig r7931):  caelum | 2009-11-22 13:27:43 +0100
override _run_connection_actions for internal connection setup in sybase stuff, much cleaner this way
r7947@Thesaurus (orig r7935):  ribasushi | 2009-11-23 01:18:28 +0100
Whoops
r7948@Thesaurus (orig r7936):  ribasushi | 2009-11-23 01:28:50 +0100
Fix ::Versioned regression introduced in r7925
r7951@Thesaurus (orig r7939):  caelum | 2009-11-23 12:32:10 +0100
add subname to rdbms_specific_methods wrapper
r7953@Thesaurus (orig r7941):  caelum | 2009-11-23 13:23:14 +0100
 r21187@hlagh (orig r7933):  ribasushi | 2009-11-22 18:38:34 -0500
 New sybase refactor branch
 r21188@hlagh (orig r7934):  ribasushi | 2009-11-22 19:06:48 -0500
 refactor part1
 r21192@hlagh (orig r7938):  ribasushi | 2009-11-22 19:30:05 -0500
 refactor part 2
 r21194@hlagh (orig r7940):  caelum | 2009-11-23 07:06:46 -0500
 fix test

r7955@Thesaurus (orig r7943):  ribasushi | 2009-11-23 16:30:13 +0100
Add missing Sub::Name invocations and improve the SQLA Carp overrides
r7957@Thesaurus (orig r7945):  ribasushi | 2009-11-24 10:12:49 +0100
 r7749@Thesaurus (orig r7738):  norbi | 2009-09-28 22:01:39 +0200
 Created branch 'void_populate_resultset_cond': Fixing a bug: $rs->populate in void context does not use the conditions from $rs.
 r7751@Thesaurus (orig r7740):  norbi | 2009-09-28 23:26:06 +0200
  r7935@vger:  mendel | 2009-09-28 23:25:52 +0200
  Undid the previous tweaks to the already existing tests and added new tests instead.

 r7928@Thesaurus (orig r7916):  ribasushi | 2009-11-16 08:48:42 +0100
 Change plan
 r7956@Thesaurus (orig r7944):  ribasushi | 2009-11-24 10:10:49 +0100
 Better naming and a bit leaner implementation. Main idea remains the same

r7959@Thesaurus (orig r7947):  ribasushi | 2009-11-24 10:39:52 +0100
Changes and prevent a spurious todo-pass
r7962@Thesaurus (orig r7950):  ribasushi | 2009-11-24 19:43:42 +0100
Extra sqla quoting test
r7963@Thesaurus (orig r7951):  ribasushi | 2009-11-24 19:48:01 +0100
Extra sqla quoting test(2)
r7964@Thesaurus (orig r7952):  ribasushi | 2009-11-25 21:24:10 +0100
wtf
r7967@Thesaurus (orig r7955):  ribasushi | 2009-11-26 11:07:06 +0100
cleanups
r7968@Thesaurus (orig r7956):  ribasushi | 2009-11-26 12:11:21 +0100
Sanify search_related chaining code (no functional changes)
r7969@Thesaurus (orig r7957):  ribasushi | 2009-11-26 12:52:05 +0100
Another count() quirk down
r7970@Thesaurus (orig r7958):  ribasushi | 2009-11-26 14:23:28 +0100
Add a no-accessor column to generally test handling
r7972@Thesaurus (orig r7960):  ribasushi | 2009-11-26 15:32:17 +0100
Whoops, wrong accessor (things still work though)
r7977@Thesaurus (orig r7965):  ribasushi | 2009-11-26 16:43:21 +0100
 r7971@Thesaurus (orig r7959):  ribasushi | 2009-11-26 14:54:17 +0100
 New branch for get_inflated_column bugfix
 r7974@Thesaurus (orig r7962):  ribasushi | 2009-11-26 15:56:20 +0100
 Fix for rt46953
 r7975@Thesaurus (orig r7963):  ribasushi | 2009-11-26 16:05:17 +0100
 Make Test::More happy
 r7976@Thesaurus (orig r7964):  ribasushi | 2009-11-26 16:43:09 +0100
 Changes

r7980@Thesaurus (orig r7968):  ribasushi | 2009-11-27 01:38:11 +0100
Fix search_related wrt grouped resultsets (distinct is currently passed to the new resultset, this is probably wrong)
r7987@Thesaurus (orig r7975):  ribasushi | 2009-11-28 16:54:23 +0100
Cleanup the s.c.o. index
r7988@Thesaurus (orig r7976):  ribasushi | 2009-11-28 16:57:04 +0100
Test based on http://lists.scsys.co.uk/pipermail/dbix-class/2009-November/008599.html
r8007@Thesaurus (orig r7995):  castaway | 2009-11-30 16:20:19 +0100
Remove over-emphasis on +select/+as. Add docs on prefetch and other ways to get related data, with caveats etc.

r8009@Thesaurus (orig r7997):  dew | 2009-11-30 19:37:00 +0100
Alter the docs for has_many relationships to make them a little easier to grok
r8021@Thesaurus (orig r8009):  castaway | 2009-12-02 14:19:40 +0100
Added note about prefetch and has_many related objects

r8029@Thesaurus (orig r8017):  ribasushi | 2009-12-03 13:24:04 +0100
Source sanity check on subqueried update/delete
r8030@Thesaurus (orig r8018):  ribasushi | 2009-12-03 14:39:37 +0100
Sanify populate arg handling

14 years agoSanify populate arg handling
Peter Rabbitson [Thu, 3 Dec 2009 13:39:37 +0000]
Sanify populate arg handling

14 years agoSource sanity check on subqueried update/delete
Peter Rabbitson [Thu, 3 Dec 2009 12:24:04 +0000]
Source sanity check on subqueried update/delete

14 years agoAdded note about prefetch and has_many related objects
Jess Robinson [Wed, 2 Dec 2009 13:19:40 +0000]
Added note about prefetch and has_many related objects

14 years agoAlter the docs for has_many relationships to make them a little easier to grok
Dan Thomas [Mon, 30 Nov 2009 18:37:00 +0000]
Alter the docs for has_many relationships to make them a little easier to grok

14 years agoRemove over-emphasis on +select/+as. Add docs on prefetch and other ways to get relat...
Jess Robinson [Mon, 30 Nov 2009 15:20:19 +0000]
Remove over-emphasis on +select/+as. Add docs on prefetch and other ways to get related data, with caveats etc.

14 years agoTest based on http://lists.scsys.co.uk/pipermail/dbix-class/2009-November/008599...
Peter Rabbitson [Sat, 28 Nov 2009 15:57:04 +0000]
Test based on lists.scsys.co.uk/pipermail/dbix-class/2009-November/008599.html

14 years agoCleanup the s.c.o. index
Peter Rabbitson [Sat, 28 Nov 2009 15:54:23 +0000]
Cleanup the s.c.o. index

14 years agoFix search_related wrt grouped resultsets (distinct is currently passed to the new...
Peter Rabbitson [Fri, 27 Nov 2009 00:38:11 +0000]
Fix search_related wrt grouped resultsets (distinct is currently passed to the new resultset, this is probably wrong)

14 years agoMerge 'get_inflated_columns_rt46953' into 'trunk'
Peter Rabbitson [Thu, 26 Nov 2009 15:43:21 +0000]
Merge 'get_inflated_columns_rt46953' into 'trunk'

r7971@Thesaurus (orig r7959):  ribasushi | 2009-11-26 14:54:17 +0100
New branch for get_inflated_column bugfix
r7974@Thesaurus (orig r7962):  ribasushi | 2009-11-26 15:56:20 +0100
Fix for rt46953
r7975@Thesaurus (orig r7963):  ribasushi | 2009-11-26 16:05:17 +0100
Make Test::More happy
r7976@Thesaurus (orig r7964):  ribasushi | 2009-11-26 16:43:09 +0100
Changes

14 years agoChanges
Peter Rabbitson [Thu, 26 Nov 2009 15:43:09 +0000]
Changes

14 years agoMake Test::More happy
Peter Rabbitson [Thu, 26 Nov 2009 15:05:17 +0000]
Make Test::More happy

14 years agoFix for rt46953
Peter Rabbitson [Thu, 26 Nov 2009 14:56:20 +0000]
Fix for rt46953

14 years agoMerge 'trunk' into 'get_inflated_columns_rt46953'
Peter Rabbitson [Thu, 26 Nov 2009 21:32:17 +0000]
Merge 'trunk' into 'get_inflated_columns_rt46953'

r7972@Thesaurus (orig r7960):  ribasushi | 2009-11-26 15:32:17 +0100
Whoops, wrong accessor (things still work though)

14 years agoWhoops, wrong accessor (things still work though)
Peter Rabbitson [Thu, 26 Nov 2009 14:32:17 +0000]
Whoops, wrong accessor (things still work though)

14 years agoAdd a no-accessor column to generally test handling
Peter Rabbitson [Thu, 26 Nov 2009 13:23:28 +0000]
Add a no-accessor column to generally test handling

14 years agoAnother count() quirk down
Peter Rabbitson [Thu, 26 Nov 2009 11:52:05 +0000]
Another count() quirk down

14 years agoSanify search_related chaining code (no functional changes)
Peter Rabbitson [Thu, 26 Nov 2009 11:11:21 +0000]
Sanify search_related chaining code (no functional changes)

14 years agocleanups
Peter Rabbitson [Thu, 26 Nov 2009 10:07:06 +0000]
cleanups

14 years agoLooks like we nailed a todo
Peter Rabbitson [Wed, 25 Nov 2009 23:24:23 +0000]
Looks like we nailed a todo

14 years agoTest and fix scalarref in an inflatable slot corner-case
Peter Rabbitson [Wed, 25 Nov 2009 23:19:21 +0000]
Test and fix scalarref in an inflatable slot corner-case

14 years agowtf
Peter Rabbitson [Wed, 25 Nov 2009 20:24:10 +0000]
wtf

14 years agoExtra sqla quoting test(2)
Peter Rabbitson [Tue, 24 Nov 2009 18:48:01 +0000]
Extra sqla quoting test(2)

14 years agoExtra sqla quoting test
Peter Rabbitson [Tue, 24 Nov 2009 18:43:42 +0000]
Extra sqla quoting test

14 years agoChanges and prevent a spurious todo-pass
Peter Rabbitson [Tue, 24 Nov 2009 09:39:52 +0000]
Changes and prevent a spurious todo-pass

14 years agoMerge 'void_populate_resultset_cond' into 'trunk'
Peter Rabbitson [Tue, 24 Nov 2009 09:12:49 +0000]
Merge 'void_populate_resultset_cond' into 'trunk'

r7749@Thesaurus (orig r7738):  norbi | 2009-09-28 22:01:39 +0200
Created branch 'void_populate_resultset_cond': Fixing a bug: $rs->populate in void context does not use the conditions from $rs.
r7751@Thesaurus (orig r7740):  norbi | 2009-09-28 23:26:06 +0200
 r7935@vger:  mendel | 2009-09-28 23:25:52 +0200
 Undid the previous tweaks to the already existing tests and added new tests instead.

r7928@Thesaurus (orig r7916):  ribasushi | 2009-11-16 08:48:42 +0100
Change plan
r7956@Thesaurus (orig r7944):  ribasushi | 2009-11-24 10:10:49 +0100
Better naming and a bit leaner implementation. Main idea remains the same

14 years agoBetter naming and a bit leaner implementation. Main idea remains the same
Peter Rabbitson [Tue, 24 Nov 2009 09:10:49 +0000]
Better naming and a bit leaner implementation. Main idea remains the same

14 years agoAdd missing Sub::Name invocations and improve the SQLA Carp overrides
Peter Rabbitson [Mon, 23 Nov 2009 15:30:13 +0000]
Add missing Sub::Name invocations and improve the SQLA Carp overrides

14 years agoMerge 'sybase_refactor' into 'trunk'
Rafael Kitover [Mon, 23 Nov 2009 12:23:14 +0000]
Merge 'sybase_refactor' into 'trunk'

r21187@hlagh (orig r7933):  ribasushi | 2009-11-22 18:38:34 -0500
New sybase refactor branch
r21188@hlagh (orig r7934):  ribasushi | 2009-11-22 19:06:48 -0500
refactor part1
r21192@hlagh (orig r7938):  ribasushi | 2009-11-22 19:30:05 -0500
refactor part 2
r21194@hlagh (orig r7940):  caelum | 2009-11-23 07:06:46 -0500
fix test

14 years agofix test
Rafael Kitover [Mon, 23 Nov 2009 12:06:46 +0000]
fix test

14 years agoadd subname to rdbms_specific_methods wrapper
Rafael Kitover [Mon, 23 Nov 2009 11:32:10 +0000]
add subname to rdbms_specific_methods wrapper

14 years agorefactor part 2
Peter Rabbitson [Mon, 23 Nov 2009 00:30:05 +0000]
refactor part 2

14 years agoMerge 'trunk' into 'sybase_refactor'
Peter Rabbitson [Mon, 23 Nov 2009 00:29:04 +0000]
Merge 'trunk' into 'sybase_refactor'

r7947@Thesaurus (orig r7935):  ribasushi | 2009-11-23 01:18:28 +0100
Whoops
r7948@Thesaurus (orig r7936):  ribasushi | 2009-11-23 01:28:50 +0100
Fix ::Versioned regression introduced in r7925

14 years agoFix ::Versioned regression introduced in r7925
Peter Rabbitson [Mon, 23 Nov 2009 00:28:50 +0000]
Fix ::Versioned regression introduced in r7925

14 years agoWhoops
Peter Rabbitson [Mon, 23 Nov 2009 00:18:28 +0000]
Whoops

14 years agorefactor part1
Peter Rabbitson [Mon, 23 Nov 2009 00:06:48 +0000]
refactor part1

14 years agooverride _run_connection_actions for internal connection setup in sybase stuff, much...
Rafael Kitover [Sun, 22 Nov 2009 12:27:43 +0000]
override _run_connection_actions for internal connection setup in sybase stuff, much cleaner this way

14 years agofix connection setup for Sybase
Rafael Kitover [Sun, 22 Nov 2009 10:03:33 +0000]
fix connection setup for Sybase

14 years agoPOD fixes
Peter Rabbitson [Thu, 19 Nov 2009 11:06:13 +0000]
POD fixes

14 years agoBail out eary in Versioned if no versioning checks are requested
Peter Rabbitson [Thu, 19 Nov 2009 11:04:21 +0000]
Bail out eary in Versioned if no versioning checks are requested

14 years agoMerge 'trunk' into 'void_populate_resultset_cond'
Peter Rabbitson [Tue, 17 Nov 2009 23:42:13 +0000]
Merge 'trunk' into 'void_populate_resultset_cond'

r7765@Thesaurus (orig r7753):  ribasushi | 2009-10-03 15:49:14 +0200
Test reorg (no changes)
r7766@Thesaurus (orig r7754):  ribasushi | 2009-10-03 15:55:25 +0200
Add failing tests for RT#50003
r7767@Thesaurus (orig r7755):  caelum | 2009-10-03 16:09:45 +0200
fix on_connect_ with coderef connect_info
r7771@Thesaurus (orig r7759):  ribasushi | 2009-10-04 13:17:53 +0200
Fix AutoCast's POD
r7782@Thesaurus (orig r7770):  ribasushi | 2009-10-09 06:57:20 +0200
 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

r7785@Thesaurus (orig r7773):  ribasushi | 2009-10-09 11:00:36 +0200
Ugh CRLF
r7786@Thesaurus (orig r7774):  ribasushi | 2009-10-09 11:04:35 +0200
Skip versioning test on really old perls lacking Time::HiRes
r7787@Thesaurus (orig r7775):  ribasushi | 2009-10-09 11:04:50 +0200
Changes
r7788@Thesaurus (orig r7776):  triode | 2009-10-09 22:32:04 +0200
added troubleshooting case of excessive memory allocation involving TEXT/BLOB/etc
columns and large LongReadLen

r7789@Thesaurus (orig r7777):  triode | 2009-10-09 22:44:21 +0200
added my name to contributors list

r7790@Thesaurus (orig r7778):  ribasushi | 2009-10-10 18:49:15 +0200
Whoops, this isn't right
r7791@Thesaurus (orig r7779):  ribasushi | 2009-10-11 15:44:18 +0200
More ordered fixes
r7793@Thesaurus (orig r7781):  norbi | 2009-10-13 11:27:18 +0200
 r7982@vger:  mendel | 2009-10-13 11:26:11 +0200
 Fixed a typo and a POD error.

r7805@Thesaurus (orig r7793):  ribasushi | 2009-10-16 14:28:35 +0200
Fix test to stop failing when DT-support is not present
r7811@Thesaurus (orig r7799):  caelum | 2009-10-18 11:13:29 +0200
 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

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
r7855@Thesaurus (orig r7843):  ribasushi | 2009-11-04 10:55:51 +0100
 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

r7858@Thesaurus (orig r7846):  caelum | 2009-11-06 16:01:30 +0100
transactions for MSSQL over DBD::Sybase
r7861@Thesaurus (orig r7849):  caelum | 2009-11-10 13:16:18 +0100
made commit/rollback when disconnected an exception
r7862@Thesaurus (orig r7850):  robkinyon | 2009-11-10 17:19:57 +0100
Added a note about select
r7863@Thesaurus (orig r7851):  ribasushi | 2009-11-10 18:23:10 +0100
Changes
r7867@Thesaurus (orig r7855):  frew | 2009-11-11 21:56:37 +0100
RT50874
r7868@Thesaurus (orig r7856):  frew | 2009-11-11 23:50:43 +0100
RT50828
r7869@Thesaurus (orig r7857):  frew | 2009-11-11 23:54:15 +0100
clearer test message
r7870@Thesaurus (orig r7858):  frew | 2009-11-12 00:37:27 +0100
some cleanup for $rs->populate
r7872@Thesaurus (orig r7860):  ribasushi | 2009-11-12 01:35:36 +0100
Fix find on resultset with custom result_class
r7873@Thesaurus (orig r7861):  ribasushi | 2009-11-12 01:40:14 +0100
Fix return value of in_storage
r7874@Thesaurus (orig r7862):  ribasushi | 2009-11-12 01:43:48 +0100
Extra FAQ entry
r7875@Thesaurus (orig r7863):  ribasushi | 2009-11-12 02:11:25 +0100
Sanify _determine_driver handling in ::Storage::DBI
r7876@Thesaurus (orig r7864):  ribasushi | 2009-11-12 02:14:37 +0100
Add mysql determine_driver test by Pedro Melo
r7881@Thesaurus (orig r7869):  ribasushi | 2009-11-12 11:10:04 +0100
_cond_for_update_delete is hopelessly broken attempting to introspect SQLA1. Replace with a horrific but effective hack
r7882@Thesaurus (orig r7870):  ribasushi | 2009-11-12 11:15:12 +0100
Clarifying comment
r7884@Thesaurus (orig r7872):  ribasushi | 2009-11-13 00:13:40 +0100
The real fix for the non-introspectable condition bug, mst++
r7885@Thesaurus (orig r7873):  ribasushi | 2009-11-13 00:24:56 +0100
Some cleanup
r7887@Thesaurus (orig r7875):  frew | 2009-11-13 10:01:37 +0100
fix subtle bug with Sybase database type determination
r7892@Thesaurus (orig r7880):  frew | 2009-11-14 00:53:29 +0100
release woo!
r7894@Thesaurus (orig r7882):  caelum | 2009-11-14 03:57:52 +0100
fix oracle dep in Makefile.PL
r7895@Thesaurus (orig r7883):  caelum | 2009-11-14 04:20:53 +0100
skip Oracle BLOB tests on DBD::Oracle == 1.23
r7897@Thesaurus (orig r7885):  caelum | 2009-11-14 09:40:01 +0100
 r7357@pentium (orig r7355):  caelum | 2009-08-20 17:58:23 -0400
 branch to support MSSQL over ADO
 r7358@pentium (orig r7356):  caelum | 2009-08-21 00:32:14 -0400
 something apparently working
 r7359@pentium (orig r7357):  caelum | 2009-08-21 00:53:53 -0400
 slightly better mars test, still passes

r7899@Thesaurus (orig r7887):  caelum | 2009-11-14 09:41:54 +0100
 r7888@pentium (orig r7886):  caelum | 2009-11-14 03:41:25 -0500
 add TODO test for large column list in select

r7901@Thesaurus (orig r7889):  caelum | 2009-11-14 09:47:16 +0100
add ADO/MSSQL to Changes
r7902@Thesaurus (orig r7890):  caelum | 2009-11-14 10:27:29 +0100
fix the large column list test for ADO/MSSQL, now passes
r7904@Thesaurus (orig r7892):  caelum | 2009-11-14 12:20:58 +0100
fix Changes (ADO change in wrong release)
r7905@Thesaurus (orig r7893):  ribasushi | 2009-11-14 19:23:23 +0100
Release 0.08114
r7907@Thesaurus (orig r7895):  ribasushi | 2009-11-15 12:09:17 +0100
Failing test to highlight mssql autoconnect regression
r7908@Thesaurus (orig r7896):  ribasushi | 2009-11-15 12:20:25 +0100
Fix plan
r7913@Thesaurus (orig r7901):  ribasushi | 2009-11-15 13:11:38 +0100
 r7773@Thesaurus (orig r7761):  norbi | 2009-10-05 14:49:06 +0200
 Created branch 'prefetch_bug-unqualified_column_in_search_related_cond': A bug that manifests when a prefetched table's column is referenced without the table name in the condition of a search_related() on an M:N relationship.
 r7878@Thesaurus (orig r7866):  ribasushi | 2009-11-12 02:36:08 +0100
 Factor some code out
 r7879@Thesaurus (orig r7867):  ribasushi | 2009-11-12 09:11:03 +0100
 Factor out more stuff
 r7880@Thesaurus (orig r7868):  ribasushi | 2009-11-12 09:21:04 +0100
 Saner naming/comments
 r7910@Thesaurus (orig r7898):  ribasushi | 2009-11-15 12:39:29 +0100
 Move more code to DBIHacks, put back the update/delete rs check, just in case
 r7911@Thesaurus (orig r7899):  ribasushi | 2009-11-15 13:01:34 +0100
 TODOify test until we get an AST
 r7912@Thesaurus (orig r7900):  ribasushi | 2009-11-15 13:10:15 +0100
 Hide from pause

r7921@Thesaurus (orig r7909):  ribasushi | 2009-11-15 14:17:48 +0100
 r7871@Thesaurus (orig r7859):  ribasushi | 2009-11-12 00:46:07 +0100
 Branches to test some ideas
 r7889@Thesaurus (orig r7877):  abraxxa | 2009-11-13 12:05:50 +0100
 added rels to view result classes in test schema

 r7890@Thesaurus (orig r7878):  abraxxa | 2009-11-13 13:05:45 +0100
 seems I found the bugger

 r7917@Thesaurus (orig r7905):  ribasushi | 2009-11-15 13:29:23 +0100
 FK constraints towards a view don't quite work
 r7918@Thesaurus (orig r7906):  ribasushi | 2009-11-15 14:10:10 +0100
 Turn into a straight-inheritance view class
 r7919@Thesaurus (orig r7907):  ribasushi | 2009-11-15 14:11:03 +0100
 Extensive test of virtual and classic view relationships
 r7920@Thesaurus (orig r7908):  ribasushi | 2009-11-15 14:17:23 +0100
 Fix non-sqlt schema file

r7923@Thesaurus (orig r7911):  caelum | 2009-11-15 18:31:37 +0100
fix MSSQL via DBD::Sybase regression
r7930@Thesaurus (orig r7918):  ribasushi | 2009-11-16 19:15:45 +0100
 r7864@Thesaurus (orig r7852):  edenc | 2009-11-10 20:15:15 +0100
 branching for fixes related to prefetch, distinct and group by
 r7865@Thesaurus (orig r7853):  edenc | 2009-11-10 20:21:38 +0100
 added test case for ensuring a column mentioned in the order by clause is also included in the group by clause
 r7926@Thesaurus (orig r7914):  ribasushi | 2009-11-16 08:09:30 +0100
 Make _resolve_column_info function without supplying column names
 r7927@Thesaurus (orig r7915):  ribasushi | 2009-11-16 08:11:17 +0100
 Fix order_by/distinct bug

14 years agoMerge 'prefetch-group_by' into 'trunk'
Peter Rabbitson [Mon, 16 Nov 2009 18:15:45 +0000]
Merge 'prefetch-group_by' into 'trunk'

14 years agoChange plan
Peter Rabbitson [Mon, 16 Nov 2009 07:48:42 +0000]
Change plan

14 years agoFix order_by/distinct bug
Peter Rabbitson [Mon, 16 Nov 2009 07:11:17 +0000]
Fix order_by/distinct bug

14 years agoMake _resolve_column_info function without supplying column names
Peter Rabbitson [Mon, 16 Nov 2009 07:09:30 +0000]
Make _resolve_column_info function without supplying column names

14 years agofix MSSQL via DBD::Sybase regression
Rafael Kitover [Sun, 15 Nov 2009 17:31:37 +0000]
fix MSSQL via DBD::Sybase regression

14 years agoMerge 'view_rels' into 'trunk'
Peter Rabbitson [Sun, 15 Nov 2009 13:17:48 +0000]
Merge 'view_rels' into 'trunk'

r7871@Thesaurus (orig r7859):  ribasushi | 2009-11-12 00:46:07 +0100
Branches to test some ideas
r7889@Thesaurus (orig r7877):  abraxxa | 2009-11-13 12:05:50 +0100
added rels to view result classes in test schema

r7890@Thesaurus (orig r7878):  abraxxa | 2009-11-13 13:05:45 +0100
seems I found the bugger

r7917@Thesaurus (orig r7905):  ribasushi | 2009-11-15 13:29:23 +0100
FK constraints towards a view don't quite work
r7918@Thesaurus (orig r7906):  ribasushi | 2009-11-15 14:10:10 +0100
Turn into a straight-inheritance view class
r7919@Thesaurus (orig r7907):  ribasushi | 2009-11-15 14:11:03 +0100
Extensive test of virtual and classic view relationships
r7920@Thesaurus (orig r7908):  ribasushi | 2009-11-15 14:17:23 +0100
Fix non-sqlt schema file

14 years agoFix non-sqlt schema file
Peter Rabbitson [Sun, 15 Nov 2009 13:17:23 +0000]
Fix non-sqlt schema file

14 years agoExtensive test of virtual and classic view relationships
Peter Rabbitson [Sun, 15 Nov 2009 13:11:03 +0000]
Extensive test of virtual and classic view relationships

14 years agoTurn into a straight-inheritance view class
Peter Rabbitson [Sun, 15 Nov 2009 13:10:10 +0000]
Turn into a straight-inheritance view class

14 years agoFK constraints towards a view don't quite work
Peter Rabbitson [Sun, 15 Nov 2009 12:29:23 +0000]
FK constraints towards a view don't quite work

14 years agoMerge 'trunk' into 'view_rels'
Peter Rabbitson [Sun, 15 Nov 2009 12:26:23 +0000]
Merge 'trunk' into 'view_rels'

r7892@Thesaurus (orig r7880):  frew | 2009-11-14 00:53:29 +0100
release woo!
r7894@Thesaurus (orig r7882):  caelum | 2009-11-14 03:57:52 +0100
fix oracle dep in Makefile.PL
r7895@Thesaurus (orig r7883):  caelum | 2009-11-14 04:20:53 +0100
skip Oracle BLOB tests on DBD::Oracle == 1.23
r7897@Thesaurus (orig r7885):  caelum | 2009-11-14 09:40:01 +0100
 r7357@pentium (orig r7355):  caelum | 2009-08-20 17:58:23 -0400
 branch to support MSSQL over ADO
 r7358@pentium (orig r7356):  caelum | 2009-08-21 00:32:14 -0400
 something apparently working
 r7359@pentium (orig r7357):  caelum | 2009-08-21 00:53:53 -0400
 slightly better mars test, still passes

r7899@Thesaurus (orig r7887):  caelum | 2009-11-14 09:41:54 +0100
 r7888@pentium (orig r7886):  caelum | 2009-11-14 03:41:25 -0500
 add TODO test for large column list in select

r7901@Thesaurus (orig r7889):  caelum | 2009-11-14 09:47:16 +0100
add ADO/MSSQL to Changes
r7902@Thesaurus (orig r7890):  caelum | 2009-11-14 10:27:29 +0100
fix the large column list test for ADO/MSSQL, now passes
r7904@Thesaurus (orig r7892):  caelum | 2009-11-14 12:20:58 +0100
fix Changes (ADO change in wrong release)
r7905@Thesaurus (orig r7893):  ribasushi | 2009-11-14 19:23:23 +0100
Release 0.08114
r7907@Thesaurus (orig r7895):  ribasushi | 2009-11-15 12:09:17 +0100
Failing test to highlight mssql autoconnect regression
r7908@Thesaurus (orig r7896):  ribasushi | 2009-11-15 12:20:25 +0100
Fix plan
r7913@Thesaurus (orig r7901):  ribasushi | 2009-11-15 13:11:38 +0100
 r7773@Thesaurus (orig r7761):  norbi | 2009-10-05 14:49:06 +0200
 Created branch 'prefetch_bug-unqualified_column_in_search_related_cond': A bug that manifests when a prefetched table's column is referenced without the table name in the condition of a search_related() on an M:N relationship.
 r7878@Thesaurus (orig r7866):  ribasushi | 2009-11-12 02:36:08 +0100
 Factor some code out
 r7879@Thesaurus (orig r7867):  ribasushi | 2009-11-12 09:11:03 +0100
 Factor out more stuff
 r7880@Thesaurus (orig r7868):  ribasushi | 2009-11-12 09:21:04 +0100
 Saner naming/comments
 r7910@Thesaurus (orig r7898):  ribasushi | 2009-11-15 12:39:29 +0100
 Move more code to DBIHacks, put back the update/delete rs check, just in case
 r7911@Thesaurus (orig r7899):  ribasushi | 2009-11-15 13:01:34 +0100
 TODOify test until we get an AST
 r7912@Thesaurus (orig r7900):  ribasushi | 2009-11-15 13:10:15 +0100
 Hide from pause

14 years agoMerge 'trunk' into 'prefetch-group_by'
Peter Rabbitson [Sun, 15 Nov 2009 12:13:42 +0000]
Merge 'trunk' into 'prefetch-group_by'

r7858@Thesaurus (orig r7846):  caelum | 2009-11-06 16:01:30 +0100
transactions for MSSQL over DBD::Sybase
r7861@Thesaurus (orig r7849):  caelum | 2009-11-10 13:16:18 +0100
made commit/rollback when disconnected an exception
r7862@Thesaurus (orig r7850):  robkinyon | 2009-11-10 17:19:57 +0100
Added a note about select
r7863@Thesaurus (orig r7851):  ribasushi | 2009-11-10 18:23:10 +0100
Changes
r7867@Thesaurus (orig r7855):  frew | 2009-11-11 21:56:37 +0100
RT50874
r7868@Thesaurus (orig r7856):  frew | 2009-11-11 23:50:43 +0100
RT50828
r7869@Thesaurus (orig r7857):  frew | 2009-11-11 23:54:15 +0100
clearer test message
r7870@Thesaurus (orig r7858):  frew | 2009-11-12 00:37:27 +0100
some cleanup for $rs->populate
r7872@Thesaurus (orig r7860):  ribasushi | 2009-11-12 01:35:36 +0100
Fix find on resultset with custom result_class
r7873@Thesaurus (orig r7861):  ribasushi | 2009-11-12 01:40:14 +0100
Fix return value of in_storage
r7874@Thesaurus (orig r7862):  ribasushi | 2009-11-12 01:43:48 +0100
Extra FAQ entry
r7875@Thesaurus (orig r7863):  ribasushi | 2009-11-12 02:11:25 +0100
Sanify _determine_driver handling in ::Storage::DBI
r7876@Thesaurus (orig r7864):  ribasushi | 2009-11-12 02:14:37 +0100
Add mysql determine_driver test by Pedro Melo
r7881@Thesaurus (orig r7869):  ribasushi | 2009-11-12 11:10:04 +0100
_cond_for_update_delete is hopelessly broken attempting to introspect SQLA1. Replace with a horrific but effective hack
r7882@Thesaurus (orig r7870):  ribasushi | 2009-11-12 11:15:12 +0100
Clarifying comment
r7884@Thesaurus (orig r7872):  ribasushi | 2009-11-13 00:13:40 +0100
The real fix for the non-introspectable condition bug, mst++
r7885@Thesaurus (orig r7873):  ribasushi | 2009-11-13 00:24:56 +0100
Some cleanup
r7887@Thesaurus (orig r7875):  frew | 2009-11-13 10:01:37 +0100
fix subtle bug with Sybase database type determination
r7892@Thesaurus (orig r7880):  frew | 2009-11-14 00:53:29 +0100
release woo!
r7894@Thesaurus (orig r7882):  caelum | 2009-11-14 03:57:52 +0100
fix oracle dep in Makefile.PL
r7895@Thesaurus (orig r7883):  caelum | 2009-11-14 04:20:53 +0100
skip Oracle BLOB tests on DBD::Oracle == 1.23
r7897@Thesaurus (orig r7885):  caelum | 2009-11-14 09:40:01 +0100
 r7357@pentium (orig r7355):  caelum | 2009-08-20 17:58:23 -0400
 branch to support MSSQL over ADO
 r7358@pentium (orig r7356):  caelum | 2009-08-21 00:32:14 -0400
 something apparently working
 r7359@pentium (orig r7357):  caelum | 2009-08-21 00:53:53 -0400
 slightly better mars test, still passes

r7899@Thesaurus (orig r7887):  caelum | 2009-11-14 09:41:54 +0100
 r7888@pentium (orig r7886):  caelum | 2009-11-14 03:41:25 -0500
 add TODO test for large column list in select

r7901@Thesaurus (orig r7889):  caelum | 2009-11-14 09:47:16 +0100
add ADO/MSSQL to Changes
r7902@Thesaurus (orig r7890):  caelum | 2009-11-14 10:27:29 +0100
fix the large column list test for ADO/MSSQL, now passes
r7904@Thesaurus (orig r7892):  caelum | 2009-11-14 12:20:58 +0100
fix Changes (ADO change in wrong release)
r7905@Thesaurus (orig r7893):  ribasushi | 2009-11-14 19:23:23 +0100
Release 0.08114
r7907@Thesaurus (orig r7895):  ribasushi | 2009-11-15 12:09:17 +0100
Failing test to highlight mssql autoconnect regression
r7908@Thesaurus (orig r7896):  ribasushi | 2009-11-15 12:20:25 +0100
Fix plan
r7913@Thesaurus (orig r7901):  ribasushi | 2009-11-15 13:11:38 +0100
 r7773@Thesaurus (orig r7761):  norbi | 2009-10-05 14:49:06 +0200
 Created branch 'prefetch_bug-unqualified_column_in_search_related_cond': A bug that manifests when a prefetched table's column is referenced without the table name in the condition of a search_related() on an M:N relationship.
 r7878@Thesaurus (orig r7866):  ribasushi | 2009-11-12 02:36:08 +0100
 Factor some code out
 r7879@Thesaurus (orig r7867):  ribasushi | 2009-11-12 09:11:03 +0100
 Factor out more stuff
 r7880@Thesaurus (orig r7868):  ribasushi | 2009-11-12 09:21:04 +0100
 Saner naming/comments
 r7910@Thesaurus (orig r7898):  ribasushi | 2009-11-15 12:39:29 +0100
 Move more code to DBIHacks, put back the update/delete rs check, just in case
 r7911@Thesaurus (orig r7899):  ribasushi | 2009-11-15 13:01:34 +0100
 TODOify test until we get an AST
 r7912@Thesaurus (orig r7900):  ribasushi | 2009-11-15 13:10:15 +0100
 Hide from pause

14 years agoMerge 'prefetch_bug-unqualified_column_in_search_related_cond' into 'trunk'
Peter Rabbitson [Sun, 15 Nov 2009 12:11:38 +0000]
Merge 'prefetch_bug-unqualified_column_in_search_related_cond' into 'trunk'

r7773@Thesaurus (orig r7761):  norbi | 2009-10-05 14:49:06 +0200
Created branch 'prefetch_bug-unqualified_column_in_search_related_cond': A bug that manifests when a prefetched table's column is referenced without the table name in the condition of a search_related() on an M:N relationship.
r7878@Thesaurus (orig r7866):  ribasushi | 2009-11-12 02:36:08 +0100
Factor some code out
r7879@Thesaurus (orig r7867):  ribasushi | 2009-11-12 09:11:03 +0100
Factor out more stuff
r7880@Thesaurus (orig r7868):  ribasushi | 2009-11-12 09:21:04 +0100
Saner naming/comments
r7910@Thesaurus (orig r7898):  ribasushi | 2009-11-15 12:39:29 +0100
Move more code to DBIHacks, put back the update/delete rs check, just in case
r7911@Thesaurus (orig r7899):  ribasushi | 2009-11-15 13:01:34 +0100
TODOify test until we get an AST
r7912@Thesaurus (orig r7900):  ribasushi | 2009-11-15 13:10:15 +0100
Hide from pause

14 years agoHide from pause
Peter Rabbitson [Sun, 15 Nov 2009 12:10:15 +0000]
Hide from pause

14 years agoTODOify test until we get an AST
Peter Rabbitson [Sun, 15 Nov 2009 12:01:34 +0000]
TODOify test until we get an AST

14 years agoMove more code to DBIHacks, put back the update/delete rs check, just in case
Peter Rabbitson [Sun, 15 Nov 2009 11:39:29 +0000]
Move more code to DBIHacks, put back the update/delete rs check, just in case

14 years agoMerge 'trunk' into 'prefetch_bug-unqualified_column_in_search_related_cond'
Peter Rabbitson [Sun, 15 Nov 2009 11:24:43 +0000]
Merge 'trunk' into 'prefetch_bug-unqualified_column_in_search_related_cond'

r7892@Thesaurus (orig r7880):  frew | 2009-11-14 00:53:29 +0100
release woo!
r7894@Thesaurus (orig r7882):  caelum | 2009-11-14 03:57:52 +0100
fix oracle dep in Makefile.PL
r7895@Thesaurus (orig r7883):  caelum | 2009-11-14 04:20:53 +0100
skip Oracle BLOB tests on DBD::Oracle == 1.23
r7897@Thesaurus (orig r7885):  caelum | 2009-11-14 09:40:01 +0100
 r7357@pentium (orig r7355):  caelum | 2009-08-20 17:58:23 -0400
 branch to support MSSQL over ADO
 r7358@pentium (orig r7356):  caelum | 2009-08-21 00:32:14 -0400
 something apparently working
 r7359@pentium (orig r7357):  caelum | 2009-08-21 00:53:53 -0400
 slightly better mars test, still passes

r7899@Thesaurus (orig r7887):  caelum | 2009-11-14 09:41:54 +0100
 r7888@pentium (orig r7886):  caelum | 2009-11-14 03:41:25 -0500
 add TODO test for large column list in select

r7901@Thesaurus (orig r7889):  caelum | 2009-11-14 09:47:16 +0100
add ADO/MSSQL to Changes
r7902@Thesaurus (orig r7890):  caelum | 2009-11-14 10:27:29 +0100
fix the large column list test for ADO/MSSQL, now passes
r7904@Thesaurus (orig r7892):  caelum | 2009-11-14 12:20:58 +0100
fix Changes (ADO change in wrong release)
r7905@Thesaurus (orig r7893):  ribasushi | 2009-11-14 19:23:23 +0100
Release 0.08114
r7907@Thesaurus (orig r7895):  ribasushi | 2009-11-15 12:09:17 +0100
Failing test to highlight mssql autoconnect regression
r7908@Thesaurus (orig r7896):  ribasushi | 2009-11-15 12:20:25 +0100
Fix plan

14 years agoFix plan
Peter Rabbitson [Sun, 15 Nov 2009 11:20:25 +0000]
Fix plan

14 years agoFailing test to highlight mssql autoconnect regression
Peter Rabbitson [Sun, 15 Nov 2009 11:09:17 +0000]
Failing test to highlight mssql autoconnect regression

14 years agoRelease 0.08114 v0.08114
Peter Rabbitson [Sat, 14 Nov 2009 18:23:23 +0000]
Release 0.08114

14 years agofix Changes (ADO change in wrong release)
Rafael Kitover [Sat, 14 Nov 2009 11:20:58 +0000]
fix Changes (ADO change in wrong release)

14 years agofix the large column list test for ADO/MSSQL, now passes
Rafael Kitover [Sat, 14 Nov 2009 09:27:29 +0000]
fix the large column list test for ADO/MSSQL, now passes

14 years agoadd ADO/MSSQL to Changes
Rafael Kitover [Sat, 14 Nov 2009 08:47:16 +0000]
add ADO/MSSQL to Changes

14 years agoMerge 'ado_mssql' into 'trunk'
Rafael Kitover [Sat, 14 Nov 2009 09:41:25 +0000]
Merge 'ado_mssql' into 'trunk'

14 years agoadd TODO test for large column list in select
Rafael Kitover [Sat, 14 Nov 2009 08:41:25 +0000]
add TODO test for large column list in select

14 years agoMerge 'trunk' into 'ado_mssql'
Rafael Kitover [Sat, 14 Nov 2009 03:34:56 +0000]
Merge 'trunk' into 'ado_mssql'

r7884@pentium (orig r7882):  caelum | 2009-11-13 21:57:52 -0500
fix oracle dep in Makefile.PL
r7885@pentium (orig r7883):  caelum | 2009-11-13 22:20:53 -0500
skip Oracle BLOB tests on DBD::Oracle == 1.23

14 years agoskip Oracle BLOB tests on DBD::Oracle == 1.23
Rafael Kitover [Sat, 14 Nov 2009 03:20:53 +0000]
skip Oracle BLOB tests on DBD::Oracle == 1.23

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 agoMerge 'trunk' into 'ado_mssql'
Rafael Kitover [Sat, 14 Nov 2009 02:29:09 +0000]
Merge 'trunk' into 'ado_mssql'

r7795@pentium (orig r7793):  ribasushi | 2009-10-16 08:28:35 -0400
Fix test to stop failing when DT-support is not present
r7801@pentium (orig r7799):  caelum | 2009-10-18 05:13:29 -0400
 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

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

r7848@pentium (orig r7846):  caelum | 2009-11-06 10:01:30 -0500
transactions for MSSQL over DBD::Sybase
r7851@pentium (orig r7849):  caelum | 2009-11-10 07:16:18 -0500
made commit/rollback when disconnected an exception
r7852@pentium (orig r7850):  robkinyon | 2009-11-10 11:19:57 -0500
Added a note about select
r7853@pentium (orig r7851):  ribasushi | 2009-11-10 12:23:10 -0500
Changes
r7857@pentium (orig r7855):  frew | 2009-11-11 15:56:37 -0500
RT50874
r7858@pentium (orig r7856):  frew | 2009-11-11 17:50:43 -0500
RT50828
r7859@pentium (orig r7857):  frew | 2009-11-11 17:54:15 -0500
clearer test message
r7860@pentium (orig r7858):  frew | 2009-11-11 18:37:27 -0500
some cleanup for $rs->populate
r7862@pentium (orig r7860):  ribasushi | 2009-11-11 19:35:36 -0500
Fix find on resultset with custom result_class
r7863@pentium (orig r7861):  ribasushi | 2009-11-11 19:40:14 -0500
Fix return value of in_storage
r7864@pentium (orig r7862):  ribasushi | 2009-11-11 19:43:48 -0500
Extra FAQ entry
r7865@pentium (orig r7863):  ribasushi | 2009-11-11 20:11:25 -0500
Sanify _determine_driver handling in ::Storage::DBI
r7866@pentium (orig r7864):  ribasushi | 2009-11-11 20:14:37 -0500
Add mysql determine_driver test by Pedro Melo
r7871@pentium (orig r7869):  ribasushi | 2009-11-12 05:10:04 -0500
_cond_for_update_delete is hopelessly broken attempting to introspect SQLA1. Replace with a horrific but effective hack
r7872@pentium (orig r7870):  ribasushi | 2009-11-12 05:15:12 -0500
Clarifying comment
r7874@pentium (orig r7872):  ribasushi | 2009-11-12 18:13:40 -0500
The real fix for the non-introspectable condition bug, mst++
r7875@pentium (orig r7873):  ribasushi | 2009-11-12 18:24:56 -0500
Some cleanup
r7877@pentium (orig r7875):  frew | 2009-11-13 04:01:37 -0500
fix subtle bug with Sybase database type determination
r7882@pentium (orig r7880):  frew | 2009-11-13 18:53:29 -0500
release woo!

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

14 years agoMerge 'trunk' into 'view_rels'
Peter Rabbitson [Fri, 13 Nov 2009 12:17:57 +0000]
Merge 'trunk' into 'view_rels'

r7872@Thesaurus (orig r7860):  ribasushi | 2009-11-12 01:35:36 +0100
Fix find on resultset with custom result_class
r7873@Thesaurus (orig r7861):  ribasushi | 2009-11-12 01:40:14 +0100
Fix return value of in_storage
r7874@Thesaurus (orig r7862):  ribasushi | 2009-11-12 01:43:48 +0100
Extra FAQ entry
r7875@Thesaurus (orig r7863):  ribasushi | 2009-11-12 02:11:25 +0100
Sanify _determine_driver handling in ::Storage::DBI
r7876@Thesaurus (orig r7864):  ribasushi | 2009-11-12 02:14:37 +0100
Add mysql determine_driver test by Pedro Melo
r7881@Thesaurus (orig r7869):  ribasushi | 2009-11-12 11:10:04 +0100
_cond_for_update_delete is hopelessly broken attempting to introspect SQLA1. Replace with a horrific but effective hack
r7882@Thesaurus (orig r7870):  ribasushi | 2009-11-12 11:15:12 +0100
Clarifying comment
r7884@Thesaurus (orig r7872):  ribasushi | 2009-11-13 00:13:40 +0100
The real fix for the non-introspectable condition bug, mst++
r7885@Thesaurus (orig r7873):  ribasushi | 2009-11-13 00:24:56 +0100
Some cleanup
r7887@Thesaurus (orig r7875):  frew | 2009-11-13 10:01:37 +0100
fix subtle bug with Sybase database type determination

14 years agoseems I found the bugger
Alexander Hartmaier [Fri, 13 Nov 2009 12:05:45 +0000]
seems I found the bugger

14 years agoadded rels to view result classes in test schema
Alexander Hartmaier [Fri, 13 Nov 2009 11:05:50 +0000]
added rels to view result classes in test schema

14 years agoMerge 'trunk' into 'prefetch_bug-unqualified_column_in_search_related_cond'
Peter Rabbitson [Fri, 13 Nov 2009 09:39:55 +0000]
Merge 'trunk' into 'prefetch_bug-unqualified_column_in_search_related_cond'

r7884@Thesaurus (orig r7872):  ribasushi | 2009-11-13 00:13:40 +0100
The real fix for the non-introspectable condition bug, mst++
r7885@Thesaurus (orig r7873):  ribasushi | 2009-11-13 00:24:56 +0100
Some cleanup
r7887@Thesaurus (orig r7875):  frew | 2009-11-13 10:01:37 +0100
fix subtle bug with Sybase database type determination

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 agoMerge 'trunk' into 'prefetch_bug-unqualified_column_in_search_related_cond'
Peter Rabbitson [Thu, 12 Nov 2009 11:07:38 +0000]
Merge 'trunk' into 'prefetch_bug-unqualified_column_in_search_related_cond'

r7881@Thesaurus (orig r7869):  ribasushi | 2009-11-12 11:10:04 +0100
_cond_for_update_delete is hopelessly broken attempting to introspect SQLA1. Replace with a horrific but effective hack
r7882@Thesaurus (orig r7870):  ribasushi | 2009-11-12 11:15:12 +0100
Clarifying comment

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 agoSaner naming/comments
Peter Rabbitson [Thu, 12 Nov 2009 08:21:04 +0000]
Saner naming/comments

14 years agoFactor out more stuff
Peter Rabbitson [Thu, 12 Nov 2009 08:11:03 +0000]
Factor out more stuff

14 years agoFactor some code out
Peter Rabbitson [Thu, 12 Nov 2009 01:36:08 +0000]
Factor some code out

14 years agoMerge 'trunk' into 'prefetch_bug-unqualified_column_in_search_related_cond'
Peter Rabbitson [Thu, 12 Nov 2009 01:24:44 +0000]
Merge 'trunk' into 'prefetch_bug-unqualified_column_in_search_related_cond'

r7765@Thesaurus (orig r7753):  ribasushi | 2009-10-03 15:49:14 +0200
Test reorg (no changes)
r7766@Thesaurus (orig r7754):  ribasushi | 2009-10-03 15:55:25 +0200
Add failing tests for RT#50003
r7767@Thesaurus (orig r7755):  caelum | 2009-10-03 16:09:45 +0200
fix on_connect_ with coderef connect_info
r7771@Thesaurus (orig r7759):  ribasushi | 2009-10-04 13:17:53 +0200
Fix AutoCast's POD
r7782@Thesaurus (orig r7770):  ribasushi | 2009-10-09 06:57:20 +0200
 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

r7785@Thesaurus (orig r7773):  ribasushi | 2009-10-09 11:00:36 +0200
Ugh CRLF
r7786@Thesaurus (orig r7774):  ribasushi | 2009-10-09 11:04:35 +0200
Skip versioning test on really old perls lacking Time::HiRes
r7787@Thesaurus (orig r7775):  ribasushi | 2009-10-09 11:04:50 +0200
Changes
r7788@Thesaurus (orig r7776):  triode | 2009-10-09 22:32:04 +0200
added troubleshooting case of excessive memory allocation involving TEXT/BLOB/etc
columns and large LongReadLen

r7789@Thesaurus (orig r7777):  triode | 2009-10-09 22:44:21 +0200
added my name to contributors list

r7790@Thesaurus (orig r7778):  ribasushi | 2009-10-10 18:49:15 +0200
Whoops, this isn't right
r7791@Thesaurus (orig r7779):  ribasushi | 2009-10-11 15:44:18 +0200
More ordered fixes
r7793@Thesaurus (orig r7781):  norbi | 2009-10-13 11:27:18 +0200
 r7982@vger:  mendel | 2009-10-13 11:26:11 +0200
 Fixed a typo and a POD error.

r7805@Thesaurus (orig r7793):  ribasushi | 2009-10-16 14:28:35 +0200
Fix test to stop failing when DT-support is not present
r7811@Thesaurus (orig r7799):  caelum | 2009-10-18 11:13:29 +0200
 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

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
r7855@Thesaurus (orig r7843):  ribasushi | 2009-11-04 10:55:51 +0100
 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

r7858@Thesaurus (orig r7846):  caelum | 2009-11-06 16:01:30 +0100
transactions for MSSQL over DBD::Sybase
r7861@Thesaurus (orig r7849):  caelum | 2009-11-10 13:16:18 +0100
made commit/rollback when disconnected an exception
r7862@Thesaurus (orig r7850):  robkinyon | 2009-11-10 17:19:57 +0100
Added a note about select
r7863@Thesaurus (orig r7851):  ribasushi | 2009-11-10 18:23:10 +0100
Changes
r7867@Thesaurus (orig r7855):  frew | 2009-11-11 21:56:37 +0100
RT50874
r7868@Thesaurus (orig r7856):  frew | 2009-11-11 23:50:43 +0100
RT50828
r7869@Thesaurus (orig r7857):  frew | 2009-11-11 23:54:15 +0100
clearer test message
r7870@Thesaurus (orig r7858):  frew | 2009-11-12 00:37:27 +0100
some cleanup for $rs->populate
r7872@Thesaurus (orig r7860):  ribasushi | 2009-11-12 01:35:36 +0100
Fix find on resultset with custom result_class
r7873@Thesaurus (orig r7861):  ribasushi | 2009-11-12 01:40:14 +0100
Fix return value of in_storage
r7874@Thesaurus (orig r7862):  ribasushi | 2009-11-12 01:43:48 +0100
Extra FAQ entry
r7875@Thesaurus (orig r7863):  ribasushi | 2009-11-12 02:11:25 +0100
Sanify _determine_driver handling in ::Storage::DBI
r7876@Thesaurus (orig r7864):  ribasushi | 2009-11-12 02:14:37 +0100
Add mysql determine_driver test by Pedro Melo

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 agoadded test case for ensuring a column mentioned in the order by clause is also includ...
Eden Cardim [Tue, 10 Nov 2009 19:21:38 +0000]
added test case for ensuring a column mentioned in the order by clause is also included in the group by clause

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