Skip to content

Commit f16b6a2

Browse files
committed
Add SpatiaLite dialect nhibernate#56
1 parent 6b76024 commit f16b6a2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+2363
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
DB_INIT: docker run -d -e POSTGRES_PASSWORD=nhsp_test -p 15433:5432 -v ./Tests.NHibernate.Spatial.PostGis30/initdb:/docker-entrypoint-initdb.d postgis/postgis:16-3.4
5656
TEST_PROJECT: Tests.NHibernate.Spatial.PostGis30
5757

58+
- DB: SpatiaLite (SpatiaLite 5)
59+
DB_INIT: sudo apt install libsqlite3-mod-spatialite=5.*
60+
TEST_PROJECT: Tests.NHibernate.Spatial.SpatiaLite
61+
5862
steps:
5963
- name: Checkout repository
6064
uses: actions/checkout@v4

BuildPackages.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ dotnet pack %options% NHibernate.Spatial
1111
dotnet pack %options% NHibernate.Spatial.MsSql
1212
dotnet pack %options% NHibernate.Spatial.MySQL
1313
REM dotnet pack %options% NHibernate.Spatial.Oracle
14+
dotnet pack %options% NHibernate.Spatial.SpatiaLite
1415
dotnet pack %options% NHibernate.Spatial.PostGis

0 commit comments

Comments
 (0)