18 years agoAdded docs for quote_char, name_sep and offset RS attrib.
Ash Berlin [Tue, 23 May 2006 15:36:07 +0000]
Added docs for quote_char, name_sep and offset RS attrib.

18 years ago.. And correct the number of tests
Jess Robinson [Fri, 19 May 2006 13:12:22 +0000]
.. And correct the number of tests

18 years agoOops, fix bookmark thingy here too
Jess Robinson [Fri, 19 May 2006 13:03:20 +0000]
Oops, fix bookmark thingy here too

18 years agoUpdate VERSION
Jess Robinson [Fri, 19 May 2006 12:42:20 +0000]
Update VERSION

18 years agofixed an out-of-date limitation for has_many prefetch mentioned in Cookbook.pm
Justin Guenther [Thu, 18 May 2006 22:34:31 +0000]
fixed an out-of-date limitation for has_many prefetch mentioned in Cookbook.pm

18 years agofixed small error in the SYNOPSIS of ResultSetManager.pm
Justin Guenther [Thu, 18 May 2006 22:11:20 +0000]
fixed small error in the SYNOPSIS of ResultSetManager.pm

18 years agoremoved another couple extraneous $self->dbh calls
Justin Guenther [Thu, 18 May 2006 21:55:45 +0000]
removed another couple extraneous $self->dbh calls

18 years agoadded bind information to exception thrown from DBIx::Class::Storage::DBI::_execute()
Justin Guenther [Thu, 18 May 2006 18:32:06 +0000]
added bind information to exception thrown from DBIx::Class::Storage::DBI::_execute()

18 years agoUndoing changes commited in revisions 1664-1671... Sorry for the fuck up
Thomas Kratz [Thu, 18 May 2006 16:49:41 +0000]
Undoing changes commited in revisions 1664-1671... Sorry for the fuck up

18 years agoMoved UUIDMaker.pm over from main DBIx::Class dist
Thomas Kratz [Thu, 18 May 2006 15:59:52 +0000]
Moved UUIDMaker.pm over from main DBIx::Class dist

18 years agoMoved UUIDColumns.pm over from main DBIx::Class dist
Thomas Kratz [Thu, 18 May 2006 15:56:54 +0000]
Moved UUIDColumns.pm over from main DBIx::Class dist

18 years agoAdd pod for params of inflate/deflate coderefs
Jess Robinson [Thu, 18 May 2006 09:48:30 +0000]
Add pod for params of inflate/deflate coderefs

18 years agooptimised last_insert_id example for searching
Kieren Diment [Wed, 17 May 2006 09:49:18 +0000]
optimised last_insert_id example for searching

18 years agoDocumentation updates
Jess Robinson [Wed, 17 May 2006 09:28:27 +0000]
Documentation updates

18 years agotweaked might_have test for -current
Matt S Trout [Sun, 14 May 2006 18:25:56 +0000]
tweaked might_have test for -current

18 years agofixup for stringify that can be false in find_or_create_related
Matt S Trout [Fri, 12 May 2006 02:17:18 +0000]
fixup for stringify that can be false in find_or_create_related

18 years agofixup to gen-schema.pl
Matt S Trout [Fri, 12 May 2006 01:04:37 +0000]
fixup to gen-schema.pl

18 years agoperformance fix for cascade_update
Matt S Trout [Fri, 12 May 2006 00:56:54 +0000]
performance fix for cascade_update

18 years agoFixed cookbook example to actually work
Justin Guenther [Thu, 11 May 2006 21:53:25 +0000]
Fixed cookbook example to actually work

18 years agoAdded a couple examples to the cookbook
Justin Guenther [Thu, 11 May 2006 19:20:59 +0000]
Added a couple examples to the cookbook

18 years agoRow::update encapsulates this when passed a hashref; using set_columns bypasses deflation
Daniel Westermann-Clark [Wed, 10 May 2006 16:00:11 +0000]
Row::update encapsulates this when passed a hashref; using set_columns bypasses deflation

18 years agoComment to DBIX_CLASS_STORAGE_DBI_DEBUG stating that it is read on storage creation.
Aran Deltac [Tue, 9 May 2006 15:00:56 +0000]
Comment to DBIX_CLASS_STORAGE_DBI_DEBUG stating that it is read on storage creation.

18 years agocouple bugfixes
Matt S Trout [Mon, 8 May 2006 23:03:00 +0000]
couple bugfixes

