You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See other threads for an explanation on the query. As far as the slashes: the first two are delimiters for the URI syntax. The third would indicate the start of an absolute path. I'm not entirely sure what the path should be for a windows path yet.
среда, 20 апреля 2016 г. пользователь Erik Smith написал:
See other threads for an explanation on the query. As far as the slashes:
the first two are delimiters for the URI syntax. The third would indicate
the start of an absolute path. I'm not entirely sure what the path should
be for a windows path yet.
—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub #6 (comment)
createDatabase("file:///C://code//sqlLiteDBFullName.db").query("CREATE TABLE IF NOT EXISTS ddbct1 (ts text)");
Running .\dbsync.exe sqlite opening file: C://code//sqlLiteDBFullName.db 2016-04-06T13:32:04.449:C:\Users\bubenkov_di\AppData\Roaming\dub\packages\dstddb -0.0.3\dstddb\src\std\database\sqlite\database.d:query:268 sqlite3_step: status: 101
And no result on C://code// folder.
Also why do I need to write 3 slashes? like:
file:///
?The text was updated successfully, but these errors were encountered: