Closed rudolfix closed 4 months ago
Oracle NUMBER type derives both from Numeric and Integer and is used to represent decimals and float (integers have separate type)
class NUMBER(sqltypes.Numeric, sqltypes.Integer): __visit_name__ = "NUMBER"
type inference was changed so Numeric is checked first and then integers
Tell us what you do here
Short description
Oracle NUMBER type derives both from Numeric and Integer and is used to represent decimals and float (integers have separate type)
type inference was changed so Numeric is checked first and then integers