This website requires JavaScript.
Explore
Help
Sign In
flucky
/
PKGBUILD
Watch
1
Star
0
Fork
0
You've already forked PKGBUILD
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
23695b4513
PKGBUILD
/
pkg
/
repository
/
db
/
sqlite3
/
selectPressure.sql
11 lines
106 B
MySQL
Raw
Normal View
History
Unescape
Escape
fix: implement repository pkg
2020-05-21 15:40:24 +00:00
SELECT
fix: implement repository test changes: - Implement repository test for the sqlite backend - Add testutils package to start container images - Remove deprecated till_date in measured values - Renamed columns of the table humidities, pressures and temperatures
2020-05-31 22:52:54 +00:00
id
,
value
,
date
,
feat(pkg/db): postgres database
2019-08-20 19:37:45 +00:00
sensor_id
,
creation_date
,
update_date
fix: implement repository pkg
2020-05-21 15:40:24 +00:00
FROM
pressures
WHERE
fix: add or update devices, sensors and measured values Add additional functions to the repository to add or update devices, sensors or measured values. Furthermore the test has been adapt to the new functions.
2020-12-14 19:06:10 +00:00
id
=
$
1
Reference in New Issue
Copy Permalink