TeMPOraL / cl-sqlite

Common Lisp binding for SQLite
http://common-lisp.net/project/cl-sqlite/
72 stars 27 forks source link

use sqlite_open_v2 when we have open flags #5

Open segv opened 12 years ago

segv commented 12 years ago

just adding the ffi definition for sqlite_open_v2 and, if flags are passed to sqlite:connect, use this function instead of sqlite_open