fixed test resultclass formatting, added a few more DBIC::Storage::DBI methods that...
John Napiorkowski [Thu, 9 Jul 2009 21:52:22 +0000 (21:52 +0000)]
lib/DBIx/Class/Storage/DBI/Replicated.pm
t/lib/DBICTest/Schema/Bookmark.pm

index 8cb0fcd..22f6399 100644 (file)
@@ -288,7 +288,8 @@ has 'write_handler' => (
     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 @@ has 'write_handler' => (
     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
   /],
 );
 
index 3e87e54..8c2c3b1 100644 (file)
@@ -15,7 +15,7 @@ __PACKAGE__->add_columns(
     },
     'link' => {
         data_type => 'integer',
-               is_nullable => 1,
+        is_nullable => 1,
     },
 );