Commit Graph
5 Commits
Author SHA1 Message Date
Markus Pesch 675af77965 feat: import from sqlite or postgresql 2020-11-07 22:59:48 +01:00
Markus Pesch 592e9b7f5c fix: upgrade dependencies 2020-11-06 23:08:54 +01:00
Markus Pesch a2e66ce08b fix: sqlite and postgres, close rows and pass nothing instead nil 2020-11-06 23:07:10 +01:00
Markus Pesch 1701db7b8e fix: define cache values
The number of measured values in the cache before they are stored in the
database can not be defined over the flag --cached-values.
2020-10-07 23:59:27 +02:00
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