gost / server

GOST - Go implementation of OGC SensorThings API
MIT License
61 stars 19 forks source link

Remove "Exist" checks on database #4

Closed tebben closed 7 years ago

tebben commented 8 years ago

Remove "Exist" checks on database and just insert -> handle fk errors to display appropriate error to user

bertt commented 7 years ago

where does this exist check happen?

tebben commented 7 years ago

postgis/datastream.go line 368 postgis/featureofinterest.go line 196 postgis/historicallocation.go line 145 postgis/location.go line 159 postgis/observation.go line 230 postgis/observedproperty.go line 143 postgis/sensor.go line 143 postgis/thing.go line 219

bertt commented 7 years ago

closed no activity