Changes between Initial Version and Version 1 of Ticket #36152
- Timestamp:
- Jan 28, 2025, 9:24:04 AM (2 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36152 – Description
initial v1 35 35 }}} 36 36 37 But I still think we could easily fail at the ORM level instead of going to the backend and failing there.37 But I still think we could easily ~~fail at the ORM level instead of going to the backend and failing there~~ just quote `%` to `%%`. 38 38 39 39 The Oracle backend [https://github.com/django/django/blob/efec74b90868c2e611f863bf4301d92ce08067e8/django/db/backends/oracle/operations.py#L377 does this for you].