16 years agoAdded the function bind_attributes_by_data_type to cope with the 'Invalid precision...
Øystein Torget [Thu, 6 Mar 2008 11:32:12 +0000]
Added the function bind_attributes_by_data_type to cope with the 'Invalid precision value' bug on MEMO columns.

Added documentation for the 'Invalid precision value' bug.

16 years agoInitial import of storage class for MS Acccess
Øystein Torget [Tue, 5 Feb 2008 08:55:39 +0000]
Initial import of storage class for MS Acccess

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

16 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 ;)

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

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

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

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

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

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

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

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

16 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

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

16 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

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

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

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

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

16 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

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

16 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

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

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

16 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

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

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

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

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

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

16 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

16 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

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

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

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

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

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

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