Changes between Version 12 and Version 14 of Ticket #19884
- Timestamp:
- Jul 13, 2022, 2:08:21 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19884
- Property Resolution → fixed
- Property Status new → closed
-
Ticket #19884 – Description
v12 v14 2 2 - ~~CharField lengths not correctly inspected (returns double the length of generated field)~~ 3 3 - ~~FloatField not correctly inspected (returns DecimalField with max_digits=-127)~~ 4 - DateTimeField is inspected as TimeField 4 - DateTimeField is inspected as TimeField (**cannot be distinguished**) 5 5 6 6 Getting all these to work correctly will be somewhat hard. So, the suggested short-term fix is to just mark the test as expectedFailure on Oracle. Inspectdb isn't high-priority as the output should be hand-edited in any case.