SolarArbiter / solarforecastarbiter-api

HTTP API and database schema for the Solar Forecast Arbiter
https://api.solarforecastarbiter.org
MIT License
10 stars 6 forks source link

handle integrity checks for dual column keys, closes #197 #198

Closed lboeman closed 4 years ago

lboeman commented 4 years ago

Adds try/except for a couple of cases where tables contain a two-column primary key and attempts to add a duplicate key lead to an uncaught Integrity Error.