This commit is contained in:
2025-05-22 20:25:38 +02:00
parent 09f6750c2b
commit ce03fbf12f
529 changed files with 3353 additions and 3312 deletions

View File

@@ -211,7 +211,7 @@ class NumericSqlVariant(TypeDecorator):
cache_ok = True
def column_expression(self, colexpr):
return cast(colexpr, Numeric)
return cast(colexpr, Numeric(38, 0))
identity_columns = Table(