Merge 'trunk' into 'table_name_ref'
authorRafael Kitover <rkitover@cpan.org>
Fri, 17 Jul 2009 08:18:24 +0000 (08:18 +0000)
committerRafael Kitover <rkitover@cpan.org>
Fri, 17 Jul 2009 08:18:24 +0000 (08:18 +0000)
commit35f61d278b515761c2dc3ac94059724a74e29793
treef912a9c05e036c8ee3f77b94f16475848fe4248e
parent6528878c9901803efb8cdd8561ae17a9d9409d2a
parentfaaba25f5e1a756bfe8dfe6a76e9dbe77c5e189e
Merge 'trunk' into 'table_name_ref'

r5961@hlagh (orig r7029):  robkinyon | 2009-07-10 18:03:07 -0400
Applied patch from kados regarding use of a DateTime::Format class to validate
r5962@hlagh (orig r7030):  caelum | 2009-07-11 05:26:40 -0400
reword IC::DT doc patch
r6009@hlagh (orig r7037):  dandv | 2009-07-13 08:06:08 -0400
PK::Auto has moved into Core since 2007
r6010@hlagh (orig r7038):  dandv | 2009-07-13 08:15:13 -0400
Fixed has_many example in Intro.pod
r6011@hlagh (orig r7039):  dandv | 2009-07-13 16:58:45 -0400
Fixed run-on sentences in FAQ
r6012@hlagh (orig r7040):  dandv | 2009-07-13 17:18:11 -0400
Minor POD fixes in Example.pod
r6013@hlagh (orig r7041):  dandv | 2009-07-13 17:48:18 -0400
Favored using ->single to get the topmost result over less readable ->slice(0)
r6014@hlagh (orig r7042):  dandv | 2009-07-13 18:56:31 -0400
Minor POD fixes in Cookbook
r6015@hlagh (orig r7045):  ribasushi | 2009-07-14 07:30:55 -0400
Minor logic cleanup
r6016@hlagh (orig r7046):  ribasushi | 2009-07-14 08:07:11 -0400
grouped prefetch fix
r6023@hlagh (orig r7053):  ijw | 2009-07-15 12:55:35 -0400
Added SQLA link for more comprehensive documentation of order_by options available
r6026@hlagh (orig r7056):  caelum | 2009-07-15 18:54:22 -0400
add "smalldatetime" support to IC::DT
r6029@hlagh (orig r7059):  ribasushi | 2009-07-16 00:29:41 -0400
 r7013@Thesaurus (orig r7012):  jnapiorkowski | 2009-07-09 17:00:22 +0200
 new branch
 r7014@Thesaurus (orig r7013):  jnapiorkowski | 2009-07-09 20:06:44 +0200
 changed the way transactions are detected for replication to work with the standard way to do this, minor doc updates, fix to the force pool so you can force a particular slave, changes to the way the debugging is created
 r7015@Thesaurus (orig r7014):  jnapiorkowski | 2009-07-09 20:17:03 +0200
 more changes to the way debug output works
 r7016@Thesaurus (orig r7015):  jnapiorkowski | 2009-07-09 22:26:47 +0200
 big update to the test suite so that we now check to make sure the storage that was expected was actually used
 r7017@Thesaurus (orig r7016):  jnapiorkowski | 2009-07-09 23:23:37 +0200
 set correct number of tests, changed the debuggin output to not warn on DDL, minor change to a test resultclass so we can deploy to mysql properly
 r7018@Thesaurus (orig r7017):  jnapiorkowski | 2009-07-09 23:26:59 +0200
 corrected the number of skipped tests
 r7019@Thesaurus (orig r7018):  jnapiorkowski | 2009-07-09 23:52:22 +0200
 fixed test resultclass formatting, added a few more DBIC::Storage::DBI methods that I might need to delegate.
 r7020@Thesaurus (orig r7019):  jnapiorkowski | 2009-07-10 01:23:07 +0200
 some documention updates and changed the way we find paths for the sqlite dbfiles to use File::Spec, which I hope will solve some of the Win32 error messages
 r7023@Thesaurus (orig r7022):  jnapiorkowski | 2009-07-10 18:00:38 +0200
 pod cleanup, fixed broken pod links, and new Introduction pod
 r7024@Thesaurus (orig r7023):  jnapiorkowski | 2009-07-10 19:10:57 +0200
 updated Changes file to reflect work completed
 r7025@Thesaurus (orig r7024):  jnapiorkowski | 2009-07-10 19:37:53 +0200
 a few more Moose Type related fixes and added diag to the replication test to report the moose and types version used, to help us debug some of the moose related errors being reported
 r7058@Thesaurus (orig r7057):  ribasushi | 2009-07-16 06:28:44 +0200
 A couple of typos, and general whitespace cleanup (ick)

r6031@hlagh (orig r7062):  jnapiorkowski | 2009-07-16 11:03:32 -0400
increased Moose version requirements due to changes in the way type constraints get validated, which is not backwardly compatible
r6032@hlagh (orig r7063):  dandv | 2009-07-16 21:37:28 -0400
Minor POD grammar: it's -> its where appropriate
lib/DBIx/Class/ResultSource.pm
lib/DBIx/Class/ResultSourceProxy/Table.pm
lib/DBIx/Class/Storage/DBI/Pg.pm
lib/SQL/Translator/Parser/DBIx/Class.pm