From 883deee53242d2357872fedd48c46c0a6aaee077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 07:56:48 +0000 Subject: [PATCH 1/2] Bump System.Data.SQLite.Core from 1.0.109.2 to 1.0.113.7 Bumps System.Data.SQLite.Core from 1.0.109.2 to 1.0.113.7. Signed-off-by: dependabot[bot] --- src/NHibernate.Test/NHibernate.Test.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NHibernate.Test/NHibernate.Test.csproj b/src/NHibernate.Test/NHibernate.Test.csproj index 1f71e34dd7f..7bf52906ad0 100644 --- a/src/NHibernate.Test/NHibernate.Test.csproj +++ b/src/NHibernate.Test/NHibernate.Test.csproj @@ -57,7 +57,7 @@ - + From b88aaf65e3aca0210e67036228c2c5f5614dabc5 Mon Sep 17 00:00:00 2001 From: Alex Zaytsev Date: Mon, 17 May 2021 22:38:12 +1200 Subject: [PATCH 2/2] Register keyword added in 1.0.113.0 --- src/NHibernate/Dialect/SQLiteDialect.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/NHibernate/Dialect/SQLiteDialect.cs b/src/NHibernate/Dialect/SQLiteDialect.cs index 3efc67b471f..efa0909f9a3 100644 --- a/src/NHibernate/Dialect/SQLiteDialect.cs +++ b/src/NHibernate/Dialect/SQLiteDialect.cs @@ -227,6 +227,7 @@ private string GetConnectionStringProperty(DbConnectionStringBuilder builder, st "logical", "long", "longtext", + "mediumint", "memo", "money", "note",