Fix doc comment

This commit is contained in:
Lars Buitinck 2015-06-05 16:03:38 +02:00
parent cebbf42ff6
commit 90505effc7
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ func errorString(err Error) string {
// file:test.db?cache=shared&mode=memory // file:test.db?cache=shared&mode=memory
// :memory: // :memory:
// file::memory: // file::memory:
// go-sqlite handle especially query parameters. // go-sqlite3 adds the following query parameters to those used by SQLite:
// _loc=XXX // _loc=XXX
// Specify location of time format. It's possible to specify "auto". // Specify location of time format. It's possible to specify "auto".
// _busy_timeout=XXX // _busy_timeout=XXX