16 years agoadded entry in Changes for versioning branch
Luke Saunders [Wed, 5 Mar 2008 10:38:19 +0000]
added entry in Changes for versioning branch

16 years agoMerge 'versioned_enhancements' into 'trunk'
Luke Saunders [Wed, 5 Mar 2008 00:07:45 +0000]
Merge 'versioned_enhancements' into 'trunk'

r3439@luke-mbp (orig r3680):  captainL | 2007-08-15 13:56:57 +0100
new branch for ::Versioned enhancements
r3503@luke-mbp (orig r3681):  captainL | 2007-08-15 14:29:01 +0100
created ->get_db_version and moved all overridable stuff to do_upgrade
r3955@luke-mbp (orig r3682):  captainL | 2007-08-15 23:29:57 +0100
tests are a mess, but Versioned.pm should work now
r3956@luke-mbp (orig r3683):  captainL | 2007-08-16 00:45:32 +0100
moved upgrade file reading into upgrade from _on_connect
r3958@luke-mbp (orig r3689):  captainL | 2007-08-21 12:56:31 +0100
works well, we now just require a nice way to deploy the SchemaVersions table
r3959@luke-mbp (orig r3692):  captainL | 2007-08-21 17:58:17 +0100
determines parser from dbh driver name and gives parser the dbh from schema to connect
r4213@luke-mbp (orig r3831):  captainL | 2007-10-23 13:18:13 +0100
fixed versioning test and checked db and schema versions are not equal before upgrading
r4214@luke-mbp (orig r3832):  captainL | 2007-10-23 15:08:46 +0100
changed constraint and index generation to be consistent with DB defaults
r4215@luke-mbp (orig r3833):  captainL | 2007-10-23 15:40:47 +0100
added entry to Changes
r4283@luke-mbp (orig r3838):  captainL | 2007-10-24 21:42:22 +0100
fixed broken regex when reading sql files
r5785@luke-mbp (orig r3891):  ash | 2007-11-24 22:17:41 +0000
Change diffing code to use $sqlt_schema. Sort tables in parser
r5786@luke-mbp (orig r3892):  captainL | 2007-11-25 16:26:57 +0000
upgrade will only produce a diff between the DB and the DBIC schema if explicitly requested
r5824@luke-mbp (orig r4012):  ash | 2008-02-01 19:33:00 +0000
Fallback to SQL->SQL to diff for old producers
r5825@luke-mbp (orig r4014):  castaway | 2008-02-01 23:01:26 +0000
Sanitise filename of sqlite backup file

r5830@luke-mbp (orig r4047):  captainL | 2008-02-09 15:26:50 +0000
sanified layout of Versioned.pm and documented changes
r6828@luke-mbp (orig r4075):  ash | 2008-02-13 13:26:10 +0000
Fix typo
r6831@luke-mbp (orig r4078):  captainL | 2008-02-14 00:27:14 +0000
fixed versioned loading split bug
r6846@luke-mbp (orig r4103):  captainL | 2008-02-27 15:11:21 +0000
increased sqlt rev dep
r6847@luke-mbp (orig r4104):  captainL | 2008-02-27 15:12:12 +0000
fixed behaviour or is_foreign_key_constraint and unique index names
r6848@luke-mbp (orig r4105):  captainL | 2008-02-28 10:28:31 +0000
changed versioning table from SchemaVersions to dbix_class_schema_versions with transition ability
r6849@luke-mbp (orig r4106):  captainL | 2008-02-28 10:54:28 +0000
hack bugfix for sqlt_type weirdness
r6850@luke-mbp (orig r4107):  captainL | 2008-02-28 16:11:44 +0000
cleaned up get_db_version
r6851@luke-mbp (orig r4108):  captainL | 2008-02-28 16:41:19 +0000
lowercased column names of versions table
r6852@luke-mbp (orig r4109):  captainL | 2008-02-28 16:59:04 +0000
removed startup comment if no action required
r6862@luke-mbp (orig r4123):  captainL | 2008-03-04 23:14:23 +0000
improved docs and added env var to skip version checks on connect
r6864@luke-mbp (orig r4125):  captainL | 2008-03-04 23:28:21 +0000
manual merge for deferrable changes from trunk

16 years agomanual merge for deferrable changes from trunk
Luke Saunders [Tue, 4 Mar 2008 23:28:21 +0000]
manual merge for deferrable changes from trunk

