-
### Version
1.25.0
### What happened?
Sqlc encounters issues when attempting to recognize table aliases specified within the WHERE clause, particularly when filtering selections using the syntax al…
-
Jira Link: [DB-13493](https://yugabyte.atlassian.net/browse/DB-13493)
In MySQL, we can define complex names for tables using backticks for example ``` `abc xyz` ``` or ``` `abc@xyz` ```. The migratio…
-
Migrations worked fine on 8.0.17. I upgraded to 8.0.19 to support Catalina and now migrations no longer work.
pymysql==0.9.3
orator==0.9.9
```
orator migrate -c config/database.py -f -vvv
…
-
-
Simplify data migration from PostgreSQL (local tables) to Citus (distributed tables).
This issue has several components to it and each one would be beneficial in isolation:
1. Migrate data from …
-
There has to be some way to tackle migrations.
Since Ur/Web already follows "code-first" approach (code defines what SQL schema will be like), there should be some support to dump the compiler-gene…
-
Old migration generated in EF Core 2.1.0 break in EF Core 8.0.5.
In the old migration (first in our project) there is a column defined as:
`MyEntityType = table.Column(nullable: false, defaultVa…
-
I've just encountered strange behavior when Doctrine ORM 2.5.5 tries to recreate some of indexes each time when I'm generating the migration or using `doctrine:schema:update` in my project.
I have …
-
I'm using ULID as the primary key for a couple of my models, as well as ULID for a couple non-PK keys. When i run python manage.py makemigrations, a migration is made attempting to redeclare the ulid …
-
My db has a lot of int(11) in it. When pulling, it gets set as int(""). But when pushing it back with changes, the CLI warns that the int(11) will be changed to int, which will truncate the tables.
…