Efcore: Status of 'SQLite does not support schemas'

Created on 6 Aug 2017  路  5Comments  路  Source: dotnet/efcore

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

closed-question

Most helpful comment

The SQLite provider will ignore schemas in version 2.0.0 making multi-provider scenarios easier.

All 5 comments

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?

Was this page helpful?
0 / 5 - 0 ratings