16 years agofixed problem with duplicate related objects for Row::new/insert
Luke Saunders [Mon, 22 Oct 2007 19:45:46 +0000]
fixed problem with duplicate related objects for Row::new/insert

16 years agoDocumentation clarifications
Jess Robinson [Sun, 21 Oct 2007 11:46:56 +0000]
Documentation clarifications

16 years agoAdded startup checks to warn loudly if we appear to be running on RedHat systems...
Ash Berlin [Sat, 20 Oct 2007 11:01:07 +0000]
Added startup checks to warn loudly if we appear to be running on RedHat systems from perl-5.8.8-10 and up that have the bless/overload patch applied (badly) which causes 2x -> 100x performance penalty.  (Jon Schutz)

16 years agoAdded set_schema and fixed previously bad calls ($self->$_).
Norbert Csongradi [Sat, 20 Oct 2007 15:27:52 +0000]
Added set_schema and fixed previously bad calls ($self->$_).

16 years agoAdded reference to RH perl bug at appropriate points
Nigel Metheringham [Wed, 17 Oct 2007 15:59:12 +0000]
Added reference to RH perl bug at appropriate points

16 years agoAdd docs about sqlt_deploy_hook, and reorganise/reorder the Cookbook
Ash Berlin [Sat, 13 Oct 2007 12:33:33 +0000]
Add docs about sqlt_deploy_hook, and reorganise/reorder the Cookbook

16 years agoTest sqlt_deploy_hook on the Schema level
Ash Berlin [Fri, 12 Oct 2007 18:20:43 +0000]
Test sqlt_deploy_hook on the Schema level

16 years agoRemove add_index and replace it with sqlt_deploy_hook
Ash Berlin [Fri, 12 Oct 2007 17:46:55 +0000]
Remove add_index and replace it with sqlt_deploy_hook

16 years agos/indices/indexes/ to keep Jess happy.
Ash Berlin [Fri, 12 Oct 2007 10:32:41 +0000]
s/indices/indexes/ to keep Jess happy.

16 years agoAdd an add_index method on ResultSource (and proxy classes)
Ash Berlin [Fri, 12 Oct 2007 10:26:55 +0000]
Add an add_index method on ResultSource (and proxy classes)

16 years agoTimezone support for InflateColumn::DateTime (sergio)
Ash Berlin [Sun, 7 Oct 2007 21:50:33 +0000]
Timezone support for InflateColumn::DateTime (sergio)

16 years agoFixed warning on uninitialized value.
Marc Mims [Fri, 5 Oct 2007 18:49:20 +0000]
Fixed warning on uninitialized value.

16 years agofixed search_related from object with unset FK behaviour
Luke Saunders [Thu, 4 Oct 2007 20:54:08 +0000]
fixed search_related from object with unset FK behaviour

16 years ago- Doc patch for using an SQL function on the left side of a comparison.
Marc Mims [Thu, 4 Oct 2007 13:48:06 +0000]
- Doc patch for using an SQL function on the left side of a comparison.
- Which lead to the discovery of a bind args ordering bug.  TODO tests added
  for that.
- Fixed =for hidden with =begin hidden / =end hidden elsewhere.
- Added myself to the contributors list.

16 years agoMany-to-many relationships now warn if the utility methods would clash
Ash Berlin [Wed, 3 Oct 2007 20:00:32 +0000]
Many-to-many relationships now warn if the utility methods would clash

17 years agoadded comment explaining change
Luke Saunders [Tue, 2 Oct 2007 15:43:16 +0000]
added comment explaining change

17 years agofixed find_or_new_related bug
Luke Saunders [Tue, 2 Oct 2007 15:38:21 +0000]
fixed find_or_new_related bug

17 years agoFix "redefined" errors resulting from loading a Schema twice.
Jess Robinson [Sat, 29 Sep 2007 22:37:07 +0000]
Fix "redefined" errors resulting from loading a Schema twice.