16 years agoMerge 'trunk' into 'versioned_enhancements'
Luke Saunders [Tue, 4 Mar 2008 23:16:41 +0000]
Merge 'trunk' into 'versioned_enhancements'

r6854@luke-mbp (orig r4110):  ash | 2008-02-28 19:33:59 +0000
Todo tests for txn_rollback and scope_guard
r6856@luke-mbp (orig r4113):  ash | 2008-03-01 12:17:54 +0000
Fix versioning test so it works with SQLT 0.09.
r6857@luke-mbp (orig r4114):  ash | 2008-03-04 12:06:34 +0000
is_deferrable patch from Debolaz
r6858@luke-mbp (orig r4119):  teejay | 2008-03-04 19:29:45 +0000
Applied fixes to replication connect_info method
r6859@luke-mbp (orig r4120):  teejay | 2008-03-04 19:31:32 +0000
Applied fixes to replication connect_info method
r6860@luke-mbp (orig r4121):  teejay | 2008-03-04 20:18:45 +0000
works but shouldn't
r6861@luke-mbp (orig r4122):  teejay | 2008-03-04 20:41:32 +0000
roughly DTRT - please to be making less awful

16 years agoimproved docs and added env var to skip version checks on connect
Luke Saunders [Tue, 4 Mar 2008 23:14:23 +0000]
improved docs and added env var to skip version checks on connect

16 years agoroughly DTRT - please to be making less awful
Aaron Trevena [Tue, 4 Mar 2008 20:41:32 +0000]
roughly DTRT - please to be making less awful

16 years agoworks but shouldn't
Aaron Trevena [Tue, 4 Mar 2008 20:18:45 +0000]
works but shouldn't

16 years agoApplied fixes to replication connect_info method
Aaron Trevena [Tue, 4 Mar 2008 19:31:32 +0000]
Applied fixes to replication connect_info method

16 years agoApplied fixes to replication connect_info method
Aaron Trevena [Tue, 4 Mar 2008 19:29:45 +0000]
Applied fixes to replication connect_info method

16 years agois_deferrable patch from Debolaz
Ash Berlin [Tue, 4 Mar 2008 12:06:34 +0000]
is_deferrable patch from Debolaz

16 years agoFix versioning test so it works with SQLT 0.09. v0.08010
Ash Berlin [Sat, 1 Mar 2008 12:17:54 +0000]
Fix versioning test so it works with SQLT 0.09.

16 years agoTodo tests for txn_rollback and scope_guard
Ash Berlin [Thu, 28 Feb 2008 19:33:59 +0000]
Todo tests for txn_rollback and scope_guard

16 years agoremoved startup comment if no action required
Luke Saunders [Thu, 28 Feb 2008 16:59:04 +0000]
removed startup comment if no action required

16 years agolowercased column names of versions table
Luke Saunders [Thu, 28 Feb 2008 16:41:19 +0000]
lowercased column names of versions table

16 years agocleaned up get_db_version
Luke Saunders [Thu, 28 Feb 2008 16:11:44 +0000]
cleaned up get_db_version

16 years agohack bugfix for sqlt_type weirdness
Luke Saunders [Thu, 28 Feb 2008 10:54:28 +0000]
hack bugfix for sqlt_type weirdness

16 years agochanged versioning table from SchemaVersions to dbix_class_schema_versions with trans...
Luke Saunders [Thu, 28 Feb 2008 10:28:31 +0000]
changed versioning table from SchemaVersions to dbix_class_schema_versions with transition ability

16 years agofixed behaviour or is_foreign_key_constraint and unique index names
Luke Saunders [Wed, 27 Feb 2008 15:12:12 +0000]
fixed behaviour or is_foreign_key_constraint and unique index names

16 years agoincreased sqlt rev dep
Luke Saunders [Wed, 27 Feb 2008 15:11:21 +0000]
increased sqlt rev dep

16 years agoMerge 'trunk' into 'versioned_enhancements'
Ash Berlin [Sun, 10 Feb 2008 23:31:27 +0000]
Merge 'trunk' into 'versioned_enhancements'

r6807@luke-mbp (orig r4050):  ash | 2008-02-10 17:31:27 +0000
Add txn_scope_guard method/object

16 years agofixed versioned loading split bug
Luke Saunders [Thu, 14 Feb 2008 00:27:14 +0000]
fixed versioned loading split bug

16 years agoFix typo
Ash Berlin [Wed, 13 Feb 2008 13:26:10 +0000]
Fix typo

