-
**Describe the bug**
On trying out the basic example provided in the repo, i got the below error on migration:
```
Running migrations:
Traceback (most recent call last):
File "/app/manage.py", …
-
### Describe what you want
I'd love to see support for migrations in TypeScript. It would make life so much easier.
After we do a schema migration, we often need to migrate data too. This usuall…
-
## Setup
### Versions
- **Rust:** `rustc 1.83.0-nightly (506f22b46 2024-09-19)`
- **Diesel:** `2.2.4`
- **Database:** `postgres`
- **Operating System:** Linux
### Feature Flags
- **…
musjj updated
2 weeks ago
-
The proposal is to enable `goose` to drop the current database schema. This is usually done with tools like `pg_dump`.
Now, this would require the user to have this executable in their `$PATH` _or_…
-
部署在zeabur,稳定运行了一个多月,突然所有已订阅信息都没了,看了一下日志,昨晚只有这个提示,要怎么恢复?
Prisma schema loaded from prisma/schema.prisma
Datasource "db": SQLite database "wewe-rss.db" at "file:../data/wewe-rss.db"
SQLite databa…
-
### Bug description
I need to create a database and enable SQL Server Replication, which needs a GUID column defined as **UNIQUEIDENTIFIER ROWGUIDCOL**, currently, the only way i found to do so is …
-
### Version
1.27.0
### What happened?
`query.sql:57:96: edited query syntax is invalid: syntax error at or near "ext"`
If I replace the `@now` with `sqlc.arg(now)` though it works. I also get er…
-
### BC Break Report
| Q | A
|------------ | ------
| BC Break | yes
| Version | 3.0.0
#### Summary
When I updated doctrine/orm to version 3.0.0, my CI started to fail du…
-
## Description
We need a better database schema handling mechanism as there are a few problems with the current one.
### No place to look for the schema in the source
Right now, even if the databas…
-
How can you write this sort of query with Kysely?
```sql
CREATE INDEX idx_words_lang_phon ON searches
USING gin (text gin_trgm_ops, language_id, is_phonetic);
```
I know you can do this so f…