go-sqlcipher/example/extension
Carlos Castillo 976f43861f Added error return to ConnectHook and fixed extension example
The ConnectHook field of an SQLiteDriver should return an error in
case something bad happened during the hook.

The extension example needs to load the extension in a ConnectHook,
otherwise the extension is only loaded in a single connection in the pool.
By putting the extension loading in the ConnectHook, its called for every
connection that is opened by the sql.DB.
2013-08-24 20:04:51 -07:00
..
extension.go Added error return to ConnectHook and fixed extension example 2013-08-24 20:04:51 -07:00
sqlite3_mod_regexp.c.example Rename because travis bringup error 2013-08-23 14:29:04 +09:00