diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2015-11-02 11:53:42 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2015-11-02 11:53:42 +0900 |
commit | 167173a31f6bde3b86bbbcbe8fdac4843f34c0ef (patch) | |
tree | c2e8e8b33a6bad98d5023189d939fb1ba58dcb2f /sqlite3.go | |
parent | Add FTS4 unicode61 tokenizer support (diff) | |
parent | Cosmetics: use WaitGroup instead of channel in test (diff) | |
download | golite-167173a31f6bde3b86bbbcbe8fdac4843f34c0ef.tar.gz golite-167173a31f6bde3b86bbbcbe8fdac4843f34c0ef.tar.xz |
Merge branch 'pr/207'
Diffstat (limited to 'sqlite3.go')
-rw-r--r-- | sqlite3.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |