Skip to content

Commit

Permalink
Add hint from ets-gpkg12
Browse files Browse the repository at this point in the history
  • Loading branch information
dstenger committed Oct 28, 2024
1 parent b021a69 commit 9998b7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<!-- versions above this use SQLite 3.36.0 which causes unexpected
failures in the featureGeometryEncodingTesting test of ets-gpkg12.
Accessing the rowid of a VIEW is disallowed from this version on
see https://sqlite.org/releaselog/3_36_0.html -->
<version>3.35.0</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 9998b7d

Please sign in to comment.