Closed marioba closed 12 months 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.
id
Another possibility would be to create multiple routes, for int and UUID, but, IMHO, it would create unnecessary duplications.
I've addressed this in https://github.com/qwc-services/qwc-data-service/commit/bf709b24d268f8e5ae92f2fbbedd57bb45c4a55f.
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.