17 years agoselect for patch from justin
Wallace Reis [Sat, 29 Sep 2007 00:35:55 +0000]
select for patch from justin

17 years agoTests from captainL, find_or_new_related fails on belongs_to rels.
Jess Robinson [Fri, 28 Sep 2007 07:51:40 +0000]
Tests from captainL, find_or_new_related fails on belongs_to rels.

17 years agoResultSetColumn::func() now returns all results if called in list context
Brian Cassidy [Thu, 27 Sep 2007 18:37:15 +0000]
ResultSetColumn::func() now returns all results if called in list context

17 years agoThrow if "foreign." and "self." are wrong way round in conditions for relationships
Ash Berlin [Tue, 25 Sep 2007 15:39:52 +0000]
Throw if "foreign." and "self." are wrong way round in conditions for relationships

17 years agoMerge 'trunk' into 'versioned_enhancements'
Matt S Trout [Fri, 14 Sep 2007 20:56:27 +0000]
Merge 'trunk' into 'versioned_enhancements'

r11158@jules (orig r3684):  jnapiorkowski | 2007-08-16 16:23:18 +0100
-- added some documentation to ->populate to warn people about the side effects of using wantarray versus void context.
-- added some additional documentation to resultset->create

r11194@jules (orig r3695):  matthewt | 2007-08-21 19:24:53 +0100
 r10460@jules (orig r3640):  tomboh | 2007-08-01 12:27:38 +0100
 Add an 'on_disconnect_do' argument to
 DBIx::Class::Storage::DBI::connect_info that, on disconnection, do what
 'on_connect_do' does on connection.  Currently, this only works if the
 code explicitly calls disconnect() on the Storage object.

 While I'm here, make both 'on_connect_do' and 'on_disconnect_do' accept
 code references as well as strings containing SQL statements.

 Finally, remove code to call compose_connection() from DBICTest.pm that
 never gets called any more.

r11195@jules (orig r3696):  matthewt | 2007-08-21 19:24:57 +0100
 r11152@jules (orig r3678):  tomboh | 2007-08-15 09:24:32 +0100
 Restore code that I removed in revision 3640 that tests still need

r11196@jules (orig r3697):  matthewt | 2007-08-21 19:25:00 +0100
 r11153@jules (orig r3679):  tomboh | 2007-08-15 09:25:47 +0100
 Let on_connect_do() and on_disconnect_do() take code references.
 Provide tests and documentation for this.

r11197@jules (orig r3698):  matthewt | 2007-08-21 19:25:33 +0100

r11199@jules (orig r3700):  matthewt | 2007-08-21 19:50:00 +0100
arrayrefs for on_connect_do
r11200@jules (orig r3701):  matthewt | 2007-08-21 19:53:44 +0100
note on_connect_do changes
r11201@jules (orig r3702):  matthewt | 2007-08-21 20:17:22 +0100
oracle datetime inflator patch
r11202@jules (orig r3703):  matthewt | 2007-08-21 20:52:09 +0100
force CDBICompat deps for developers, fix tests to work with latest Class::Trigger
r11217@jules (orig r3705):  tomboh | 2007-08-22 11:28:58 +0100
Fix the behaviour of code refs within array refs for on_(dis)?connect_do
and enhance tests to spot the previous mistake.

r11218@jules (orig r3706):  tomboh | 2007-08-22 11:57:14 +0100
Add myself to the list of contributors

r11232@jules (orig r3709):  gphat | 2007-08-24 18:11:46 +0100
Fix typos.

r14025@jules (orig r3720):  ilmari | 2007-09-04 17:44:41 +0100
Fix return value for DBIC::ResultSource::Table->table($table)
r14026@jules (orig r3721):  ash | 2007-09-04 20:14:02 +0100
Bump for New relase
r14027@jules (orig r3722):  semifor | 2007-09-05 04:49:46 +0100
 r1185@titanic:  mjm | 2007-09-04 20:11:07 -0700
 Updated email address

