We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee07a4 commit 062811fCopy full SHA for 062811f
README.md
@@ -456,9 +456,9 @@ For an example see [shaxbee/go-spatialite](https://github.com/shaxbee/go-spatial
456
457
Why is it racy if I use a `sql.Open("sqlite3", ":memory:")` database?
458
459
- Each connection to :memory: opens a brand new in-memory sql database, so if
+ Each connection to `":memory:"` opens a brand new in-memory sql database, so if
460
the stdlib's sql engine happens to open another connection and you've only
461
- specified ":memory:", that connection will see a brand new database. A
+ specified `":memory:"`, that connection will see a brand new database. A
462
workaround is to use `"file::memory:?cache=shared"` (or `"file:foobar?mode=memory&cache=shared"`). Every
463
connection to this string will point to the same in-memory database.
464
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments