[Bast-commits] r7018 - in DBIx-Class/0.08/branches/new_replication_transaction_fixup: lib/DBIx/Class/Storage/DBI t/lib/DBICTest/Schema

jnapiorkowski at dev.catalyst.perl.org jnapiorkowski at dev.catalyst.perl.org
Thu Jul 9 21:52:22 GMT 2009


Author: jnapiorkowski
Date: 2009-07-09 21:52:22 +0000 (Thu, 09 Jul 2009)
New Revision: 7018

Modified:
   DBIx-Class/0.08/branches/new_replication_transaction_fixup/lib/DBIx/Class/Storage/DBI/Replicated.pm
   DBIx-Class/0.08/branches/new_replication_transaction_fixup/t/lib/DBICTest/Schema/Bookmark.pm
Log:
fixed test resultclass formatting, added a few more DBIC::Storage::DBI methods that I might need to delegate.

Modified: DBIx-Class/0.08/branches/new_replication_transaction_fixup/lib/DBIx/Class/Storage/DBI/Replicated.pm
===================================================================
--- DBIx-Class/0.08/branches/new_replication_transaction_fixup/lib/DBIx/Class/Storage/DBI/Replicated.pm	2009-07-09 21:26:59 UTC (rev 7017)
+++ DBIx-Class/0.08/branches/new_replication_transaction_fixup/lib/DBIx/Class/Storage/DBI/Replicated.pm	2009-07-09 21:52:22 UTC (rev 7018)
@@ -288,7 +288,8 @@
     create_ddl_dir
     deployment_statements
     datetime_parser
-    datetime_parser_type        
+    datetime_parser_type  
+    build_datetime_parser      
     last_insert_id
     insert
     insert_bulk
@@ -303,10 +304,19 @@
     sth
     deploy
     with_deferred_fk_checks
-
+	dbh_do
     reload_row
+	with_deferred_fk_checks
     _prep_for_execute
-    
+
+	backup
+	is_datatype_numeric
+	_count_select
+	_subq_count_select
+	_subq_update_delete 
+	svp_rollback
+	svp_begin
+	svp_release
   /],
 );
 

Modified: DBIx-Class/0.08/branches/new_replication_transaction_fixup/t/lib/DBICTest/Schema/Bookmark.pm
===================================================================
--- DBIx-Class/0.08/branches/new_replication_transaction_fixup/t/lib/DBICTest/Schema/Bookmark.pm	2009-07-09 21:26:59 UTC (rev 7017)
+++ DBIx-Class/0.08/branches/new_replication_transaction_fixup/t/lib/DBICTest/Schema/Bookmark.pm	2009-07-09 21:52:22 UTC (rev 7018)
@@ -15,7 +15,7 @@
     },
     'link' => {
         data_type => 'integer',
-		is_nullable => 1,
+        is_nullable => 1,
     },
 );
 




More information about the Bast-commits mailing list