flucky/pkg/repository/db/postgres
Markus Pesch 0fc4aa7c28
fix: postgres columns with timezone
Add timezone for the columns creation_date and update_date, otherwise
it's difficult to compare the times correctly in the unit test.

Furthermore the default value of the creation_date will now be defined
by the postgres implementation of the database interface.
2020-10-07 23:38:27 +02:00
..
createTableDevices.sql fix: postgres columns with timezone 2020-10-07 23:38:27 +02:00
createTableHumidities.sql fix: postgres columns with timezone 2020-10-07 23:38:27 +02:00
createTablePressures.sql fix: postgres columns with timezone 2020-10-07 23:38:27 +02:00
createTableSensors.sql fix: postgres columns with timezone 2020-10-07 23:38:27 +02:00
createTableTemperatures.sql fix: postgres columns with timezone 2020-10-07 23:38:27 +02:00
deleteDevice.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
deleteSensor.sql fix: implement repository pkg 2020-05-21 17:40:24 +02:00
insertDevice.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
insertHumidity.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
insertPressure.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
insertSensor.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
insertTemperature.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
selectDevice.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
selectDevices.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
selectHumidities.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
selectHumidity.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
selectPressure.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
selectPressures.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
selectSensor.sql fix: postgres columns with timezone 2020-10-07 23:38:27 +02:00
selectSensors.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
selectTemperature.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
selectTemperatures.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
updateDevice.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00
updateSensor.sql fix: add postgres backend 2020-06-01 22:50:05 +02:00