mirror of
https://github.com/go-shiori/shiori.git
synced 2025-03-10 23:05:33 +08:00
* fix(psql): get last inserted id from insert query book.ID was not being used, so inserts were failing. the check for book.ID was removed and it is filled with the returning id from the insert query * test(psql): added save bookmarks simple test * ci: added postgresql service * fix(typo): QueryRow -> QueryRowContext * ci: explicit postgresql port * ci(test): 1.19 only * ci: bind psql to localhost * test(pg): migrate before test * test(pg): migrate database before test * fix(pg): check no rows error on get query |
||
---|---|---|
.. | ||
migrations | ||
database.go | ||
mysql.go | ||
pg.go | ||
pg_test.go | ||
sqlite.go |