r14029@jules (orig r3723):  castaway | 2007-09-06 21:07:52 +0100
Doc patch from wreis

r14030@jules (orig r3724):  castaway | 2007-09-06 22:35:49 +0100
Add more about accessors to doc

r14031@jules (orig r3725):  tomboh | 2007-09-07 17:54:00 +0100
Small POD fix

r14032@jules (orig r3726):  semifor | 2007-09-08 17:58:56 +0100
 r1191@titanic:  mjm | 2007-09-08 09:20:32 -0700
 discard_changes is also "refresh from storage"

r14035@jules (orig r3729):  castaway | 2007-09-12 00:23:20 +0100
Much doch shuffling and more argument explanations (due to initself ;)

17 years agoMerge 'trunk' into 'cdbicompat_integration'
Matt S Trout [Fri, 14 Sep 2007 20:42:29 +0000]
Merge 'trunk' into 'cdbicompat_integration'

r11217@jules (orig r3705):  tomboh | 2007-08-22 11:28:58 +0100
Fix the behaviour of code refs within array refs for on_(dis)?connect_do
and enhance tests to spot the previous mistake.

r11218@jules (orig r3706):  tomboh | 2007-08-22 11:57:14 +0100
Add myself to the list of contributors

r11232@jules (orig r3709):  gphat | 2007-08-24 18:11:46 +0100
Fix typos.

r14025@jules (orig r3720):  ilmari | 2007-09-04 17:44:41 +0100
Fix return value for DBIC::ResultSource::Table->table($table)
r14026@jules (orig r3721):  ash | 2007-09-04 20:14:02 +0100
Bump for New relase
r14027@jules (orig r3722):  semifor | 2007-09-05 04:49:46 +0100
 r1185@titanic:  mjm | 2007-09-04 20:11:07 -0700
 Updated email address

r14029@jules (orig r3723):  castaway | 2007-09-06 21:07:52 +0100
Doc patch from wreis

r14030@jules (orig r3724):  castaway | 2007-09-06 22:35:49 +0100
Add more about accessors to doc

r14031@jules (orig r3725):  tomboh | 2007-09-07 17:54:00 +0100
Small POD fix

r14032@jules (orig r3726):  semifor | 2007-09-08 17:58:56 +0100
 r1191@titanic:  mjm | 2007-09-08 09:20:32 -0700
 discard_changes is also "refresh from storage"

r14035@jules (orig r3729):  castaway | 2007-09-12 00:23:20 +0100
Much doch shuffling and more argument explanations (due to initself ;)

17 years agoMuch doch shuffling and more argument explanations (due to initself ;)
Jess Robinson [Tue, 11 Sep 2007 23:23:20 +0000]
Much doch shuffling and more argument explanations (due to initself ;)

17 years agodiscard_changes is also "refresh from storage"
Marc Mims [Sat, 8 Sep 2007 14:20:32 +0000]
discard_changes is also "refresh from storage"

17 years agoSmall POD fix
Tom Hukins [Fri, 7 Sep 2007 16:54:00 +0000]
Small POD fix

17 years agoAdd more about accessors to doc
Jess Robinson [Thu, 6 Sep 2007 21:35:49 +0000]
Add more about accessors to doc

17 years agoDoc patch from wreis
Jess Robinson [Thu, 6 Sep 2007 20:07:52 +0000]
Doc patch from wreis

17 years agoUpdated email address
Marc Mims [Wed, 5 Sep 2007 01:11:07 +0000]
Updated email address

17 years agoBump for New relase
Ash Berlin [Tue, 4 Sep 2007 19:14:02 +0000]
Bump for New relase

17 years agoFix return value for DBIC::ResultSource::Table->table($table)
Dagfinn Ilmari Mannsåker [Tue, 4 Sep 2007 16:44:41 +0000]
Fix return value for DBIC::ResultSource::Table->table($table)

