Branch: refs/heads/master
Home: https://github.com/perl5-dbi/dbi
Commit: 7af2dd71efc5ceed3a542a3dca839c8b6732005b
https://github.com/perl5-dbi/dbi/commit/7af2dd71efc5ceed3a542a3dca839c8b6732005b
Author: H.Merijn Brand - Tux <[email protected]>
Date: 2016-04-23 (Sat, 23 Apr 2016)
Changed paths:
M Changes
M lib/DBI/SQL/Nano.pm
Log Message:
-----------
Remove trailing ; in statements before parsing
https://github.com/perl5-dbi/DBD-CSV/issues/2
https://metacpan.org/pod/DBI#prepare
Some command-line SQL tools use statement terminators, like a semicolon,
to indicate the end of a statement. Such terminators should not normally
be used with the DBI.