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
592e9b7f5c
PKGBUILD
/
pkg
/
repository
/
db
/
sqlite3
/
selectHumidity.sql
11 lines
116 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
humidities
WHERE
humidity_id
=
$
1
Reference in New Issue
Copy Permalink