18 years agoAdd missing comma in example ;)
Daniel Westermann-Clark [Mon, 1 May 2006 19:31:19 +0000]
Add missing comma in example ;)

18 years agoAdd example of multi-column foreign keys
Daniel Westermann-Clark [Mon, 1 May 2006 19:29:37 +0000]
Add example of multi-column foreign keys

18 years agopod patch from ted
Matt S Trout [Thu, 27 Apr 2006 20:43:45 +0000]
pod patch from ted

18 years agoDocument the exitance of the DBIx::Class::ResultSource::schema() accessor.
Aran Deltac [Wed, 26 Apr 2006 22:15:41 +0000]
Document the exitance of the DBIx::Class::ResultSource::schema() accessor.

18 years agocycle tests and a weaken call
Matt S Trout [Sat, 22 Apr 2006 16:29:28 +0000]
cycle tests and a weaken call

18 years agoremoved duff ResultSourceProxy links
Luke Saunders [Fri, 21 Apr 2006 13:54:40 +0000]
removed duff ResultSourceProxy links

18 years agonuke DBI->trace calls
Will Hawes [Thu, 20 Apr 2006 16:53:58 +0000]
nuke DBI->trace calls

18 years agoTrivial documentation fixes
Nigel Metheringham [Thu, 20 Apr 2006 15:22:07 +0000]
Trivial documentation fixes

18 years agoChanges for 0.06002 v0.06002
Matt S Trout [Wed, 19 Apr 2006 23:45:47 +0000]
Changes for 0.06002

18 years agonuked last remaining each uses. just because.
Matt S Trout [Wed, 19 Apr 2006 23:19:13 +0000]
nuked last remaining each uses. just because.

18 years agomake set_from_related handle undef
Matt S Trout [Wed, 19 Apr 2006 22:01:31 +0000]
make set_from_related handle undef

18 years agofixup for Dumper brain damage
Matt S Trout [Wed, 19 Apr 2006 20:47:36 +0000]
fixup for Dumper brain damage

18 years agoFix to copy
Matt S Trout [Wed, 19 Apr 2006 20:18:18 +0000]
Fix to copy

18 years ago=Test for Data::Dumper::Sortkeys incompatibility (export DATA_DUMPER_TEST=1).
Simon Elliott [Wed, 19 Apr 2006 18:57:26 +0000]
=Test for Data::Dumper::Sortkeys incompatibility (export DATA_DUMPER_TEST=1).

18 years agofixup for search w/no args and cache
Matt S Trout [Wed, 19 Apr 2006 16:06:59 +0000]
fixup for search w/no args and cache

18 years agoremove icky ' = '
Will Hawes [Wed, 19 Apr 2006 08:09:37 +0000]
remove icky ' = '

18 years agograb ->dbh once per function in Storage::DBI
Matt S Trout [Sun, 16 Apr 2006 22:03:29 +0000]
grab ->dbh once per function in Storage::DBI

18 years agoinject_base filters out double entries
Robert Sedlacek [Sun, 16 Apr 2006 20:57:56 +0000]
inject_base filters out double entries

18 years agodisabled ->resultset caching
Matt S Trout [Sun, 16 Apr 2006 19:21:28 +0000]
disabled ->resultset caching

18 years agoFixed typo in Relationship POD
Matt S Trout [Sat, 15 Apr 2006 21:55:47 +0000]
Fixed typo in Relationship POD

18 years agooops, bogus many_to_many example in pod
Jess Robinson [Fri, 14 Apr 2006 14:08:57 +0000]
oops, bogus many_to_many example in pod

18 years agoAdd approximate release dates based on CPAN upload reports
Daniel Westermann-Clark [Wed, 12 Apr 2006 18:50:04 +0000]
Add approximate release dates based on CPAN upload reports

18 years agoFix SQLT example (one of them anyway)
Jess Robinson [Wed, 12 Apr 2006 15:25:50 +0000]
Fix SQLT example (one of them anyway)

18 years agoFix for -and conditions when updating or deleting on a ResultSet
Daniel Westermann-Clark [Wed, 12 Apr 2006 15:01:57 +0000]
Fix for -and conditions when updating or deleting on a ResultSet

18 years agoPOD fix for search.cpan.org
Daniel Westermann-Clark [Wed, 12 Apr 2006 03:29:12 +0000]
POD fix for search.cpan.org

18 years agoMake POD match package name
Daniel Westermann-Clark [Wed, 12 Apr 2006 00:51:11 +0000]
Make POD match package name

