What is the status of using schemas in SQLite for Unit Testing? I tried reading through #329 but I could understand the state of things with regards to this specific feature.
EF Core version: 1.1.0
Database Provider: SQLite
Operating system: Win10
IDE: VS 2017
The SQLite provider will ignore schemas in version 2.0.0 making multi-provider scenarios easier.
See #6679
@bricelam awesome, thanks!
I'm still getting the following error when using Sqlite with HasDefaultSchema: no such table dbo.xyz after the creation of the database.
@xaviergxf Can you submit a new issue?
Most helpful comment
The SQLite provider will ignore schemas in version 2.0.0 making multi-provider scenarios easier.