1
0
Fork 0
justguestbook/database/sqlite
Alexander Andreev 761b7626c9
Date now stored as Unix time (int64). No NULL is being returned so no such check is needed.
2023-05-09 21:32:01 +04:00
..
queries 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
database.go Date now stored as Unix time (int64). No NULL is being returned so no such check is needed. 2023-05-09 21:32:01 +04:00
database_test.go Modified tests accordingly to all changes. 2023-05-06 22:21:23 +04:00