PKGBUILD/pkg/repository/sqlite3/dml
Markus Pesch 7a88aaac0c
refac: use embed instead of go-bindata, secure closing of transactions
2021-03-21 21:43:53 +01:00
..
deleteDeviceByID.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
deleteDeviceByName.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
deleteSensorByID.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
deleteSensorByName.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
insertDevice.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
insertHumidity.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
insertOrUpdateDevice.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
insertOrUpdateHumidity.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
insertOrUpdatePressure.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
insertOrUpdateSensor.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
insertOrUpdateTemperature.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
insertPressure.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
insertSensor.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
insertTemperature.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
selectDeviceByID.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
selectDeviceByName.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
selectDevices.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
selectHumidities.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
selectHumidityByID.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
selectPressureByID.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
selectPressures.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
selectSensorByID.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
selectSensors.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
selectSensorsByDeviceID.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
selectSensorsByModel.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
selectSensorsByName.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
selectTemperatureByID.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
selectTemperatures.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
updateDevice.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00
updateSensor.sql refac: use embed instead of go-bindata, secure closing of transactions 2021-03-21 21:43:53 +01:00