17 years ago$schema isn't defined if the test is skipped.
Michael G Schwern [Fri, 31 Aug 2007 06:39:40 +0000]
$schema isn't defined if the test is skipped.

17 years agoAdd POD to new CDBICompat modules so they pass POD coverage.
Michael G Schwern [Fri, 31 Aug 2007 06:39:19 +0000]
Add POD to new CDBICompat modules so they pass POD coverage.

17 years agoPull in some tests from CDBI 3.16 that already work.
Michael G Schwern [Fri, 10 Aug 2007 07:56:14 +0000]
Pull in some tests from CDBI 3.16 that already work.

Try to fix some issues with the testlibs.

17 years agoDocument that we're doing AbstractSearch, too
Michael G Schwern [Fri, 10 Aug 2007 07:54:30 +0000]
Document that we're doing AbstractSearch, too

Split out the customization recepie a bit.

Document some limitations.

17 years agoFix typos.
Cory G Watson [Fri, 24 Aug 2007 17:11:46 +0000]
Fix typos.

17 years agoAdd myself to the list of contributors
Tom Hukins [Wed, 22 Aug 2007 10:57:14 +0000]
Add myself to the list of contributors

17 years agoFix the behaviour of code refs within array refs for on_(dis)?connect_do
Tom Hukins [Wed, 22 Aug 2007 10:28:58 +0000]
Fix the behaviour of code refs within array refs for on_(dis)?connect_do
and enhance tests to spot the previous mistake.

17 years agoMerge 'trunk' into 'cdbicompat_integration'
Matt S Trout [Tue, 21 Aug 2007 19:56:43 +0000]
Merge 'trunk' into 'cdbicompat_integration'

r11194@jules (orig r3695):  matthewt | 2007-08-21 19:24:53 +0100
 r10460@jules (orig r3640):  tomboh | 2007-08-01 12:27:38 +0100
 Add an 'on_disconnect_do' argument to
 DBIx::Class::Storage::DBI::connect_info that, on disconnection, do what
 'on_connect_do' does on connection.  Currently, this only works if the
 code explicitly calls disconnect() on the Storage object.

 While I'm here, make both 'on_connect_do' and 'on_disconnect_do' accept
 code references as well as strings containing SQL statements.

 Finally, remove code to call compose_connection() from DBICTest.pm that
 never gets called any more.

r11195@jules (orig r3696):  matthewt | 2007-08-21 19:24:57 +0100
 r11152@jules (orig r3678):  tomboh | 2007-08-15 09:24:32 +0100
 Restore code that I removed in revision 3640 that tests still need

r11196@jules (orig r3697):  matthewt | 2007-08-21 19:25:00 +0100
 r11153@jules (orig r3679):  tomboh | 2007-08-15 09:25:47 +0100
 Let on_connect_do() and on_disconnect_do() take code references.
 Provide tests and documentation for this.

r11197@jules (orig r3698):  matthewt | 2007-08-21 19:25:33 +0100

r11199@jules (orig r3700):  matthewt | 2007-08-21 19:50:00 +0100
arrayrefs for on_connect_do
r11200@jules (orig r3701):  matthewt | 2007-08-21 19:53:44 +0100
note on_connect_do changes
r11201@jules (orig r3702):  matthewt | 2007-08-21 20:17:22 +0100
oracle datetime inflator patch
r11202@jules (orig r3703):  matthewt | 2007-08-21 20:52:09 +0100
force CDBICompat deps for developers, fix tests to work with latest Class::Trigger

17 years agoforce CDBICompat deps for developers, fix tests to work with latest Class::Trigger
Matt S Trout [Tue, 21 Aug 2007 19:52:09 +0000]
force CDBICompat deps for developers, fix tests to work with latest Class::Trigger

