Closed maver1ck closed 3 weeks ago
hi -
im not sure what problem you are having but this PR doesn't really make any sense, as it just adds a command to the select()
here that would not really change anything since alembic_version already has just that one column.
Please open a discussion with a description of the actual problem you are having including complete error messages / stack trace and we can begin to see where your solution might be.
Hi @zzzeek I created discussion with explanation of my problem. https://github.com/sqlalchemy/alembic/discussions/1562
Please take a look.
TL;DR; this change gives possibility to create alembic_version
table with multiple columns.
I want to use Alembic with Starrocks database.
To achieve this I need to patch
alembic_version
table with following codeThis solution works with one exception - select on alembic_version always read version_num from first column.
Description
Fixes: https://github.com/sqlalchemy/alembic/issues/1560
Checklist
This pull request is:
Fixes: #<issue number>
in the commit messageFixes: #<issue number>
in the commit messageHave a nice day!