create db automatically if using sqlite
This commit is contained in:
@@ -382,6 +382,7 @@ class Database:
|
||||
print msg
|
||||
raise FpdbError(msg)
|
||||
elif backend == Database.SQLITE:
|
||||
create = True
|
||||
import sqlite3
|
||||
if use_pool:
|
||||
sqlite3 = pool.manage(sqlite3, pool_size=1)
|
||||
|
||||
Reference in New Issue
Block a user