Detect multiple auto incremented columns on single table #7

Open
opened 2026-09-07 16:50:14 +02:00 by c.fahner · 0 comments
Owner

Currently the data types that describe columns allow for having multiple columns with an "auto increment" option within the same table.

Since MariaDB does not support this, the auto increment option should be treated the same way as the primary key option (ie. throwing when a second column with an auto increment is detected).

Currently the data types that describe columns allow for having multiple columns with an "auto increment" option within the same table. Since MariaDB does not support this, the auto increment option should be treated the same way as the primary key option (ie. throwing when a second column with an auto increment is detected).
c.fahner added this to the v0.1 milestone 2026-09-07 16:50:14 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
slendium/ocd-mariadb#7
No description provided.