Detect multiple auto increment or primary key columns on table creation #8

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

Currently the implementation only checks for duplicate primary keys (or auto increments) during table alteration in Database::enforceSchema(). The implementation should also prevent this situation during table creation.

Currently the implementation only checks for duplicate primary keys (or auto increments) during table alteration in `Database::enforceSchema()`. The implementation should also prevent this situation during table creation.
c.fahner added this to the v0.1 milestone 2026-09-07 16:51:56 +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#8
No description provided.