-
### Bug description
The Prisma `find` API allows the use of relation fields in the `orderBy` clause. However, it rejects the query when a regular field and a relation field are used together.
### H…
-
Using master branch processing an UFDR file generated by PA 10.3:
```
org.sqlite.SQLiteException: [SQLITE_ERROR] SQL error or missing database (no such table: users)
at org.sqlite.core.DB.newSQL…
-
from sqlalchemy import create_engine
import os
url = os.getenv("TURSO_DATABASE_URL")
auth_token = os.getenv("TURSO_AUTH_TOKEN")
engine = create_engine("sqlite+libsql://", echo=True)
Bas…
-
**Use case**
With clickhouse use during my work, one big problem I met is that clickhouse does't support id auto-increment function(which is a must-have feature in relational database such as pg, s…
-
### Version
1.25.0
### What happened?
For the query:
```
-- name: List :many
SELECT *
FROM table
WHERE (id IN (sqlc.slice('ids')) OR sqlc.slice('ids') == NULL)
ORDER BY id;
````
call `q…
-
### What do you want to change?
The SQLite docs mentions that ["The ON CONFLICT clauses are checked in the order specified"](https://www.sqlite.org/lang_upsert.html#selector(exact=The%20ON%20CONFLICT…
-
### What do you want to change?
SQLite supports WHERE clause directly over the Table name to query all the columns.
```sql
CREATE VIRTUAL TABLE IF NOT EXISTS ft
USING fts5(id, name, content);
`…
-
### Version
1.25.0
### What happened?
I tried to use a SQLite [UPDATE FROM](https://www.sqlite.org/lang_update.html#update_from) statement, but sqlc failed to parse it.
### Relevant log output
``…
-
# Description
A previous pycsw build on Windows, pycsw-2.6.0, had no problems connecting to an SQLite3 repo, such as:
`database=sqlite:///C:\\ms4w\\apps\\pycsw-2.6.0\\tests\\functionaltests\\s…
-
I have uploaded a brief test track, to check the import functionality from my phone. Having it confirmed it worked, I attempted to delete the workout but received the following error:
Something wen…