aboutsummaryrefslogtreecommitdiff
path: root/sqlite3.go
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2015-11-02 11:53:42 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2015-11-02 11:53:42 +0900
commit167173a31f6bde3b86bbbcbe8fdac4843f34c0ef (patch)
treec2e8e8b33a6bad98d5023189d939fb1ba58dcb2f /sqlite3.go
parentAdd FTS4 unicode61 tokenizer support (diff)
parentCosmetics: use WaitGroup instead of channel in test (diff)
downloadgolite-167173a31f6bde3b86bbbcbe8fdac4843f34c0ef.tar.gz
golite-167173a31f6bde3b86bbbcbe8fdac4843f34c0ef.tar.xz
Merge branch 'pr/207'
Diffstat (limited to 'sqlite3.go')
-rw-r--r--sqlite3.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite3.go b/sqlite3.go
index d56bed3..2179cf2 100644
--- a/sqlite3.go
+++ b/sqlite3.go
@@ -586,7 +586,7 @@ func errorString(err Error) string {
// file:test.db?cache=shared&mode=memory
// :memory:
// file::memory:
-// go-sqlite handle especially query parameters.
+// go-sqlite3 adds the following query parameters to those used by SQLite:
// _loc=XXX
// Specify location of time format. It's possible to specify "auto".
// _busy_timeout=XXX