Changes between Initial Version and Version 1 of Ticket #16407, comment 2
- Timestamp:
- Jul 5, 2011, 3:32:33 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16407, comment 2
initial v1 1 This is not specific to Django; it's a direct consequence of the DB-API (PEP 249, if memory serves).1 This isn't specific to Django; it's a direct consequence of the DB-API (PEP 249, if memory serves). 2 2 3 3 The database adapter has no way of knowing which parameters should be escaped as table names and which parameters should be escaped as "regular parameters" — no magic here.