qwc-services / qwc-data-service

QWC Data service
MIT License
5 stars 10 forks source link

Support other types of IDs #10

Closed marioba closed 12 months ago

marioba commented 3 years ago

This already includes #9 because the changes are often on the same rows.

If the feature's id is defined as string and not forced to be integer, it is possible to also use UUIDs primary keys as well as integer ones.

Another possibility would be to create multiple routes, for int and UUID, but, IMHO, it would create unnecessary duplications.

manisandro commented 12 months ago

I've addressed this in https://github.com/qwc-services/qwc-data-service/commit/bf709b24d268f8e5ae92f2fbbedd57bb45c4a55f.