Fixed #5014 -- Guessed max_digits and decimal_places for SQLite
Decimal is treated as float on SQLite, hence inspectdb can only guess max_digits and decimal_places arguments.
Loading
Please register or sign in to comment
Decimal is treated as float on SQLite, hence inspectdb can only guess max_digits and decimal_places arguments.