17 years agooracle datetime inflator patch
Matt S Trout [Tue, 21 Aug 2007 19:17:22 +0000]
oracle datetime inflator patch

17 years agonote on_connect_do changes
Matt S Trout [Tue, 21 Aug 2007 18:53:44 +0000]
note on_connect_do changes

17 years agoarrayrefs for on_connect_do
Matt S Trout [Tue, 21 Aug 2007 18:50:00 +0000]
arrayrefs for on_connect_do

17 years agoMerge 'on_disconnect_do' into 'trunk'
Matt S Trout [Tue, 21 Aug 2007 18:25:33 +0000]
Merge 'on_disconnect_do' into 'trunk'

17 years agoMerge 'trunk' into 'cdbicompat_integration'
Matt S Trout [Tue, 21 Aug 2007 18:09:21 +0000]
Merge 'trunk' into 'cdbicompat_integration'

r10454@jules (orig r3634):  matthewt | 2007-07-29 22:01:45 +0100
updated svn and list URLs
r10462@jules (orig r3642):  matthewt | 2007-08-03 19:52:16 +0100
optimisation in cursor
r10463@jules (orig r3643):  matthewt | 2007-08-03 22:01:49 +0100
add default_resultset_attributes entry to Schema
r10464@jules (orig r3644):  matthewt | 2007-08-04 17:44:46 +0100
cleanup cursor class handling
r10465@jules (orig r3645):  ash | 2007-08-04 18:30:14 +0100
Fix example code. Thanks bits
r10466@jules (orig r3646):  matthewt | 2007-08-05 15:41:51 +0100
add cursor_class to storage opt list
r10470@jules (orig r3650):  matthewt | 2007-08-06 20:10:08 +0100
typo pointed out by kangas
r10471@jules (orig r3651):  matthewt | 2007-08-06 20:36:27 +0100
final changes for 08004 dist
r10472@jules (orig r3652):  gphat | 2007-08-07 14:07:06 +0100
Refactor Statistics to clean up printing of debug info and to avoid crashing on
a closed STDERR...

r10473@jules (orig r3653):  captainL | 2007-08-07 15:11:18 +0100
fixed storage->connected fork bug
r10474@jules (orig r3654):  matthewt | 2007-08-07 15:45:46 +0100
fix for AccessorGroup
r10475@jules (orig r3655):  aherzog | 2007-08-07 16:25:28 +0100
Add myself to contributors list.

r10476@jules (orig r3656):  aherzog | 2007-08-07 16:26:32 +0100
Fix reconnect tests to skip tests that won't pass (when run as root, or under windows).

r10477@jules (orig r3657):  aherzog | 2007-08-07 19:50:59 +0100
Fix bind params debugging output; consolidate some related, duplicated code.

r10478@jules (orig r3658):  aherzog | 2007-08-07 21:07:43 +0100
Autoflush debugging, to make sure statement is printed when we test for it.

r10480@jules (orig r3660):  matthewt | 2007-08-08 11:35:26 +0100
rejig resultset construction for related_resultset
r10481@jules (orig r3661):  matthewt | 2007-08-08 11:38:39 +0100
bump sqlite dep
r10482@jules (orig r3662):  matthewt | 2007-08-08 11:47:39 +0100
timestamp+pg fix
r10484@jules (orig r3664):  tomboh | 2007-08-08 13:52:58 +0100
Mention the SVN::Web Web interface to the repository

r10485@jules (orig r3665):  matthewt | 2007-08-08 14:32:58 +0100
make pod cov not skip if author side, fix exception list
r10486@jules (orig r3666):  tomboh | 2007-08-10 12:06:35 +0100
Fix package names in documentation

r10487@jules (orig r3667):  castaway | 2007-08-10 14:05:24 +0100
Manual improvements from apeiron

