1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 22:58:17 -04:00

We don't need to issue a warnings for commit while AutoCommit enabled, because the DBI layer does it already for us.

This commit is contained in:
Adam Kennedy 2009-04-17 02:55:31 +00:00
parent 2adde5af8c
commit 03e95f6454

View file

@ -230,7 +230,6 @@ sqlite_db_commit(SV *dbh, imp_dbh_t *imp_dbh)
char *errmsg;
if (DBIc_is(imp_dbh, DBIcf_AutoCommit)) {
warn("commit ineffective with AutoCommit");
return TRUE;
}