timwis / dataface

Build and manage data with a spreadsheet-like interface
https://dataface-demo.herokuapp.com
43 stars 4 forks source link

Disable editing if no primary key is set #29

Closed timwis closed 7 years ago

timwis commented 7 years ago

At the moment, if there's no primary key, it will change every row because there are no conditions on the UPDATE statement.

timwis commented 7 years ago

postgrest actually throws an error already so technically this is resolved