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
{{ message }}
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.
This is using the legacy HTTP interface and has been superceded by newer protocols. It's been discussed that we might even completely drop support for it since it lacks important features (such as the error code you're looking for), and isn't used at all by modern versions of our client libraries.
If I run
To create an instance of sqld, and then
I get the error, without the Result Code:
[{"error":"table t already exists in create table t(x int); at offset 13"}]
The above should yield the SQLite code and error message:
See more at the original issue in
libsql-shell-go.git
:tursodatabase/libsql-shell-go#128
The text was updated successfully, but these errors were encountered: