diff options
author | mattn <mattn.jp@gmail.com> | 2018-03-07 16:20:36 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-07 16:20:36 +0900 |
commit | 9101028e5ca824d2baf0fbd91b9700e2669a6cd9 (patch) | |
tree | 8f036c53ecd19ae80355257116dd2bf5a22f0ab5 | |
parent | Merge pull request #530 from navytux/y/no-go-if-notneeded (diff) | |
parent | README: Update list issues concurrent read/writes (diff) | |
download | golite-9101028e5ca824d2baf0fbd91b9700e2669a6cd9.tar.gz golite-9101028e5ca824d2baf0fbd91b9700e2669a6cd9.tar.xz |
Merge pull request #536 from ifraixedes/if-update-readme
README: Update list issues concurrent read/writes
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ FAQ * Can I use this in multiple routines concurrently? - Yes for readonly. But, No for writable. See [#50](https://github.com/mattn/go-sqlite3/issues/50), [#51](https://github.com/mattn/go-sqlite3/issues/51), [#209](https://github.com/mattn/go-sqlite3/issues/209). + Yes for readonly. But, No for writable. See [#50](https://github.com/mattn/go-sqlite3/issues/50), [#51](https://github.com/mattn/go-sqlite3/issues/51), [#209](https://github.com/mattn/go-sqlite3/issues/209), [#274](https://github.com/mattn/go-sqlite3/issues/274). * Why is it racy if I use a `sql.Open("sqlite3", ":memory:")` database? |