18 years ago0.06001 changes v0.06001
Matt S Trout [Sat, 8 Apr 2006 21:53:55 +0000]
0.06001 changes

18 years agoSkip distinct tests on old sqlite versions
Jess Robinson [Sat, 8 Apr 2006 21:27:33 +0000]
Skip distinct tests on old sqlite versions

18 years agofix to update with undefined relations
Matt S Trout [Sat, 8 Apr 2006 17:43:08 +0000]
fix to update with undefined relations

18 years agoMade storage txn_* functions log DBI operations to SQL debug trace
Nigel Metheringham [Fri, 7 Apr 2006 11:03:36 +0000]
Made storage txn_* functions log DBI operations to SQL debug trace

18 years agofixed multiple column count distincts in SQLite and Oracle
Luke Saunders [Thu, 6 Apr 2006 17:36:57 +0000]
fixed multiple column count distincts in SQLite and Oracle

18 years agoFixup to Cursor, updated Changes
Matt S Trout [Thu, 6 Apr 2006 15:54:56 +0000]
Fixup to Cursor, updated Changes

18 years agoApplied mst fixes for delete on resultsetin [839] to update. Factored out common...
Nigel Metheringham [Thu, 6 Apr 2006 14:20:32 +0000]
Applied mst fixes for delete on resultsetin [839] to update.  Factored out common code

18 years agoRid of a wantarray
Matt S Trout [Wed, 5 Apr 2006 00:16:49 +0000]
Rid of a wantarray

18 years agoUse DocMap
Jess Robinson [Tue, 4 Apr 2006 19:52:05 +0000]
Use DocMap

18 years agoFix to cascade_delete courtesy mst.
Simon Elliott [Tue, 4 Apr 2006 12:52:56 +0000]
Fix to cascade_delete courtesy mst.

18 years agoAdded some track test data and a cascading relationship test
Nigel Metheringham [Tue, 4 Apr 2006 12:48:50 +0000]
Added some track test data and a cascading relationship test

18 years agoWrap DBI->connnect and ->sth calls in eval to properly throw an exception.
Dan Sully [Mon, 3 Apr 2006 22:16:35 +0000]
Wrap DBI->connnect and ->sth calls in eval to properly throw an exception.

18 years agoNew tests for cascade_delete, including fail.
Simon Elliott [Mon, 3 Apr 2006 17:25:18 +0000]
New tests for cascade_delete, including fail.

18 years agoNew doc
Jess Robinson [Sat, 1 Apr 2006 21:28:34 +0000]
New doc

18 years agoadded "having"
Jess Robinson [Sat, 1 Apr 2006 17:05:24 +0000]
added "having"

18 years agoStorage::DBI error reporting improvement from Dan Sully
Matt S Trout [Sat, 1 Apr 2006 00:10:06 +0000]
Storage::DBI error reporting improvement from Dan Sully

18 years agoTypo fixups and small documentation expansions
Jess Robinson [Thu, 30 Mar 2006 17:53:26 +0000]
Typo fixups and small documentation expansions

18 years agoCleaned up reference to DBIx::Class::Manual::FAQ which no longer exists
Nigel Metheringham [Thu, 30 Mar 2006 13:23:04 +0000]
Cleaned up reference to DBIx::Class::Manual::FAQ which no longer exists

18 years agoCleaned up reference to DBIx::Class::Manual::FAQ which no longer exists
Nigel Metheringham [Thu, 30 Mar 2006 13:20:42 +0000]
Cleaned up reference to DBIx::Class::Manual::FAQ which no longer exists

18 years agoResultSetManager example from CaptainCarlos
Jess Robinson [Wed, 29 Mar 2006 15:30:55 +0000]
ResultSetManager example from CaptainCarlos

18 years agoAdd missing ) before unless.
Stephan Szabo [Tue, 28 Mar 2006 18:54:35 +0000]
Add missing ) before unless.

18 years agoChanged logic for determining foreign key constraints
Stephan Szabo [Tue, 28 Mar 2006 18:28:37 +0000]
Changed logic for determining foreign key constraints
in SQL::Translator::Parser::DBIx::Class to compare
self keys against the primary key.

Made SQL::Translator::Parser::DBIx::Class handle
multi-column foreign key constraints.

Added tests on helperrels for these.

18 years agoMore debugging for "no sth generated"
Jess Robinson [Tue, 28 Mar 2006 14:37:34 +0000]
More debugging for "no sth generated"

