Luke Saunders [Sun, 25 Nov 2007 16:26:57 +0000]
upgrade will only produce a diff between the DB and the DBIC schema if explicitly requested
Ash Berlin [Sat, 24 Nov 2007 22:17:41 +0000]
Change diffing code to use $sqlt_schema. Sort tables in parser
Ash Berlin [Sat, 24 Nov 2007 21:27:52 +0000]
Merge 'trunk' into 'versioned_enhancements'
r5181@metis (orig r3840): bert | 2007-10-25 11:04:42 +0100
r10510@beetle: bert | 2007-10-25 11:22:07 +0200
Merged with replication branch (fixed wrong object-function calls preventing set_schema to work rev3823). Added myself to contributors.
r5182@metis (orig r3841): captainL | 2007-10-26 11:53:26 +0100
the checks in reverse_relationship_info are less ambiguous
r5183@metis (orig r3842): ash | 2007-10-27 18:53:39 +0100
Reorder Changes file. (New changes go at bottom of block please!)
r5185@metis (orig r3843): tomboh | 2007-10-29 17:19:01 +0000
Improve Documentation.
r5186@metis (orig r3844): captainL | 2007-10-29 20:26:02 +0000
fixed _merge_attr bug
r5187@metis (orig r3845): captainL | 2007-10-29 20:28:45 +0000
spelt Zby's name properly
r8126@metis (orig r3852): castaway | 2007-11-03 02:17:11 +0000
Improve inflatecolumn docs
r9392@metis (orig r3853): matthewt | 2007-11-06 14:53:48 +0000
make belongs_to accept an [] join cond
r9632@metis (orig r3872): castaway | 2007-11-12 21:13:33 +0000
Added cookbook recipe for using dual, thanks Richard
r9764@metis (orig r3879): ash | 2007-11-15 12:49:53 +0000
Fix is_foreign_key_constraint - thanks Jon Schutz
r9766@metis (orig r3880): ash | 2007-11-15 13:02:15 +0000
Adding missing file
r9767@metis (orig r3881): ash | 2007-11-15 13:52:58 +0000
Fix t/82cascade_copy.t
r9812@metis (orig r3883): tomboh | 2007-11-15 15:05:12 +0000
Remove an unneeded requirement.
r9814@metis (orig r3885): ash | 2007-11-16 14:30:51 +0000
Version bump
r9896@metis (orig r3886): ash | 2007-11-19 18:11:53 +0000
Fix END block
r11311@metis (orig r3887): wreis | 2007-11-21 13:57:35 +0000
minor fixes for ResultSet docs
r11312@metis (orig r3888): ash | 2007-11-22 15:27:23 +0000
Fix mistakes
r11454@metis (orig r3889): ash | 2007-11-24 21:24:53 +0000
Sort tables for consistent output
Ash Berlin [Sat, 24 Nov 2007 21:24:53 +0000]
Sort tables for consistent output
Ash Berlin [Thu, 22 Nov 2007 15:27:23 +0000]
Fix mistakes
Wallace Reis [Wed, 21 Nov 2007 13:57:35 +0000]
minor fixes for ResultSet docs
Ash Berlin [Mon, 19 Nov 2007 18:11:53 +0000]
Fix END block
Ash Berlin [Fri, 16 Nov 2007 14:30:51 +0000]
Version bump
Tom Hukins [Thu, 15 Nov 2007 15:05:12 +0000]
Remove an unneeded requirement.
Ash Berlin [Thu, 15 Nov 2007 13:52:58 +0000]
Fix t/82cascade_copy.t
Ash Berlin [Thu, 15 Nov 2007 13:02:15 +0000]
Adding missing file
Ash Berlin [Thu, 15 Nov 2007 12:49:53 +0000]
Fix is_foreign_key_constraint - thanks Jon Schutz
Jess Robinson [Mon, 12 Nov 2007 21:13:33 +0000]
Added cookbook recipe for using dual, thanks Richard
Matt S Trout [Tue, 6 Nov 2007 14:53:48 +0000]
make belongs_to accept an [] join cond
Jess Robinson [Sat, 3 Nov 2007 02:17:11 +0000]
Improve inflatecolumn docs
Luke Saunders [Mon, 29 Oct 2007 20:28:45 +0000]
spelt Zby's name properly
Luke Saunders [Mon, 29 Oct 2007 20:26:02 +0000]
fixed _merge_attr bug
Tom Hukins [Mon, 29 Oct 2007 17:19:01 +0000]
Improve Documentation.
Ash Berlin [Sat, 27 Oct 2007 17:53:39 +0000]
Reorder Changes file. (New changes go at bottom of block please!)
Luke Saunders [Fri, 26 Oct 2007 10:53:26 +0000]
the checks in reverse_relationship_info are less ambiguous
Norbert Csongradi [Thu, 25 Oct 2007 16:22:07 +0000]
Merge 'replication' into 'trunk'
r10510@beetle: bert | 2007-10-25 11:22:07 +0200
Merged with replication branch (fixed wrong object-function calls preventing set_schema to work rev3823). Added myself to contributors.
Luke Saunders [Wed, 24 Oct 2007 20:42:22 +0000]
fixed broken regex when reading sql files
Luke Saunders [Tue, 23 Oct 2007 14:40:47 +0000]
added entry to Changes
Luke Saunders [Tue, 23 Oct 2007 14:08:46 +0000]
changed constraint and index generation to be consistent with DB defaults
Luke Saunders [Tue, 23 Oct 2007 12:18:13 +0000]
fixed versioning test and checked db and schema versions are not equal before upgrading
Luke Saunders [Mon, 22 Oct 2007 19:58:39 +0000]
Merge 'trunk' into 'versioned_enhancements'
r4056@luke-mbp (orig r3782): ash | 2007-09-25 16:39:52 +0100
Throw if "foreign." and "self." are wrong way round in conditions for relationships
r4085@luke-mbp (orig r3794): bricas | 2007-09-27 19:37:15 +0100
ResultSetColumn::func() now returns all results if called in list context
r4086@luke-mbp (orig r3795): castaway | 2007-09-28 08:51:40 +0100
Tests from captainL, find_or_new_related fails on belongs_to rels.
r4087@luke-mbp (orig r3796): wreis | 2007-09-29 01:35:55 +0100
select for patch from justin
r4088@luke-mbp (orig r3797): castaway | 2007-09-29 23:37:07 +0100
Fix "redefined" errors resulting from loading a Schema twice.
r4089@luke-mbp (orig r3798): captainL | 2007-10-02 16:38:21 +0100
fixed find_or_new_related bug
r4090@luke-mbp (orig r3799): captainL | 2007-10-02 16:43:16 +0100
added comment explaining change
r4108@luke-mbp (orig r3800): ash | 2007-10-03 21:00:32 +0100
Many-to-many relationships now warn if the utility methods would clash
r4109@luke-mbp (orig r3803): semifor | 2007-10-04 17:29:15 +0100
r1357@titanic: mjm | 2007-10-04 08:48:06 -0700
- 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.
r4110@luke-mbp (orig r3804): captainL | 2007-10-04 21:54:08 +0100
fixed search_related from object with unset FK behaviour
r4198@luke-mbp (orig r3805): semifor | 2007-10-05 22:30:19 +0100
r1365@titanic: mjm | 2007-10-05 13:49:20 -0700
Fixed warning on uninitialized value.
r4202@luke-mbp (orig r3809): ash | 2007-10-07 22:50:33 +0100
Timezone support for InflateColumn::DateTime (sergio)
r4203@luke-mbp (orig r3813): ash | 2007-10-12 11:26:55 +0100
Add an add_index method on ResultSource (and proxy classes)
r4204@luke-mbp (orig r3814): ash | 2007-10-12 11:32:41 +0100
s/indices/indexes/ to keep Jess happy.
r4205@luke-mbp (orig r3815): ash | 2007-10-12 18:46:55 +0100
Remove add_index and replace it with sqlt_deploy_hook
r4206@luke-mbp (orig r3816): ash | 2007-10-12 19:20:43 +0100
Test sqlt_deploy_hook on the Schema level
r4207@luke-mbp (orig r3817): ash | 2007-10-13 13:33:33 +0100
Add docs about sqlt_deploy_hook, and reorganise/reorder the Cookbook
r4208@luke-mbp (orig r3821): nigel | 2007-10-17 16:59:12 +0100
Added reference to RH perl bug at appropriate points
r4209@luke-mbp (orig r3824): ash | 2007-10-20 12:01:07 +0100
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)
r4210@luke-mbp (orig r3825): castaway | 2007-10-21 12:46:56 +0100
Documentation clarifications
r4211@luke-mbp (orig r3829): captainL | 2007-10-22 20:45:46 +0100
fixed 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
Jess Robinson [Sun, 21 Oct 2007 11:46:56 +0000]
Documentation clarifications
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)
Norbert Csongradi [Sat, 20 Oct 2007 15:27:52 +0000]
Added set_schema and fixed previously bad calls ($self->$_).
Nigel Metheringham [Wed, 17 Oct 2007 15:59:12 +0000]
Added reference to RH perl bug at appropriate points
Ash Berlin [Sat, 13 Oct 2007 12:33:33 +0000]
Add docs about sqlt_deploy_hook, and reorganise/reorder the Cookbook
Ash Berlin [Fri, 12 Oct 2007 18:20:43 +0000]
Test sqlt_deploy_hook on the Schema level
Ash Berlin [Fri, 12 Oct 2007 17:46:55 +0000]
Remove add_index and replace it with sqlt_deploy_hook
Ash Berlin [Fri, 12 Oct 2007 10:32:41 +0000]
s/indices/indexes/ to keep Jess happy.
Ash Berlin [Fri, 12 Oct 2007 10:26:55 +0000]
Add an add_index method on ResultSource (and proxy classes)
Ash Berlin [Sun, 7 Oct 2007 21:50:33 +0000]
Timezone support for InflateColumn::DateTime (sergio)
Marc Mims [Fri, 5 Oct 2007 18:49:20 +0000]
Fixed warning on uninitialized value.
Luke Saunders [Thu, 4 Oct 2007 20:54:08 +0000]
fixed search_related from object with unset FK behaviour
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.
Ash Berlin [Wed, 3 Oct 2007 20:00:32 +0000]
Many-to-many relationships now warn if the utility methods would clash
Luke Saunders [Tue, 2 Oct 2007 15:43:16 +0000]
added comment explaining change
Luke Saunders [Tue, 2 Oct 2007 15:38:21 +0000]
fixed find_or_new_related bug
Jess Robinson [Sat, 29 Sep 2007 22:37:07 +0000]
Fix "redefined" errors resulting from loading a Schema twice.
Wallace Reis [Sat, 29 Sep 2007 00:35:55 +0000]
select for patch from justin
Jess Robinson [Fri, 28 Sep 2007 07:51:40 +0000]
Tests from captainL, find_or_new_related fails on belongs_to rels.
Brian Cassidy [Thu, 27 Sep 2007 18:37:15 +0000]
ResultSetColumn::func() now returns all results if called in list context
Ash Berlin [Tue, 25 Sep 2007 15:39:52 +0000]
Throw if "foreign." and "self." are wrong way round in conditions for relationships
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 ;)
Jess Robinson [Tue, 11 Sep 2007 23:23:20 +0000]
Much doch shuffling and more argument explanations (due to initself ;)
Marc Mims [Sat, 8 Sep 2007 14:20:32 +0000]
discard_changes is also "refresh from storage"
Tom Hukins [Fri, 7 Sep 2007 16:54:00 +0000]
Small POD fix
Jess Robinson [Thu, 6 Sep 2007 21:35:49 +0000]
Add more about accessors to doc
Jess Robinson [Thu, 6 Sep 2007 20:07:52 +0000]
Doc patch from wreis
Marc Mims [Wed, 5 Sep 2007 01:11:07 +0000]
Updated email address
Ash Berlin [Tue, 4 Sep 2007 19:14:02 +0000]
Bump for New relase
Dagfinn Ilmari Mannsåker [Tue, 4 Sep 2007 16:44:41 +0000]
Fix return value for DBIC::ResultSource::Table->table($table)
Cory G Watson [Fri, 24 Aug 2007 17:11:46 +0000]
Fix typos.
Tom Hukins [Wed, 22 Aug 2007 10:57:14 +0000]
Add myself to the list of contributors
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.
Matt S Trout [Tue, 21 Aug 2007 19:52:09 +0000]
force CDBICompat deps for developers, fix tests to work with latest Class::Trigger
Matt S Trout [Tue, 21 Aug 2007 19:17:22 +0000]
oracle datetime inflator patch
Matt S Trout [Tue, 21 Aug 2007 18:53:44 +0000]
note on_connect_do changes
Matt S Trout [Tue, 21 Aug 2007 18:50:00 +0000]
arrayrefs for on_connect_do
Matt S Trout [Tue, 21 Aug 2007 18:25:33 +0000]
Merge 'on_disconnect_do' into 'trunk'
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
Luke Saunders [Tue, 21 Aug 2007 11:56:31 +0000]
works well, we now just require a nice way to deploy the SchemaVersions table
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
Luke Saunders [Wed, 15 Aug 2007 23:45:32 +0000]
moved upgrade file reading into upgrade from _on_connect
Luke Saunders [Wed, 15 Aug 2007 22:29:57 +0000]
tests are a mess, but Versioned.pm should work now
Luke Saunders [Wed, 15 Aug 2007 13:29:01 +0000]
created ->get_db_version and moved all overridable stuff to do_upgrade
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.
Tom Hukins [Wed, 15 Aug 2007 08:24:32 +0000]
Restore code that I removed in revision 3640 that tests still need
Tom Hukins [Mon, 13 Aug 2007 09:42:16 +0000]
Fix a package name I corrected wrongly in revision 3666.
Ash Berlin [Sun, 12 Aug 2007 14:49:59 +0000]
Prepare for new dist
Jess Robinson [Sun, 12 Aug 2007 14:27:38 +0000]
Documentation: cookbook, resultset/create and some other bits
Matt S Trout [Sun, 12 Aug 2007 14:04:27 +0000]
missed commit of version inc
Ash Berlin [Sat, 11 Aug 2007 22:27:07 +0000]
Move to using Class::C3::Componentised
Ash Berlin [Sat, 11 Aug 2007 21:46:59 +0000]
Remove warn statement
Jess Robinson [Fri, 10 Aug 2007 13:05:24 +0000]
Manual improvements from apeiron
Tom Hukins [Fri, 10 Aug 2007 11:06:35 +0000]
Fix package names in documentation
Matt S Trout [Wed, 8 Aug 2007 13:32:58 +0000]
make pod cov not skip if author side, fix exception list
Tom Hukins [Wed, 8 Aug 2007 12:52:58 +0000]
Mention the SVN::Web Web interface to the repository
Matt S Trout [Wed, 8 Aug 2007 10:47:39 +0000]
timestamp+pg fix
Matt S Trout [Wed, 8 Aug 2007 10:38:39 +0000]
bump sqlite dep
Matt S Trout [Wed, 8 Aug 2007 10:35:26 +0000]
rejig resultset construction for related_resultset
Adam Herzog [Tue, 7 Aug 2007 20:07:43 +0000]
Autoflush debugging, to make sure statement is printed when we test for it.
Adam Herzog [Tue, 7 Aug 2007 18:50:59 +0000]
Fix bind params debugging output; consolidate some related, duplicated code.
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).
Adam Herzog [Tue, 7 Aug 2007 15:25:28 +0000]
Add myself to contributors list.
Matt S Trout [Tue, 7 Aug 2007 14:45:46 +0000]
fix for AccessorGroup
Luke Saunders [Tue, 7 Aug 2007 14:11:18 +0000]
fixed storage->connected fork bug
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...
Matt S Trout [Mon, 6 Aug 2007 19:36:27 +0000]
final changes for 08004 dist
Matt S Trout [Mon, 6 Aug 2007 19:10:08 +0000]
typo pointed out by kangas
Matt S Trout [Sun, 5 Aug 2007 14:41:51 +0000]
add cursor_class to storage opt list
Ash Berlin [Sat, 4 Aug 2007 17:30:14 +0000]
Fix example code. Thanks bits
Matt S Trout [Sat, 4 Aug 2007 16:44:46 +0000]
cleanup cursor class handling
Matt S Trout [Fri, 3 Aug 2007 21:01:49 +0000]
add default_resultset_attributes entry to Schema
Matt S Trout [Fri, 3 Aug 2007 18:52:16 +0000]
optimisation in cursor