This website requires JavaScript.
Explore
Help
Sign In
Arav
/
justguestbook
Watch
1
Star
0
Fork
0
You've already forked justguestbook
Code
Releases
7
Activity
cb623e8087
justguestbook
/
database
/
sqlite
History
Alexander "Arav" Andreev
cb623e8087
Fixed TestSqliteEditEntry test.
2023-05-09 23:30:18 +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_test.go
Fixed TestSqliteEditEntry test.
2023-05-09 23:30:18 +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