Commit d11fd08
authored
clarify special in-memory URL for sqlite (#2051)
Attempting to add some explicit configuration for an in-memory sqlite
database I encountered this inconsistency. In other places in the docs
`:memory:` is used. `memory` did not work for me as it supposedly
expects a plain file named `memory`. Hence suggesting this change.1 parent c628de1 commit d11fd08
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments