Skip to content

Commit aa4cab6

Browse files
Bump System.Data.SQLite.Core from 1.0.109.2 to 1.0.113.7 (#2770)
* Register keyword added in 1.0.113.0
1 parent 37c2174 commit aa4cab6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/NHibernate.Test/NHibernate.Test.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<PackageReference Include="log4net" Version="2.0.12" />
5858
<PackageReference Include="Microsoft.AspNetCore.OData" Version="7.5.8" />
5959
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.2" />
60-
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.109.2" />
60+
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.113.7" />
6161
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.9" />
6262
<PackageReference Include="NSubstitute" Version="4.2.2" />
6363
<PackageReference Include="NUnit" Version="3.13.2" />

src/NHibernate/Dialect/SQLiteDialect.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ private string GetConnectionStringProperty(DbConnectionStringBuilder builder, st
227227
"logical",
228228
"long",
229229
"longtext",
230+
"mediumint",
230231
"memo",
231232
"money",
232233
"note",

0 commit comments

Comments
 (0)