16 years agoAdd txn_scope_guard method/object
Ash Berlin [Sun, 10 Feb 2008 17:31:27 +0000]
Add txn_scope_guard method/object

16 years agoMerge 'trunk' into 'versioned_enhancements'
Øystein Torget [Tue, 5 Feb 2008 14:42:32 +0000]
Merge 'trunk' into 'versioned_enhancements'

r5826@luke-mbp (orig r4024):  oyse | 2008-02-05 08:42:32 +0000
Added Øystein Torget to the list of contributers

16 years agosanified layout of Versioned.pm and documented changes
Luke Saunders [Sat, 9 Feb 2008 15:26:50 +0000]
sanified layout of Versioned.pm and documented changes

16 years agoAdded Øystein Torget to the list of contributers
Øystein Torget [Tue, 5 Feb 2008 08:42:32 +0000]
Added Øystein Torget to the list of contributers

16 years agoSanitise filename of sqlite backup file
Jess Robinson [Fri, 1 Feb 2008 23:01:26 +0000]
Sanitise filename of sqlite backup file

16 years agoFallback to SQL->SQL to diff for old producers
Ash Berlin [Fri, 1 Feb 2008 19:33:00 +0000]
Fallback to SQL->SQL to diff for old producers

16 years agoMerge 'trunk' into 'versioned_enhancements'
Ash Berlin [Wed, 30 Jan 2008 16:27:24 +0000]
Merge 'trunk' into 'versioned_enhancements'

r13312@proteus (orig r3942):  schwern | 2008-01-16 10:25:36 +0000
Declare dep on JSON::Any rather than JSON.

No reason JSON::Any should prefer JSON.pm over it's default ordering.
r13313@proteus (orig r3943):  schwern | 2008-01-16 10:26:26 +0000
And fix the check in the dbicadmin test to look for JSON::Any.
r13867@proteus (orig r3954):  matthewt | 2008-01-18 13:03:08 +0000
added strict and warnings to HashRefInflator, fixed inflation for empty has_many rels
r13868@proteus (orig r3955):  matthewt | 2008-01-20 12:28:55 +0000
made search_rs smarter about when to preserve the cache to fix mm prefetch usage
r13878@proteus (orig r3965):  semifor | 2008-01-22 15:13:11 +0000
Added build_datetime_parser method for MSSQL over ODBC.
r13883@proteus (orig r3970):  castaway | 2008-01-24 13:19:52 +0000
Oops, fix joining manual to be correct

r13884@proteus (orig r3971):  castaway | 2008-01-24 23:22:49 +0000
Version 0.08009

r13885@proteus (orig r3972):  castaway | 2008-01-24 23:36:59 +0000
0.08009 released

r13888@proteus (orig r3975):  tomboh | 2008-01-25 17:20:38 +0000
Fix a typo and a couple of links.

16 years agoFix a typo and a couple of links.
Tom Hukins [Fri, 25 Jan 2008 17:20:38 +0000]
Fix a typo and a couple of links.

16 years ago0.08009 released
Jess Robinson [Thu, 24 Jan 2008 23:36:59 +0000]
0.08009 released

16 years agoVersion 0.08009
Jess Robinson [Thu, 24 Jan 2008 23:22:49 +0000]
Version 0.08009

16 years agoOops, fix joining manual to be correct
Jess Robinson [Thu, 24 Jan 2008 13:19:52 +0000]
Oops, fix joining manual to be correct

16 years agoAdded build_datetime_parser method for MSSQL over ODBC.
Marc Mims [Tue, 22 Jan 2008 15:13:11 +0000]
Added build_datetime_parser method for MSSQL over ODBC.

16 years agomade search_rs smarter about when to preserve the cache to fix mm prefetch usage
Matt S Trout [Sun, 20 Jan 2008 12:28:55 +0000]
made search_rs smarter about when to preserve the cache to fix mm prefetch usage

16 years agoadded strict and warnings to HashRefInflator, fixed inflation for empty has_many...
Matt S Trout [Fri, 18 Jan 2008 13:03:08 +0000]
added strict and warnings to HashRefInflator, fixed inflation for empty has_many rels

16 years agoAnd fix the check in the dbicadmin test to look for JSON::Any.
Michael G Schwern [Wed, 16 Jan 2008 10:26:26 +0000]
And fix the check in the dbicadmin test to look for JSON::Any.

