Ishan

Results 3 comments of Ishan

I don't have control over the schema to change the `ID` from auto increment to `uuid`. However, I wasn't looking for Auto-Incremental ID support in rest-layer, instead what I was...

I was running out of time and needed to show something, so I hacked my way to using auto incrementing integers with https://github.com/apuigsech/rest-layer-sql I am now able to make POST...

There indeed are places where it is assumed that ID field is set as you have already pointed in b). Right now I am doing these: a) Using a dirty...