Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Add support for QUOTE_IDENTIFIERS, lack pointed out by Peter.
  • Loading branch information
perusionmike committed May 24, 2016
1 parent 10c2e8a commit d904b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Vend/Table/DBI.pm
Expand Up @@ -1908,6 +1908,7 @@ sub set_field {

my $extra = '';
if( my $f = $s->[$CONFIG]{TIMESTAMP_FIELD} and exists $s->[$CONFIG]{NO_UPDATE}{$column} ) {
$f = $db->quote_identifier($f) if $config->{QUOTE_IDENTIFIERS};
$extra = "$f = $f, ";
}

Expand Down

0 comments on commit d904b21

Please sign in to comment.