r10488@jules (orig r3668):  ash | 2007-08-11 22:46:59 +0100
Remove warn statement
r10490@jules (orig r3670):  ash | 2007-08-11 23:27:07 +0100
Move to using Class::C3::Componentised
r10491@jules (orig r3671):  matthewt | 2007-08-12 15:04:27 +0100
missed commit of version inc
r10492@jules (orig r3672):  castaway | 2007-08-12 15:27:38 +0100
Documentation: cookbook, resultset/create and some other bits

r10493@jules (orig r3673):  ash | 2007-08-12 15:49:59 +0100
Prepare for new dist
r10495@jules (orig r3674):  tomboh | 2007-08-13 10:42:16 +0100
Fix a package name I corrected wrongly in revision 3666.

r11158@jules (orig r3684):  jnapiorkowski | 2007-08-16 16:23:18 +0100
-- added some documentation to ->populate to warn people about the side effects of using wantarray versus void context.
-- added some additional documentation to resultset->create

17 years agodetermines parser from dbh driver name and gives parser the dbh from schema to connect
Luke Saunders [Tue, 21 Aug 2007 16:58:17 +0000]
determines parser from dbh driver name and gives parser the dbh from schema to connect

17 years agoworks well, we now just require a nice way to deploy the SchemaVersions table
Luke Saunders [Tue, 21 Aug 2007 11:56:31 +0000]
works well, we now just require a nice way to deploy the SchemaVersions table

17 years ago-- added some documentation to ->populate to warn people about the side effects of...
John Napiorkowski [Thu, 16 Aug 2007 15:23:18 +0000]
-- added some documentation to ->populate to warn people about the side effects of using wantarray versus void context.
-- added some additional documentation to resultset->create

17 years agomoved upgrade file reading into upgrade from _on_connect
Luke Saunders [Wed, 15 Aug 2007 23:45:32 +0000]
moved upgrade file reading into upgrade from _on_connect

17 years agotests are a mess, but Versioned.pm should work now
Luke Saunders [Wed, 15 Aug 2007 22:29:57 +0000]
tests are a mess, but Versioned.pm should work now

17 years agocreated ->get_db_version and moved all overridable stuff to do_upgrade
Luke Saunders [Wed, 15 Aug 2007 13:29:01 +0000]
created ->get_db_version and moved all overridable stuff to do_upgrade

17 years agoLet on_connect_do() and on_disconnect_do() take code references.
Tom Hukins [Wed, 15 Aug 2007 08:25:47 +0000]
Let on_connect_do() and on_disconnect_do() take code references.
Provide tests and documentation for this.

17 years agoRestore code that I removed in revision 3640 that tests still need
Tom Hukins [Wed, 15 Aug 2007 08:24:32 +0000]
Restore code that I removed in revision 3640 that tests still need

17 years agoFix a package name I corrected wrongly in revision 3666.
Tom Hukins [Mon, 13 Aug 2007 09:42:16 +0000]
Fix a package name I corrected wrongly in revision 3666.

17 years agoPrepare for new dist
Ash Berlin [Sun, 12 Aug 2007 14:49:59 +0000]
Prepare for new dist

17 years agoDocumentation: cookbook, resultset/create and some other bits
Jess Robinson [Sun, 12 Aug 2007 14:27:38 +0000]
Documentation: cookbook, resultset/create and some other bits

17 years agomissed commit of version inc
Matt S Trout [Sun, 12 Aug 2007 14:04:27 +0000]
missed commit of version inc

17 years agoMove to using Class::C3::Componentised
Ash Berlin [Sat, 11 Aug 2007 22:27:07 +0000]
Move to using Class::C3::Componentised

17 years agoRemove warn statement
Ash Berlin [Sat, 11 Aug 2007 21:46:59 +0000]
Remove warn statement

17 years agoManual improvements from apeiron
Jess Robinson [Fri, 10 Aug 2007 13:05:24 +0000]
Manual improvements from apeiron

