Changes between Initial Version and Version 1 of Ticket #19299, comment 1
- Timestamp:
- Nov 15, 2012, 5:35:16 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19299, comment 1
initial v1 1 The problem is that Oracle does treat ''and None equivalently. And, this shows in some places of Django.1 The problem is that Oracle does treat "" and None equivalently. And, this shows in some places of Django. 2 2 3 3 The fix is likely incorrect as it doesn't check for connection.features.interprets_empty_strings_as_nulls.