Merge 'DBIx-Class-current' into 'reorganize_tests'
r1664@moss (orig r1663): matthewt | 2006-05-18 06:19:02 -0700
r8675@cain (orig r1649): castaway | 2006-05-17 09:28:27 +0000
Documentation updates
r8676@cain (orig r1650): zarquon | 2006-05-17 09:49:18 +0000
optimised last_insert_id example for searching
r8691@cain (orig r1659): castaway | 2006-05-18 09:48:30 +0000
Add pod for params of inflate/deflate coderefs
r1678@moss (orig r1677): tomk | 2006-05-18 10:13:14 -0700
Moved UUIDColumns from DBIX-Class-current into it's own dist in the trunk
r1679@moss (orig r1678): matthewt | 2006-05-18 10:36:48 -0700
Moved PK::Auto into core
r1703@moss (orig r1702): castaway | 2006-05-19 13:26:38 -0700
zbys Postgres casecheck patch
r1704@moss (orig r1703): jguenther | 2006-05-19 13:50:55 -0700
added ensure_class_loaded method to Componentized, which should fix problems with nonexistent classes referenced in relationships going undetected
r1705@moss (orig r1704): jguenther | 2006-05-19 13:56:32 -0700
removed DBICTest::Schema::Casecheck until someone adds it
r1716@moss (orig r1715): matthewt | 2006-05-19 17:34:58 -0700
r8698@cain (orig r1666): tomk | 2006-05-18 15:56:54 +0000
Moved UUIDColumns.pm over from main DBIx::Class dist
r8699@cain (orig r1667): tomk | 2006-05-18 15:59:52 +0000
Moved UUIDMaker.pm over from main DBIx::Class dist
r8707@cain (orig r1675): tomk | 2006-05-18 16:49:41 +0000
Undoing changes commited in revisions 1664-1671... Sorry for the fuck up
r8718@cain (orig r1681): jguenther | 2006-05-18 18:32:06 +0000
added bind information to exception thrown from DBIx::Class::Storage::DBI::_execute()
r8731@cain (orig r1684): jguenther | 2006-05-18 21:55:45 +0000
removed another couple extraneous $self->dbh calls
r8732@cain (orig r1685): jguenther | 2006-05-18 22:11:20 +0000
fixed small error in the SYNOPSIS of ResultSetManager.pm
r8733@cain (orig r1686): jguenther | 2006-05-18 22:34:31 +0000
fixed an out-of-date limitation for has_many prefetch mentioned in Cookbook.pm
r8741@cain (orig r1694): castaway | 2006-05-19 12:42:20 +0000
Update VERSION
r8742@cain (orig r1695): castaway | 2006-05-19 13:03:20 +0000
Oops, fix bookmark thingy here too
r8743@cain (orig r1696): castaway | 2006-05-19 13:12:22 +0000
.. And correct the number of tests
r1719@moss (orig r1718): matthewt | 2006-05-19 17:53:52 -0700
r1656@cain (orig r1519): matthewt | 2006-04-26 03:19:25 +0000
Added InflateColumn::DateTime component
r1720@moss (orig r1719): matthewt | 2006-05-19 17:54:25 -0700
r8669@cain (orig r1643): matthewt | 2006-05-17 00:22:06 +0000
Missing stuff for DateTime branch
r1721@moss (orig r1720): matthewt | 2006-05-19 17:54:29 -0700
r1722@moss (orig r1721): matthewt | 2006-05-19 17:54:33 -0700
r1723@moss (orig r1722): matthewt | 2006-05-19 17:54:37 -0700
r8762@cain (orig r1713): matthewt | 2006-05-20 00:33:14 +0000
added datetime parser types for the dbs I can find them for
r1724@moss (orig r1723): matthewt | 2006-05-19 17:54:41 -0700
r8763@cain (orig r1714): matthewt | 2006-05-20 00:34:39 +0000
added datetime parser for MSSQL (ta LTJake)
r1725@moss (orig r1724): matthewt | 2006-05-19 17:54:44 -0700
r1726@moss (orig r1725): matthewt | 2006-05-19 18:14:38 -0700
futz changes, fix populate. I'm a retard.
r1731@moss (orig r1730): claco | 2006-05-20 13:40:55 -0700
Added delete_related tests to verify it only deletes related records