17 years agoFix package names in documentation
Tom Hukins [Fri, 10 Aug 2007 11:06:35 +0000]
Fix package names in documentation

17 years agomake pod cov not skip if author side, fix exception list
Matt S Trout [Wed, 8 Aug 2007 13:32:58 +0000]
make pod cov not skip if author side, fix exception list

17 years agoMention the SVN::Web Web interface to the repository
Tom Hukins [Wed, 8 Aug 2007 12:52:58 +0000]
Mention the SVN::Web Web interface to the repository

17 years agotimestamp+pg fix
Matt S Trout [Wed, 8 Aug 2007 10:47:39 +0000]
timestamp+pg fix

17 years agobump sqlite dep
Matt S Trout [Wed, 8 Aug 2007 10:38:39 +0000]
bump sqlite dep

17 years agorejig resultset construction for related_resultset
Matt S Trout [Wed, 8 Aug 2007 10:35:26 +0000]
rejig resultset construction for related_resultset

17 years agoWith DBD::SQLite 1.12 there's a bus error in 33storage_reconnect.t
Michael G Schwern [Fri, 27 Jul 2007 03:02:07 +0000]
With DBD::SQLite 1.12 there's a bus error in 33storage_reconnect.t
and cdbi-t/02-Film.t

17 years agoAutoflush debugging, to make sure statement is printed when we test for it.
Adam Herzog [Tue, 7 Aug 2007 20:07:43 +0000]
Autoflush debugging, to make sure statement is printed when we test for it.

17 years agoFix bind params debugging output; consolidate some related, duplicated code.
Adam Herzog [Tue, 7 Aug 2007 18:50:59 +0000]
Fix bind params debugging output; consolidate some related, duplicated code.

17 years agoFix reconnect tests to skip tests that won't pass (when run as root, or under windows).
Adam Herzog [Tue, 7 Aug 2007 15:26:32 +0000]
Fix reconnect tests to skip tests that won't pass (when run as root, or under windows).

17 years agoAdd myself to contributors list.
Adam Herzog [Tue, 7 Aug 2007 15:25:28 +0000]
Add myself to contributors list.

17 years agofix for AccessorGroup
Matt S Trout [Tue, 7 Aug 2007 14:45:46 +0000]
fix for AccessorGroup

17 years agofixed storage->connected fork bug
Luke Saunders [Tue, 7 Aug 2007 14:11:18 +0000]
fixed storage->connected fork bug

17 years agoRefactor Statistics to clean up printing of debug info and to avoid crashing on
Cory G Watson [Tue, 7 Aug 2007 13:07:06 +0000]
Refactor Statistics to clean up printing of debug info and to avoid crashing on
a closed STDERR...

17 years agofinal changes for 08004 dist
Matt S Trout [Mon, 6 Aug 2007 19:36:27 +0000]
final changes for 08004 dist

17 years agotypo pointed out by kangas
Matt S Trout [Mon, 6 Aug 2007 19:10:08 +0000]
typo pointed out by kangas

17 years agoadd cursor_class to storage opt list
Matt S Trout [Sun, 5 Aug 2007 14:41:51 +0000]
add cursor_class to storage opt list

17 years agoFix example code. Thanks bits
Ash Berlin [Sat, 4 Aug 2007 17:30:14 +0000]
Fix example code. Thanks bits

17 years agocleanup cursor class handling
Matt S Trout [Sat, 4 Aug 2007 16:44:46 +0000]
cleanup cursor class handling

17 years agoadd default_resultset_attributes entry to Schema
Matt S Trout [Fri, 3 Aug 2007 21:01:49 +0000]
add default_resultset_attributes entry to Schema

17 years agooptimisation in cursor
Matt S Trout [Fri, 3 Aug 2007 18:52:16 +0000]
optimisation in cursor

