-
On my test settings I have this `DATABASES` config:
```
DATABASES = {
'default': {
'ENGINE': 'django.contrib.gis.db.backends.spatialite',
'NAME': ':memory:',
}
}
```
…
-
### Bug description
When calling `migrate dev --create-only` command while there are un-applied migrations in the migrations folder. the migrations are being applied to database before creating the…
-
### Bug description
`prisma db push` fails with the following cryptic error when attempting to push a schema with an ignored model which is empty.
However, generation works and the prisma VS cod…
-
The project currently uses SQLite as its database engine, however according to Katharine it will likely use Postgres in prod.
This means that we have to change (at the very least) all the data type…
-
### Version
1.17.2
### What happened?
When configure type overriding with `db_type`, results depend on schema's lettercase. It is successful only when type name matches exactly.
generated …
-
I've tried several different versions of this code to try to get primary key conflicts to be ignored on the table slippy_tiles but nothing seems to take when creating the schema from ORM, even though …
-
## Desired End Behaviour:
* Write articles in a separate git repo (probably markdown, but maybe not always markdown)
* Render Articles on website
* Track server side article specific metadata lik…
-
Reverse image search is not possible to be multi threading due to SQLite not allowing objects from different threads to be executed currently. We can see if changing the compiling settings of SQLite m…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with …
-
### Bug description
When using Prisma's `tracing` preview feature, `prisma:engine` spans do not respect parent context being [suppressTracing()](https://github.com/open-telemetry/opentelemetry-js/b…
uhyo updated
10 months ago