From: Matt S Trout Date: Fri, 24 Feb 2006 01:20:41 +0000 (+0000) Subject: Merge 'trunk' into 'DBIx-Class-current' X-Git-Tag: v0.06000~61^2~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5697f6a51e266166dfec230f46ac31730c0b7078;hp=-c;p=dbsrgits%2FDBIx-Class.git Merge 'trunk' into 'DBIx-Class-current' r8160@obrien (orig r962): matthewt | 2006-02-23 21:53:51 +0000 Updated Class::C3 dep r8161@obrien (orig r963): matthewt | 2006-02-24 01:19:15 +0000 Changes for 0.05007 --- 5697f6a51e266166dfec230f46ac31730c0b7078 diff --combined Changes index e7e7f9d,97bb9fe..df718b3 --- a/Changes +++ b/Changes @@@ -1,11 -1,6 +1,12 @@@ Revision history for DBIx::Class + - minor tweak to tests for join edge case + - added cascade_copy relationship attribute + (sponsored by Airspace Software, http://www.airspace.co.uk/) + - clean up set_from_related + - made copy() automatically null out auto-inc columns + + 0.05007 2006-02-24 00:59:00 - tweak to Componentised for Class::C3 0.11 - fixes for auto-inc under MSSQL @@@ -28,7 -23,10 +29,7 @@@ 0.05003 2006-02-08 17:50:20 - add component_class accessors and use them for *_class - small fixes to Serialize and ResultSetManager - - prevent accidental table-wide update/delete on row-object - from PK-less table - rollback on disconnect, and disconnect on DESTROY - - fixes to deep search and search_relateduser 0.05002 2006-02-06 12:12:03 - Added recommends for Class::Inspector @@@ -132,6 -130,7 +133,6 @@@ 0.03004 - Added an || '' to the CDBICompat stringify to avoid null warnings - Updated name section for manual pods - 0.03003 2005-11-03 17:00:00 - POD fixes. - Changed use to require in Relationship/Base to avoid import. diff --combined MANIFEST index 6f8325a,5c040e3..a730db0 --- a/MANIFEST +++ b/MANIFEST @@@ -34,6 -34,7 +34,7 @@@ lib/DBIx/Class/InflateColumn.p lib/DBIx/Class/Manual.pod lib/DBIx/Class/Manual/Cookbook.pod lib/DBIx/Class/Manual/FAQ.pod + lib/DBIx/Class/Manual/Glossary.pod lib/DBIx/Class/Manual/Intro.pod lib/DBIx/Class/Manual/SchemaIntro.pod lib/DBIx/Class/Manual/Troubleshooting.pod @@@ -64,29 -65,17 +65,29 @@@ lib/DBIx/Class/ResultSourceProxy.p lib/DBIx/Class/ResultSourceProxy/Table.pm lib/DBIx/Class/Row.pm lib/DBIx/Class/Schema.pm -lib/DBIx/Class/Serialize.pm +lib/DBIx/Class/Serialize/Storable.pm lib/DBIx/Class/Storage/DBI.pm lib/DBIx/Class/Storage/DBI/Cursor.pm +lib/DBIx/Class/Storage/DBI/DB2.pm +lib/DBIx/Class/Storage/DBI/MSSQL.pm +lib/DBIx/Class/Storage/DBI/mysql.pm +lib/DBIx/Class/Storage/DBI/Oracle.pm +lib/DBIx/Class/Storage/DBI/Pg.pm +lib/DBIx/Class/Storage/DBI/SQLite.pm lib/DBIx/Class/Test/SQLite.pm lib/DBIx/Class/UUIDColumns.pm +lib/DBIx/Class/UUIDMaker.pm +lib/DBIx/Class/UUIDMaker/APR/UUID.pm +lib/DBIx/Class/UUIDMaker/Data/Uniqid.pm +lib/DBIx/Class/UUIDMaker/Data/UUID.pm +lib/DBIx/Class/UUIDMaker/UUID.pm +lib/DBIx/Class/UUIDMaker/Win32/Guidgen.pm +lib/DBIx/Class/UUIDMaker/Win32API/GUID.pm lib/DBIx/Class/Validation.pm lib/SQL/Translator/Parser/DBIx/Class.pm lib/SQL/Translator/Producer/DBIx/Class/File.pm Makefile.PL MANIFEST This list of files -META.yml README t/02pod.t t/03podcoverage.t.disabled @@@ -97,6 -86,7 +98,7 @@@ t/20setuperrors. t/30dbicplain.t t/40resultsetmanager.t t/41orrible.t + t/42toplimit.t t/50fork.t t/basicrels/01core.t t/basicrels/04db.t @@@ -110,15 -100,12 +112,15 @@@ t/basicrels/10auto. t/basicrels/11mysql.t t/basicrels/12pg.t t/basicrels/13oracle.t +t/basicrels/145db2.t t/basicrels/14mssql.t t/basicrels/15limit.t t/basicrels/16joins.t t/basicrels/17join_count.t t/basicrels/18self_referencial.t t/basicrels/19uuid.t +t/basicrels/20unique.t +t/basicrels/21serialize.t t/cdbi-sweet-t/08pager.t t/cdbi-t/01-columns.t t/cdbi-t/02-Film.t @@@ -150,7 -137,6 +152,7 @@@ t/helperrels/10auto. t/helperrels/11mysql.t t/helperrels/12pg.t t/helperrels/13oracle.t +t/helperrels/145db2.t t/helperrels/14mssql.t t/helperrels/15limit.t t/helperrels/16joins.t @@@ -158,7 -144,6 +160,7 @@@ t/helperrels/17join_count. t/helperrels/18self_referencial.t t/helperrels/19uuid.t t/helperrels/20unique.t +t/helperrels/21serialize.t t/lib/DBICTest.pm t/lib/DBICTest/BasicRels.pm t/lib/DBICTest/Extra.pm @@@ -197,7 -182,6 +199,7 @@@ t/run/10auto.t t/run/11mysql.tl t/run/12pg.tl t/run/13oracle.tl +t/run/145db2.tl t/run/14mssql.tl t/run/15limit.tl t/run/16joins.tl @@@ -205,7 -189,6 +207,7 @@@ t/run/17join_count.t t/run/18self_referencial.tl t/run/19uuid.tl t/run/20unique.tl +t/run/21serialize.tl t/testlib/Actor.pm t/testlib/ActorAlias.pm t/testlib/Binary.pm @@@ -224,4 -207,3 +226,4 @@@ t/testlib/MyStarLinkMCPK.p t/testlib/Order.pm t/testlib/OtherFilm.pm t/testlib/PgBase.pm +META.yml