mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
DBD-SQLite: followed the best practice described in http://search.cpan.org/~timb/DBI/lib/DBI/DBD.pm#The_dbd_init_method
This commit is contained in:
parent
9e6efeaba0
commit
00d9d67496
1 changed files with 1 additions and 1 deletions
2
dbdimp.c
2
dbdimp.c
|
@ -30,7 +30,7 @@ DBISTATE_DECLARE;
|
|||
void
|
||||
sqlite_init(dbistate_t *dbistate)
|
||||
{
|
||||
/* does nothing now */
|
||||
DBISTATE_INIT; /* Initialize the DBI macros */
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue