We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
def test_render_reverse_variant(self): self.autogen_context.opts["user_module_prefix"] = None type_ = ( LONGTEXT().with_variant(String(10), "oracle") ) eq_ignore_whitespace( autogenerate.render._repr_type(type_, self.autogen_context), "mysql.LONGTEXT()." "with_variant(sa.String(length=10), 'oracle')", )
skips the variants due to dialect check first
The text was updated successfully, but these errors were encountered:
Mike Bayer has proposed a fix for this issue in the main branch:
check for variants (recursion branch) first in all cases https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/5639
Sorry, something went wrong.
0e0c141
No branches or pull requests
Discussed in #1584
skips the variants due to dialect check first
The text was updated successfully, but these errors were encountered: