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
fb23874422
PKGBUILD
/
pkg
/
repository
/
postgres
/
dml
/
selectPressureByID.sql
11 lines
106 B
MySQL
Raw
Normal View
History
Unescape
Escape
fix: add postgres backend changes: - Add postgres backend - Modified or added table attributes. UpdateDate, ForeignKeys, Booleans - Fix test for sqlite and postgres. Compare json instead the struct.
2020-06-01 20:36:57 +00:00
SELECT
id
,
value
,
date
,
sensor_id
,
creation_date
,
update_date
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