16 years agoDeclare dep on JSON::Any rather than JSON.
Michael G Schwern [Wed, 16 Jan 2008 10:25:36 +0000]
Declare dep on JSON::Any rather than JSON.

No reason JSON::Any should prefer JSON.pm over it's default ordering.

16 years agoMerge 'trunk' into 'versioned_enhancements'
Ash Berlin [Fri, 11 Jan 2008 23:45:03 +0000]
Merge 'trunk' into 'versioned_enhancements'

r11889@metis (orig r3897):  wreis | 2007-12-11 01:29:51 +0000
minor doc fix
r12746@metis (orig r3901):  ash | 2007-12-20 11:02:15 +0000
Add proper thaw hooks so schema gets re-attached
r13156@metis (orig r3908):  perigrin | 2008-01-02 20:52:13 +0000
move dbicadmin to JSON::Any
r13157@metis (orig r3909):  semifor | 2008-01-02 22:24:23 +0000
Added Storage::DBI subclass for MSSQL auto PK over ODBC.

r13158@metis (orig r3910):  nothingmuch | 2008-01-03 13:18:36 +0000
failing test for inflate not being triggerred with copy()
r13159@metis (orig r3911):  nothingmuch | 2008-01-03 13:31:49 +0000
test plan
r13160@metis (orig r3912):  nothingmuch | 2008-01-03 13:35:20 +0000
introduce set_inflated_columns
r13161@metis (orig r3913):  nothingmuch | 2008-01-03 13:36:07 +0000
pod coverage for Storage::DBI::ODBC::Microsoft_SQL_Server
r13162@metis (orig r3914):  nothingmuch | 2008-01-03 13:53:00 +0000
dbicadmin printed even when quiet
r13163@metis (orig r3915):  nothingmuch | 2008-01-03 13:54:38 +0000
make the dbicadmin test portable to JSON modules that do not support single quotes and bare strings, even on windaz
r13164@metis (orig r3916):  nothingmuch | 2008-01-03 14:50:52 +0000
changelog
r13166@metis (orig r3918):  tomboh | 2008-01-07 15:23:15 +0000
Fix class name typo

r13173@metis (orig r3925):  nigel | 2008-01-11 12:55:17 +0000
Copied documentation for id & discard_charges methods from Pk.pm
into Row.pm as few people think to look in Pk.pm.  Put reference
back to original source.

16 years agoCopied documentation for id & discard_charges methods from Pk.pm
Nigel Metheringham [Fri, 11 Jan 2008 12:55:17 +0000]
Copied documentation for id & discard_charges methods from Pk.pm
into Row.pm as few people think to look in Pk.pm.  Put reference
back to original source.

16 years agoFix class name typo
Tom Hukins [Mon, 7 Jan 2008 15:23:15 +0000]
Fix class name typo

16 years agochangelog
Yuval Kogman [Thu, 3 Jan 2008 14:50:52 +0000]
changelog

16 years agomake the dbicadmin test portable to JSON modules that do not support single quotes...
Yuval Kogman [Thu, 3 Jan 2008 13:54:38 +0000]
make the dbicadmin test portable to JSON modules that do not support single quotes and bare strings, even on windaz

16 years agodbicadmin printed even when quiet
Yuval Kogman [Thu, 3 Jan 2008 13:53:00 +0000]
dbicadmin printed even when quiet

16 years agopod coverage for Storage::DBI::ODBC::Microsoft_SQL_Server
Yuval Kogman [Thu, 3 Jan 2008 13:36:07 +0000]
pod coverage for Storage::DBI::ODBC::Microsoft_SQL_Server

16 years agointroduce set_inflated_columns
Yuval Kogman [Thu, 3 Jan 2008 13:35:20 +0000]
introduce set_inflated_columns

16 years agotest plan
Yuval Kogman [Thu, 3 Jan 2008 13:31:49 +0000]
test plan

16 years agofailing test for inflate not being triggerred with copy()
Yuval Kogman [Thu, 3 Jan 2008 13:18:36 +0000]
failing test for inflate not being triggerred with copy()

16 years agoAdded Storage::DBI subclass for MSSQL auto PK over ODBC.
Marc Mims [Wed, 2 Jan 2008 22:24:23 +0000]
Added Storage::DBI subclass for MSSQL auto PK over ODBC.

16 years agomove dbicadmin to JSON::Any
Chris Prather [Wed, 2 Jan 2008 20:52:13 +0000]
move dbicadmin to JSON::Any

