Skip to content

we should wait result of select before rollback#4718

Merged
aleks-f merged 1 commit intopocoproject:sqlite.isolationfrom
bas524:sqlite.isolation
Oct 3, 2024
Merged

we should wait result of select before rollback#4718
aleks-f merged 1 commit intopocoproject:sqlite.isolationfrom
bas524:sqlite.isolation

Conversation

@bas524
Copy link
Copy Markdown
Contributor

@bas524 bas524 commented Sep 30, 2024

In previous test-case code I was waiting stmt after rallback, this is a root couse of bug...
but we saw error only on macos

@bas524
Copy link
Copy Markdown
Contributor Author

bas524 commented Oct 2, 2024

@aleks-f
Hi!
Could you merge this PR and re-run #4693 ?

@aleks-f aleks-f merged commit 61f4f93 into pocoproject:sqlite.isolation Oct 3, 2024
aleks-f added a commit that referenced this pull request Oct 10, 2024
* fix #4536
I've add transaction isolation support for SQLite
Warning! SQLite transactions are [serializable by design](https://
www.sqlite.org/isolation.html) but my implementation retuns false in
function hasTransactionIsolation and throw an exception in
setTransactionIsolation

* disable shared cache in TearDown()

* chore(doc): reword documentation

* we should waitresult of select before rollback (#4718)

---------

Co-authored-by: Alexander B <ale.bychuk@gmail.com>
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.

2 participants