shiori/internal/database
Acelya ed5a3bcbb9
fix: failed to save bookmark: constraint failed: UNIQUE constraint failed: bookmark.url (#515)
After a first bookmark save, all subsequent ones fail because the update
query does not include an identifier and the update is done on all rows.

Introduced by 05fee53bd0
2022-10-13 19:18:40 +02:00
..
migrations fix: remove manual transaction on sqlite migration 2 (#468) 2022-08-11 13:40:17 +02:00
database.go fix: saving bookmarks inconsistencies (#500) 2022-10-11 23:47:38 +02:00
database_test.go fix: failed to save bookmark: constraint failed: UNIQUE constraint failed: bookmark.url (#515) 2022-10-13 19:18:40 +02:00
mysql.go fix: failed to save bookmark: constraint failed: UNIQUE constraint failed: bookmark.url (#515) 2022-10-13 19:18:40 +02:00
mysql_test.go fix: saving bookmarks inconsistencies (#500) 2022-10-11 23:47:38 +02:00
pg.go fix: failed to save bookmark: constraint failed: UNIQUE constraint failed: bookmark.url (#515) 2022-10-13 19:18:40 +02:00
pg_test.go fix: saving bookmarks inconsistencies (#500) 2022-10-11 23:47:38 +02:00
sqlite.go fix: failed to save bookmark: constraint failed: UNIQUE constraint failed: bookmark.url (#515) 2022-10-13 19:18:40 +02:00
sqlite_test.go fix: saving bookmarks inconsistencies (#500) 2022-10-11 23:47:38 +02:00