-
Apparently, sorting in SQLite is tougher than I thought. Not only that, attempting to preview the changes w/ a SQLite DB viewer program, such as, [DB Browser for SQLite](https://sqlitebrowser.org/), y…
-
My observation is that passing an engine connected to an in-memory `duckdb` database to a different thread doesn't work.
I'm wondering if that's expected or if it would be considered a bug / missin…
-
I use Startpage (privacy browser with google-based results instead of bing-based results) and the blocklist isn't blocking anything for me on Startpage. Images of Startpage and Google image results sh…
-
Since Wasp uses Prisma as its abstraction layer for the database, it should be possible for us to expand our support for SQLite and PostgreSQL to more database engines.
We should take into account …
-
### Bug description
The `prisma db execute` command cannot execute SQL commands with a length greater than 357913843 bytes (341 MiB).
This happens with both `--stdin` and `--file` arguments.
Th…
-
I'm processing a case that is a folder with all folder and files read-only.
This exception occurs:
```
java.nio.file.AccessDeniedException: /xxxxx/mycase/data/Root/data/com.whatsapp/databases/wa.…
-
Code to reproduce the exception
```
from sqlalchemy import Column
from sqlalchemy import create_engine, null, Integer
from sqlalchemy.dialects.sqlite import JSON
from sqlalchemy.ext.declarativ…
-
We are trying to convert a SQLite database (the chinook.db example) but r2rml is having trouble finding the driver
```
2018-12-06 15:16:46 ERROR R2RMLProcessor:98 - Error connecting to database.
…
-
### Feature Description
When needing to use table partitioning; the issue with not having this support is that a table cannot be converted to a partitioned table post creation. While this is fine fo…
-
**Use case**
One random guy asked it on the internet.
**Describe the solution you'd like**
On output it will create SQLite database with a single table named `table`.
On input it will read S…