Fixed bug in _strip_cond_qualifiers, patch generously by Grant Street Group.
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage / DBI / Replicated.pm
index 878ece9..87f5416 100644 (file)
@@ -355,6 +355,7 @@ has 'write_handler' => (
     _resolve_column_info
     _prune_unused_joins
     _strip_cond_qualifiers
+    _strip_cond_qualifiers_from_array
     _resolve_aliastypes_from_select_args
     _execute
     _do_query
@@ -386,6 +387,8 @@ my @unimplemented = qw(
 
   _max_column_bytesize
   _is_lob_type
+  _is_binary_lob_type
+  _is_text_lob_type
 );
 
 # the capability framework