Commit 955edd8
committed
use :prefix to query attached databases
https://www.sqlite.org/lang_attach.html
the prefixed table name is intentionally not quoted because statements
expect a bare qualifier without quotes like `INSERT INTO
schema-name.table-name`
blah1 parent 2f9a6ff commit 955edd8
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1945 | 1945 | | |
1946 | 1946 | | |
1947 | 1947 | | |
1948 | | - | |
1949 | | - | |
| 1948 | + | |
| 1949 | + | |
1950 | 1950 | | |
1951 | 1951 | | |
1952 | 1952 | | |
| |||
0 commit comments