Jess Robinson [Thu, 8 Jun 2006 12:55:46 +0000]
Fix insert overloading example
Jess Robinson [Sat, 3 Jun 2006 11:18:55 +0000]
Added "The DBIX::Class way" by Adam Jacob
Jesse Sheidlower [Fri, 2 Jun 2006 19:28:09 +0000]
fixed trivial perldoc error
Justin Guenther [Thu, 25 May 2006 16:53:12 +0000]
Changed txn_do docs/Cookbook example to use closures, and made their content more consistent
Ash Berlin [Tue, 23 May 2006 15:36:07 +0000]
Added docs for quote_char, name_sep and offset RS attrib.
Jess Robinson [Fri, 19 May 2006 13:12:22 +0000]
.. And correct the number of tests
Jess Robinson [Fri, 19 May 2006 13:03:20 +0000]
Oops, fix bookmark thingy here too
Jess Robinson [Fri, 19 May 2006 12:42:20 +0000]
Update VERSION
Justin Guenther [Thu, 18 May 2006 22:34:31 +0000]
fixed an out-of-date limitation for has_many prefetch mentioned in Cookbook.pm
Justin Guenther [Thu, 18 May 2006 22:11:20 +0000]
fixed small error in the SYNOPSIS of ResultSetManager.pm
Justin Guenther [Thu, 18 May 2006 21:55:45 +0000]
removed another couple extraneous $self->dbh calls
Justin Guenther [Thu, 18 May 2006 18:32:06 +0000]
added bind information to exception thrown from DBIx::Class::Storage::DBI::_execute()
Thomas Kratz [Thu, 18 May 2006 16:49:41 +0000]
Undoing changes commited in revisions 1664-1671... Sorry for the fuck up
Thomas Kratz [Thu, 18 May 2006 15:59:52 +0000]
Moved UUIDMaker.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
Jess Robinson [Thu, 18 May 2006 09:48:30 +0000]
Add pod for params of inflate/deflate coderefs
Kieren Diment [Wed, 17 May 2006 09:49:18 +0000]
optimised last_insert_id example for searching
Jess Robinson [Wed, 17 May 2006 09:28:27 +0000]
Documentation updates
Matt S Trout [Sun, 14 May 2006 18:25:56 +0000]
tweaked might_have test for -current
Matt S Trout [Fri, 12 May 2006 02:17:18 +0000]
fixup for stringify that can be false in find_or_create_related
Matt S Trout [Fri, 12 May 2006 01:04:37 +0000]
fixup to gen-schema.pl
Matt S Trout [Fri, 12 May 2006 00:56:54 +0000]
performance fix for cascade_update
Justin Guenther [Thu, 11 May 2006 21:53:25 +0000]
Fixed cookbook example to actually work
Justin Guenther [Thu, 11 May 2006 19:20:59 +0000]
Added a couple examples to the cookbook
Daniel Westermann-Clark [Wed, 10 May 2006 16:00:11 +0000]
Row::update encapsulates this when passed a hashref; using set_columns bypasses deflation
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.
Matt S Trout [Mon, 8 May 2006 23:03:00 +0000]
couple bugfixes
Daniel Westermann-Clark [Mon, 1 May 2006 19:31:19 +0000]
Add missing comma in example ;)
Daniel Westermann-Clark [Mon, 1 May 2006 19:29:37 +0000]
Add example of multi-column foreign keys
Matt S Trout [Thu, 27 Apr 2006 20:43:45 +0000]
pod patch from ted
Aran Deltac [Wed, 26 Apr 2006 22:15:41 +0000]
Document the exitance of the DBIx::Class::ResultSource::schema() accessor.
Matt S Trout [Sat, 22 Apr 2006 16:29:28 +0000]
cycle tests and a weaken call
Luke Saunders [Fri, 21 Apr 2006 13:54:40 +0000]
removed duff ResultSourceProxy links
Will Hawes [Thu, 20 Apr 2006 16:53:58 +0000]
nuke DBI->trace calls
Nigel Metheringham [Thu, 20 Apr 2006 15:22:07 +0000]
Trivial documentation fixes
Matt S Trout [Wed, 19 Apr 2006 23:45:47 +0000]
Changes for 0.06002
Matt S Trout [Wed, 19 Apr 2006 23:19:13 +0000]
nuked last remaining each uses. just because.
Matt S Trout [Wed, 19 Apr 2006 22:01:31 +0000]
make set_from_related handle undef
Matt S Trout [Wed, 19 Apr 2006 20:47:36 +0000]
fixup for Dumper brain damage
Matt S Trout [Wed, 19 Apr 2006 20:18:18 +0000]
Fix to copy
Simon Elliott [Wed, 19 Apr 2006 18:57:26 +0000]
=Test for Data::Dumper::Sortkeys incompatibility (export DATA_DUMPER_TEST=1).
Matt S Trout [Wed, 19 Apr 2006 16:06:59 +0000]
fixup for search w/no args and cache
Will Hawes [Wed, 19 Apr 2006 08:09:37 +0000]
remove icky ' = '
Matt S Trout [Sun, 16 Apr 2006 22:03:29 +0000]
grab ->dbh once per function in Storage::DBI
Robert Sedlacek [Sun, 16 Apr 2006 20:57:56 +0000]
inject_base filters out double entries
Matt S Trout [Sun, 16 Apr 2006 19:21:28 +0000]
disabled ->resultset caching
Matt S Trout [Sat, 15 Apr 2006 21:55:47 +0000]
Fixed typo in Relationship POD
Jess Robinson [Fri, 14 Apr 2006 14:08:57 +0000]
oops, bogus many_to_many example in pod
Daniel Westermann-Clark [Wed, 12 Apr 2006 18:50:04 +0000]
Add approximate release dates based on CPAN upload reports
Jess Robinson [Wed, 12 Apr 2006 15:25:50 +0000]
Fix SQLT example (one of them anyway)
Daniel Westermann-Clark [Wed, 12 Apr 2006 15:01:57 +0000]
Fix for -and conditions when updating or deleting on a ResultSet
Daniel Westermann-Clark [Wed, 12 Apr 2006 03:29:12 +0000]
POD fix for search.cpan.org
Daniel Westermann-Clark [Wed, 12 Apr 2006 00:51:11 +0000]
Make POD match package name
Matt S Trout [Sat, 8 Apr 2006 21:53:55 +0000]
0.06001 changes
Jess Robinson [Sat, 8 Apr 2006 21:27:33 +0000]
Skip distinct tests on old sqlite versions
Matt S Trout [Sat, 8 Apr 2006 17:43:08 +0000]
fix to update with undefined relations
Nigel Metheringham [Fri, 7 Apr 2006 11:03:36 +0000]
Made storage txn_* functions log DBI operations to SQL debug trace
Luke Saunders [Thu, 6 Apr 2006 17:36:57 +0000]
fixed multiple column count distincts in SQLite and Oracle
Matt S Trout [Thu, 6 Apr 2006 15:54:56 +0000]
Fixup to Cursor, updated Changes
Nigel Metheringham [Thu, 6 Apr 2006 14:20:32 +0000]
Applied mst fixes for delete on resultsetin [839] to update. Factored out common code
Matt S Trout [Wed, 5 Apr 2006 00:16:49 +0000]
Rid of a wantarray
Jess Robinson [Tue, 4 Apr 2006 19:52:05 +0000]
Use DocMap
Simon Elliott [Tue, 4 Apr 2006 12:52:56 +0000]
Fix to cascade_delete courtesy mst.
Nigel Metheringham [Tue, 4 Apr 2006 12:48:50 +0000]
Added some track test data and a cascading relationship test
Dan Sully [Mon, 3 Apr 2006 22:16:35 +0000]
Wrap DBI->connnect and ->sth calls in eval to properly throw an exception.
Simon Elliott [Mon, 3 Apr 2006 17:25:18 +0000]
New tests for cascade_delete, including fail.
Jess Robinson [Sat, 1 Apr 2006 21:28:34 +0000]
New doc
Jess Robinson [Sat, 1 Apr 2006 17:05:24 +0000]
added "having"
Matt S Trout [Sat, 1 Apr 2006 00:10:06 +0000]
Storage::DBI error reporting improvement from Dan Sully
Jess Robinson [Thu, 30 Mar 2006 17:53:26 +0000]
Typo fixups and small documentation expansions
Nigel Metheringham [Thu, 30 Mar 2006 13:23:04 +0000]
Cleaned 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
Jess Robinson [Wed, 29 Mar 2006 15:30:55 +0000]
ResultSetManager example from CaptainCarlos
Stephan Szabo [Tue, 28 Mar 2006 18:54:35 +0000]
Add missing ) before unless.
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.
Jess Robinson [Tue, 28 Mar 2006 14:37:34 +0000]
More debugging for "no sth generated"
Brian Cassidy [Tue, 28 Mar 2006 13:04:30 +0000]
minor pod fixes
Yuval Kogman [Mon, 27 Mar 2006 22:21:27 +0000]
split( ";\n", @statements" ) returns crack
Matt S Trout [Mon, 27 Mar 2006 20:09:09 +0000]
Fix typo in from rs attr docs
Matt S Trout [Mon, 27 Mar 2006 17:35:26 +0000]
Quoting fixes for single-table ops
Brandon L. Black [Sun, 26 Mar 2006 14:44:25 +0000]
converted tabs to spaces, removed trailing whitespace
David Kamholz [Sun, 26 Mar 2006 00:16:07 +0000]
missed a couple things
David Kamholz [Sun, 26 Mar 2006 00:15:00 +0000]
various small doc fixes
Matt S Trout [Sat, 25 Mar 2006 18:08:38 +0000]
0.06000 changes
Justin Guenther [Sat, 25 Mar 2006 08:49:58 +0000]
removed parentheses from argument lists in docs
Justin Guenther [Sat, 25 Mar 2006 08:43:38 +0000]
changed Returns -> Return Value
Aran Deltac [Sat, 25 Mar 2006 02:28:25 +0000]
Small doc typo fix in ResultSet.
Matt S Trout [Sat, 25 Mar 2006 00:08:58 +0000]
Updated ResultSet docs
Matt S Trout [Fri, 24 Mar 2006 22:42:42 +0000]
Linked Manual::Example from Manual
Jess Robinson [Fri, 24 Mar 2006 22:04:56 +0000]
Docs!
Jess Robinson [Fri, 24 Mar 2006 21:36:03 +0000]
Docs!
Matt S Trout [Fri, 24 Mar 2006 21:33:21 +0000]
Fixed in-code indent in Example.pod
Matt S Trout [Fri, 24 Mar 2006 21:28:19 +0000]
Fixed indent in Example.pod
Jess Robinson [Fri, 24 Mar 2006 21:24:23 +0000]
Yet more docs ;)
Justin Guenther [Fri, 24 Mar 2006 21:11:39 +0000]
cleaned up docs, added Arguments/Returns sections for most methods
Justin Guenther [Fri, 24 Mar 2006 21:05:46 +0000]
clarified method docs
Justin Guenther [Fri, 24 Mar 2006 20:58:12 +0000]
reworded result -> row
Justin Guenther [Fri, 24 Mar 2006 20:54:55 +0000]
documented DBIx::Class::Cursor and DBIx::Class::Storage::DBI::Cursor
David Kamholz [Fri, 24 Mar 2006 20:38:00 +0000]
fix erur fix
Aran Deltac [Fri, 24 Mar 2006 14:40:23 +0000]
Spleling fixes all over.