Changes between Initial Version and Version 1 of Ticket #31036


Ignore:
Timestamp:
Nov 26, 2019, 1:18:17 PM (5 years ago)
Author:
Peter Venable
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31036 – Description

    initial v1  
    11The problem:
    22
    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()
     3Given 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()
    44However, the generated SQL is:
    55{{{
Back to Top