Skip to content

Test DB errors via uninitialised DB instead of read-only#86

Merged
tpoliaw merged 1 commit into
mainfrom
uninit_db
Feb 17, 2025
Merged

Test DB errors via uninitialised DB instead of read-only#86
tpoliaw merged 1 commit into
mainfrom
uninit_db

Conversation

@tpoliaw

@tpoliaw tpoliaw commented Feb 6, 2025

Copy link
Copy Markdown
Collaborator

Due to difficulties sharing in-memory databases between connections,
especially when some are read-write and other are read-only, it is
easier to cause SqliteErrors from the connection in another way, namely
by not running the migrations so the tables are not present.

Due to difficulties sharing in-memory databases between connections,
especially when some are read-write and other are read-only, it is
easier to cause SqliteErrors from the connection in another way, namely
by not running the migrations so the tables are not present.
@tpoliaw tpoliaw requested a review from abbiemery February 12, 2025 11:26
@tpoliaw tpoliaw merged commit d6859f2 into main Feb 17, 2025
@tpoliaw tpoliaw deleted the uninit_db branch February 17, 2025 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant