Skip to content

Commit

Permalink
Bump System.Data.SQLite.Core from 1.0.109.2 to 1.0.113.7 (#2770)
Browse files Browse the repository at this point in the history
* Register keyword added in 1.0.113.0
  • Loading branch information
dependabot[bot] committed May 17, 2021
1 parent 37c2174 commit aa4cab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/NHibernate.Test/NHibernate.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<PackageReference Include="log4net" Version="2.0.12" />
<PackageReference Include="Microsoft.AspNetCore.OData" Version="7.5.8" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.2" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.109.2" />
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.113.7" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.2.9" />
<PackageReference Include="NSubstitute" Version="4.2.2" />
<PackageReference Include="NUnit" Version="3.13.2" />
Expand Down
1 change: 1 addition & 0 deletions src/NHibernate/Dialect/SQLiteDialect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ private string GetConnectionStringProperty(DbConnectionStringBuilder builder, st
"logical",
"long",
"longtext",
"mediumint",
"memo",
"money",
"note",
Expand Down

0 comments on commit aa4cab6

Please sign in to comment.