-
In sqlite3, this works as you would expect (list of values in square brackets vs. tuple in parens):
```python
cur.execute("INSERT INTO users VALUES (?, ?)", [1, 'alice@example.org'])
```
In li…
-
### 系统环境
```
[root@Openstack-master the1068fm-1.3.0-stable]# cat /etc/*-release
NAME="Rocky Linux"
VERSION="9.4 (Blue Onyx)"
ID="rocky"
ID_LIKE="rhel centos fedora"
VERSION_ID="9.4"
PLATFORM_I…
-
I think this is pretty self explanatory. :)
```bash
thread '' panicked at src/lib.rs:453:40:
not yet implemented: blobs not supported
note: run with `RUST_BACKTRACE=1` environment variable to di…
-
Exec method appears to not support multi line statement queries, it executes up until first `;` then completes.
Minimal code required to reproduce.
```go
db, err := sql.Open("libsql", url)
if er…
-
Looks like your Drizzle Studio version has problems executing default SQL when adding rows. Not sure where else to file this :)
Using Drizzle, I have a schema that looks (in part) like this:
```…
-
Description of the original SQLite WAL checksumming algorithm: https://www.sqlite.org/fileformat.html#checksum_algorithm
Now, our checksumming implementation is here: https://github.com/tursodataba…
-
Great work 👏🏼 Will definitely use this as reference for future hacks
Just wanted to know is it possible to add redirect to context with decorate app.decorate() or app.derive() ?
Since set and h…
-
We currently implement `batch()` by issuing every statement separately. Let's switch to libSQL batch interface instead (we need to expose it in `libsql` first).
-
```
ValueError: Hrana: `api error: `{"message":"The stream has expired due to inactivity","code":"STREAM_EXPIRED"}``
```
Keep getting this unrecoverable error in my application which sparsely run…
-
Let's add support for PHP.