Showing 1 changed files with 0 additions and 8 deletions
-8
lib/DBIx/Custom.pm
... ...
@@ -2902,14 +2902,6 @@ is executed, the following SQL is executed.
2902 2902
 
2903 2903
 =over 4
2904 2904
 
2905
-=head2 C<values_clause>
2906
-
2907
-    my $values_clause = $dbi->values_clause({title => 'a', age => 2});
2908
-
2909
-Create values clause.
2910
-
2911
-    (title, author) values (title = :title, age = :age);
2912
-
2913 2905
 =head2 C<include_model>
2914 2906
 
2915 2907
     $dbi->include_model('MyModel');