1
0
justguestbook/database/sqlite/queries
2023-05-09 21:30:17 +04:00
..
entryCount.sql Changed formatting for entryCount.sql. 2023-05-06 22:21:47 +04:00
entryDelete.sql Files are moved out of pkg directory. 2023-01-16 04:25:04 +04:00
entryGetAll.sql Return both website and hide_website fields (for use on an admin page). Using COALESCE to return 0 and an empty string if there is no reply to not deal with NULL. 2023-05-09 21:30:17 +04:00
entryNew.sql Files are moved out of pkg directory. 2023-01-16 04:25:04 +04:00
entryUpdate.sql Removed RETURNING statements. 2023-02-05 20:01:52 +04:00
replyDelete.sql Files are moved out of pkg directory. 2023-01-16 04:25:04 +04:00
replyNew.sql Files are moved out of pkg directory. 2023-01-16 04:25:04 +04:00
replyUpdate.sql Do not change created field in replyUpdate.sql. 2023-05-06 22:22:08 +04:00
schema.sql PRIMARY KEY moved out on a separate line. Use INTEGER (Unix time) for created dates to save space. 2023-05-09 21:27:52 +04:00