We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650cc64 commit 3bf9bd0Copy full SHA for 3bf9bd0
Orm/Xtensive.Orm.Tests/Upgrade/ConflictsByTable/ComplexTest.cs
@@ -38,6 +38,8 @@ private class TypeIds
38
39
private TypeIds BuildInitialDomain(InheritanceSchema inheritanceSchema)
40
{
41
+ Require.ProviderIsNot(StorageProvider.Sqlite, "SQlite has some problems with table changes");
42
+
43
var domainConfig = DomainConfigurationFactory.Create();
44
RegisterTypes(domainConfig, inheritanceSchema, "Original");
45
domainConfig.UpgradeMode = DomainUpgradeMode.Recreate;
0 commit comments