16 years agoAdd proper thaw hooks so schema gets re-attached
Ash Berlin [Thu, 20 Dec 2007 11:02:15 +0000]
Add proper thaw hooks so schema gets re-attached

16 years agominor doc fix
Wallace Reis [Tue, 11 Dec 2007 01:29:51 +0000]
minor doc fix

16 years agoupgrade will only produce a diff between the DB and the DBIC schema if explicitly...
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

16 years agoChange diffing code to use $sqlt_schema. Sort tables in parser
Ash Berlin [Sat, 24 Nov 2007 22:17:41 +0000]
Change diffing code to use $sqlt_schema. Sort tables in parser

16 years agoMerge 'trunk' into 'versioned_enhancements'
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

16 years agoSort tables for consistent output
Ash Berlin [Sat, 24 Nov 2007 21:24:53 +0000]
Sort tables for consistent output

16 years agoFix mistakes
Ash Berlin [Thu, 22 Nov 2007 15:27:23 +0000]
Fix mistakes

16 years agominor fixes for ResultSet docs
Wallace Reis [Wed, 21 Nov 2007 13:57:35 +0000]
minor fixes for ResultSet docs

16 years agoFix END block
Ash Berlin [Mon, 19 Nov 2007 18:11:53 +0000]
Fix END block

16 years agoVersion bump
Ash Berlin [Fri, 16 Nov 2007 14:30:51 +0000]
Version bump

16 years agoRemove an unneeded requirement.
Tom Hukins [Thu, 15 Nov 2007 15:05:12 +0000]
Remove an unneeded requirement.

16 years agoFix t/82cascade_copy.t
Ash Berlin [Thu, 15 Nov 2007 13:52:58 +0000]
Fix t/82cascade_copy.t

16 years agoAdding missing file
Ash Berlin [Thu, 15 Nov 2007 13:02:15 +0000]
Adding missing file

16 years agoFix is_foreign_key_constraint - thanks Jon Schutz
Ash Berlin [Thu, 15 Nov 2007 12:49:53 +0000]
Fix is_foreign_key_constraint - thanks Jon Schutz

16 years agoAdded cookbook recipe for using dual, thanks Richard
Jess Robinson [Mon, 12 Nov 2007 21:13:33 +0000]
Added cookbook recipe for using dual, thanks Richard

16 years agomake belongs_to accept an [] join cond
Matt S Trout [Tue, 6 Nov 2007 14:53:48 +0000]
make belongs_to accept an [] join cond

16 years agoImprove inflatecolumn docs
Jess Robinson [Sat, 3 Nov 2007 02:17:11 +0000]
Improve inflatecolumn docs

16 years agospelt Zby's name properly
Luke Saunders [Mon, 29 Oct 2007 20:28:45 +0000]
spelt Zby's name properly

16 years agofixed _merge_attr bug
Luke Saunders [Mon, 29 Oct 2007 20:26:02 +0000]
fixed _merge_attr bug

16 years agoImprove Documentation.
Tom Hukins [Mon, 29 Oct 2007 17:19:01 +0000]
Improve Documentation.

16 years agoReorder Changes file. (New changes go at bottom of block please!)
Ash Berlin [Sat, 27 Oct 2007 17:53:39 +0000]
Reorder Changes file. (New changes go at bottom of block please!)

16 years agothe checks in reverse_relationship_info are less ambiguous
Luke Saunders [Fri, 26 Oct 2007 10:53:26 +0000]
the checks in reverse_relationship_info are less ambiguous

16 years agoMerge 'replication' into 'trunk'
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.

16 years agofixed broken regex when reading sql files
Luke Saunders [Wed, 24 Oct 2007 20:42:22 +0000]
fixed broken regex when reading sql files

16 years agoadded entry to Changes
Luke Saunders [Tue, 23 Oct 2007 14:40:47 +0000]
added entry to Changes

16 years agochanged constraint and index generation to be consistent with DB defaults
Luke Saunders [Tue, 23 Oct 2007 14:08:46 +0000]
changed constraint and index generation to be consistent with DB defaults

16 years agofixed versioning test and checked db and schema versions are not equal before upgrading
Luke Saunders [Tue, 23 Oct 2007 12:18:13 +0000]
fixed versioning test and checked db and schema versions are not equal before upgrading

16 years agoMerge 'trunk' into 'versioned_enhancements'
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

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

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

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

16 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.

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

16 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.

16 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

16 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