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
d0cfdd7102
PKGBUILD
/
pkg
/
repository
/
db
/
sqlite3
/
selectDevices.sql
8 lines
100 B
MySQL
Raw
Normal View
History
Unescape
Escape
feat(pkg/db): postgres database
2019-08-20 19:37:45 +00:00
SELECT
device_id
,
device_name
,
device_location
,
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
creation_date
,
update_date
feat(pkg/db): postgres database
2019-08-20 19:37:45 +00:00
FROM
fix: implement repository pkg
2020-05-21 15:40:24 +00:00
devices
;
Reference in New Issue
Copy Permalink