opengisch / QgisModelBaker

Create QGIS projects from database schemas or Interlis models
https://opengisch.github.io/QgisModelBaker/
GNU Lesser General Public License v3.0
55 stars 17 forks source link

OID Manager settings for not-null and unique constraint #938

Closed signedav closed 5 months ago

signedav commented 5 months ago

The settings for unique and not-null constraint are now provided by the OID Manger.

image

This requires this https://github.com/opengisch/QgisModelBakerLibrary/pull/103 where it sets the constraints when an OID is defined in the model and it does not set it when no OID is defined.