Changes between Initial Version and Version 1 of Ticket #23646, comment 12
- Timestamp:
- Aug 28, 2018, 9:06:41 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23646, comment 12
initial v1 1 1 I've moved the tests around as requested and changed the documentation. 2 2 3 I also had an idea for a potential optimization by using simple case statements ( https://code.djangoproject.com/ticket/29710) after reading the Oracle documentation where they make a clear distinction between the two (simple or searched).3 I also had an idea for a potential optimization by using simple case statements (#29710) after reading the Oracle documentation where they make a clear distinction between the two (simple or searched).