[perl5-dbi/dbi] 7af2dd: Remove trailing ; in statements before parsing
"H.Merijn Brand - Tux" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <571b5ec97de5a_33b3fc4d2fbb2c01794be@hookshot-fe1-cp1-prd.iad.github.net.mail> |
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.