Changes between Initial Version and Version 1 of Ticket #32158, comment 5
- Timestamp:
- Nov 5, 2020, 1:03:04 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32158, comment 5
initial v1 1 will the issue be fixed if i just wrap %s around `%s ` as in 'PRAGMA foreign_key_check(`%s`)' and 'PRAGMA foreign_key_list(`%s`)' % table_name?1 will the issue be fixed if i just wrap %s around back ticks -> `%s ` as in 'PRAGMA foreign_key_check(`%s`)' and 'PRAGMA foreign_key_list(`%s`)' % table_name?