1
0
Fork 0
justguestbook/database/sqlite
Alexander Andreev 5a72fbecb4
Found why Edit*() methods didn't work, for UPDATE query Exec() method must be used instead of QueryRow().
2023-05-09 23:31:39 +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 Found why Edit*() methods didn't work, for UPDATE query Exec() method must be used instead of QueryRow(). 2023-05-09 23:31:39 +04:00
database_test.go Fixed TestSqliteEditEntry test. 2023-05-09 23:30:18 +04:00