-
### Bug description
`schema-engine-debian-openssl-3.0.x` will use up to 3.1 GiB of memory to query POSTGRES when provided ~104 MiB of `SELECT 1;` queries to `prisma db execute`.
That seems exces…
-
I have a table named collections in SQLite database with id as autoincrement and I’m using Spring Boot + Hibernate to connect to SQLite database. I’ve found that insert to collections table is failing…
-
## What are you doing?
Based on http://docs.sequelizejs.com/manual/tutorial/querying.html#ordering I can use order by clause such as:
```js
order: [
[Vehicle.associations.engine, Engine.associ…
-
### Version
Command-line (Python) version
### Operating System
Ubuntu Linux
### What happened?
When I run "python main.py" and enter in my application specification I get the following …
-
Believe it or not, many use SQL tables as a document store, dumping massive amounts of JSON into a column and querying these.
Each SQL engine manipulates the JSON objects differently:
- [postgres]…
-
Since SQLite is being used to back WebStorage, it would be nice if this were exposed. Since the engine is already embedded, and the process for including binary modules is pretty cumbersome, it would …
-
following your suggestions to build xowa in a clean environment I created a new directory g:\xowa_dev and ran the xowa_get_and_make.sh script
I then copied all the .xowa files from commons.wikimedia.…
-
I am running latest `sqld` locally and when I run `poetry run pytest`, I get the following set of test failures:
```console
========================================================================…
-
### Search before asking
- [X] I searched the [issues](https://github.com/sqlfluff/sqlfluff/issues) and found no similar issues.
### What Happened
I have a MariaDB table that uses generated column…
-
# Reproduce
1.
Modify `Dockerfile`
RUN echo 'case ":$PATH:" in *:/usr/local/go/bin:*) ;; *) export PATH="/usr/local/go/bin${PATH:+:}${PATH}" ;; esac' > /etc/profile.d/go.sh
2…