Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace InMemoryDatabase in tests #265

Open
A-Guldborg opened this issue Feb 21, 2024 · 0 comments
Open

Replace InMemoryDatabase in tests #265

A-Guldborg opened this issue Feb 21, 2024 · 0 comments
Labels
discuss Discuss before implementing

Comments

@A-Guldborg
Copy link
Contributor

A-Guldborg commented Feb 21, 2024

Found issue while developing #264

See https://stackoverflow.com/questions/74907256/ef-7-new-executedelete-and-executeupdate-methods-not-working-on-an-in-memory-d

Due to sqlite3's in memory database not being compatible with new bulk sql operations, we cannot test any of the .NET 7.0 bulk update/delete methods ExecuteUpdate and ExecuteDelete.

@A-Guldborg A-Guldborg added the discuss Discuss before implementing label Feb 21, 2024
@A-Guldborg A-Guldborg changed the title Remove InMemoryDatabase in tests Replace InMemoryDatabase in tests Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss Discuss before implementing
Projects
None yet
Development

No branches or pull requests

1 participant