mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
Whitespace and comment cleaning
This commit is contained in:
parent
b9dbded412
commit
44e971c64b
1 changed files with 8 additions and 8 deletions
2
dbdimp.c
2
dbdimp.c
|
@ -40,6 +40,7 @@ _sqlite_error(char *file, int line, SV *h, imp_xxh_t *imp_xxh, int rc, char *wha
|
|||
SV *errstr = DBIc_ERRSTR(imp_xxh);
|
||||
sv_setiv(DBIc_ERR(imp_xxh), (IV)rc);
|
||||
sv_setpv(errstr, what);
|
||||
|
||||
/* #7753: DBD::SQLite error shouldn't include extraneous info */
|
||||
/* sv_catpvf(errstr, "(%d) at %s line %d", rc, file, line); */
|
||||
|
||||
|
@ -102,7 +103,6 @@ sqlite_db_login(SV *dbh, imp_dbh_t *imp_dbh, char *dbname, char *user, char *pas
|
|||
imp_dbh->functions = newAV();
|
||||
imp_dbh->aggregates = newAV();
|
||||
imp_dbh->timeout = SQL_TIMEOUT;
|
||||
|
||||
imp_dbh->handle_binary_nulls = FALSE;
|
||||
|
||||
sqlite3_busy_timeout(imp_dbh->db, SQL_TIMEOUT);
|
||||
|
|
Loading…
Add table
Reference in a new issue