CareSet / DURC

DURC is reverse CRUD
MIT License
3 stars 2 forks source link

Auto-increment field if left blank and field is set to auto-increment in target table #63

Closed seanccsmith closed 4 years ago

seanccsmith commented 4 years ago

Currently, if the 'id' field is specified when creating a person (in Lore Commander), the data are added to the database with no problem. However, if the 'id' field is left blank, DURC returns an error, asking that this field be populated before the data can be saved, even if auto-increment is correctly set for that field in the target table within MariaDB.

Auto-incremented columns should be either:

seanccsmith commented 4 years ago

Working!