17 years agoAdd an 'on_disconnect_do' argument to
Tom Hukins [Wed, 1 Aug 2007 11:27:38 +0000]
Add an 'on_disconnect_do' argument to
DBIx::Class::Storage::DBI::connect_info that, on disconnection, do what
'on_connect_do' does on connection.  Currently, this only works if the
code explicitly calls disconnect() on the Storage object.

While I'm here, make both 'on_connect_do' and 'on_disconnect_do' accept
code references as well as strings containing SQL statements.

Finally, remove code to call compose_connection() from DBICTest.pm that
never gets called any more.

17 years agoupdated svn and list URLs
Matt S Trout [Sun, 29 Jul 2007 21:01:45 +0000]
updated svn and list URLs

17 years agoand my tradditional collection of missing add commands
Matt S Trout [Fri, 27 Jul 2007 05:16:18 +0000]
and my tradditional collection of missing add commands

17 years agoinitial merge of Schwern's CDBICompat work, with many thanks
Matt S Trout [Fri, 27 Jul 2007 05:14:35 +0000]
initial merge of Schwern's CDBICompat work, with many thanks

17 years agomissed adding the test
Matt S Trout [Fri, 27 Jul 2007 00:20:54 +0000]
missed adding the test

17 years agoapplied patch from davinch: fix bug with create_multi not inserting non-storage objects
Luke Saunders [Thu, 26 Jul 2007 21:31:08 +0000]
applied patch from davinch: fix bug with create_multi not inserting non-storage objects

17 years agofixed minor docs error
Luke Saunders [Tue, 24 Jul 2007 16:00:37 +0000]
fixed minor docs error

17 years agoChanges update for my txn fix a few days ago
Brandon L. Black [Sat, 21 Jul 2007 06:04:28 +0000]
Changes update for my txn fix a few days ago

17 years agoAccessorGroup is now a Class::Accessor::Grouped subclass
Matt S Trout [Fri, 20 Jul 2007 19:10:10 +0000]
AccessorGroup is now a Class::Accessor::Grouped subclass

17 years agofix a few txn issues, including the "transaction depth not resetting" which was being...
Brandon L. Black [Wed, 18 Jul 2007 21:23:29 +0000]
fix a few txn issues, including the "transaction depth not resetting" which was being caused by the unexpected (but documented) volatility of $dbh->{AutoCommit}
nested rollback exceptions have never had any tests, and that part still looks wrong

17 years agoAdded the word 'trigger' to the 'Overloading methods' section so that it is more...
Edmund von der Burg [Wed, 18 Jul 2007 20:22:35 +0000]
Added the word 'trigger' to the 'Overloading methods' section so that it is more likely to be found when searching.

17 years agoMake ensure_class_loaded behave better with malformed classnames
Marcus Ramberg [Wed, 18 Jul 2007 11:39:58 +0000]
Make ensure_class_loaded behave better with malformed classnames

17 years agonon-destructive hashref handling for connect_info options
Matt S Trout [Tue, 17 Jul 2007 23:18:25 +0000]
non-destructive hashref handling for connect_info options

17 years agofix for count after slice (report and tests from JOHANL)
Matt S Trout [Tue, 17 Jul 2007 23:07:06 +0000]
fix for count after slice (report and tests from JOHANL)

17 years agofixup for datetime parser from Matt Lawrence (mattlaw)
Matt S Trout [Mon, 16 Jul 2007 14:46:38 +0000]
fixup for datetime parser from Matt Lawrence (mattlaw)

17 years ago08003 changes
Matt S Trout [Mon, 16 Jul 2007 11:49:16 +0000]
08003 changes

17 years agofixed the trouble with undefs using populate in void context. Added some tests for...
John Napiorkowski [Tue, 10 Jul 2007 22:31:20 +0000]
fixed the trouble with undefs using populate in void context.  Added some tests for this.

17 years agofixes to multi-create
Matt S Trout [Tue, 10 Jul 2007 18:25:34 +0000]
fixes to multi-create