18 years agominor pod fixes
Brian Cassidy [Tue, 28 Mar 2006 13:04:30 +0000]
minor pod fixes

18 years agosplit( ";\n", @statements" ) returns crack
Yuval Kogman [Mon, 27 Mar 2006 22:21:27 +0000]
split( ";\n", @statements" ) returns crack

18 years agoFix typo in from rs attr docs
Matt S Trout [Mon, 27 Mar 2006 20:09:09 +0000]
Fix typo in from rs attr docs

18 years agoQuoting fixes for single-table ops
Matt S Trout [Mon, 27 Mar 2006 17:35:26 +0000]
Quoting fixes for single-table ops

18 years agoconverted tabs to spaces, removed trailing whitespace
Brandon L. Black [Sun, 26 Mar 2006 14:44:25 +0000]
converted tabs to spaces, removed trailing whitespace

18 years agomissed a couple things
David Kamholz [Sun, 26 Mar 2006 00:16:07 +0000]
missed a couple things

18 years agovarious small doc fixes
David Kamholz [Sun, 26 Mar 2006 00:15:00 +0000]
various small doc fixes

18 years ago0.06000 changes v0.06000
Matt S Trout [Sat, 25 Mar 2006 18:08:38 +0000]
0.06000 changes

18 years agoremoved parentheses from argument lists in docs
Justin Guenther [Sat, 25 Mar 2006 08:49:58 +0000]
removed parentheses from argument lists in docs

18 years agochanged Returns -> Return Value
Justin Guenther [Sat, 25 Mar 2006 08:43:38 +0000]
changed Returns -> Return Value

18 years agoSmall doc typo fix in ResultSet.
Aran Deltac [Sat, 25 Mar 2006 02:28:25 +0000]
Small doc typo fix in ResultSet.

18 years agoUpdated ResultSet docs
Matt S Trout [Sat, 25 Mar 2006 00:08:58 +0000]
Updated ResultSet docs

18 years agoLinked Manual::Example from Manual
Matt S Trout [Fri, 24 Mar 2006 22:42:42 +0000]
Linked Manual::Example from Manual

18 years agoDocs!
Jess Robinson [Fri, 24 Mar 2006 22:04:56 +0000]
Docs!

18 years agoDocs!
Jess Robinson [Fri, 24 Mar 2006 21:36:03 +0000]
Docs!

18 years agoFixed in-code indent in Example.pod
Matt S Trout [Fri, 24 Mar 2006 21:33:21 +0000]
Fixed in-code indent in Example.pod

18 years agoFixed indent in Example.pod
Matt S Trout [Fri, 24 Mar 2006 21:28:19 +0000]
Fixed indent in Example.pod

18 years agoYet more docs ;)
Jess Robinson [Fri, 24 Mar 2006 21:24:23 +0000]
Yet more docs ;)

18 years agocleaned up docs, added Arguments/Returns sections for most methods
Justin Guenther [Fri, 24 Mar 2006 21:11:39 +0000]
cleaned up docs, added Arguments/Returns sections for most methods

18 years agoclarified method docs
Justin Guenther [Fri, 24 Mar 2006 21:05:46 +0000]
clarified method docs

18 years agoreworded result -> row
Justin Guenther [Fri, 24 Mar 2006 20:58:12 +0000]
reworded result -> row

18 years agodocumented DBIx::Class::Cursor and DBIx::Class::Storage::DBI::Cursor
Justin Guenther [Fri, 24 Mar 2006 20:54:55 +0000]
documented DBIx::Class::Cursor and DBIx::Class::Storage::DBI::Cursor

18 years agofix erur fix
David Kamholz [Fri, 24 Mar 2006 20:38:00 +0000]
fix erur fix

18 years agoSpleling fixes all over.
Aran Deltac [Fri, 24 Mar 2006 14:40:23 +0000]
Spleling fixes all over.

18 years agochanged formatting for arguments/return values in method docs
Justin Guenther [Fri, 24 Mar 2006 07:16:39 +0000]
changed formatting for arguments/return values in method docs

18 years agofixed a stupid typo
Justin Guenther [Fri, 24 Mar 2006 07:06:05 +0000]
fixed a stupid typo

18 years agoexpanded/clarified documentation
Justin Guenther [Fri, 24 Mar 2006 06:04:16 +0000]
expanded/clarified documentation

18 years agocode reformatting for readibility
Justin Guenther [Fri, 24 Mar 2006 06:01:55 +0000]
code reformatting for readibility