Changes between Initial Version and Version 1 of Ticket #31036
- Timestamp:
- Nov 26, 2019, 1:18:17 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31036 – Description
initial v1 1 1 The problem: 2 2 3 Given a MySQL table with only one column, an auto-increment primary key integer, inserting a row should be as simple as calling MyTable.objects.create()3 Given a MySQL 5.6 table with only one column, an auto-increment primary key integer, inserting a row should be as simple as calling MyTable.objects.create() 4 4 However, the generated SQL is: 5 5 {{{