Changes between Initial Version and Version 1 of Ticket #35373, comment 1
- Timestamp:
- Apr 14, 2024, 12:12:12 AM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35373, comment 1
initial v1 1 1 Thank you for your report, a traceback and a description of the backend you are using would have been appreciated. 2 2 3 This looks like a problem isolated to SQLite due to the way `_remake_table` doesn't exclude generated fields from its `INSERT INTO new_table SELECT ... FROM old_table` at table rename (a necessary step since SQLite doesn't support most table operations).3 This looks like a problem isolated to SQLite due to the way `_remake_table` doesn't exclude generated fields from its `INSERT INTO new_table SELECT ... FROM old_table` at table rename time (a necessary step since SQLite doesn't support most table alterations). 4 4 5 5 {{{#!diff