You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,15 +20,17 @@ This project contains Java bindings for using [PostGIS](https://postgis.net/) ge
20
20
* Support for wrapped connections (like used in WildFly and c3p0 connection pooling)
21
21
* Use generic Java types where possible and simplify/streamline API
22
22
* Clean up code to basically only work on [WKB](https://en.wikipedia.org/wiki/Well-known_text#Well-known_binary)/EWKB implementations to reduce code duplication and focus on the actual database format
23
-
* Support for binary transfer of geometry data (if enabled in PostgreSQL JDBC driver, see [PR#2556](https://github.com/pgjdbc/pgjdbc/pull/2556))
23
+
* Support for binary transfer of geometry data (if enabled in PostgreSQL JDBC driver)
24
+
* use PostgreSQL JDBC driver [42.5.1](https://jdbc.postgresql.org/changelogs/2023-01-31-42.5.2-release/) or later to enable it automatically
24
25
* Support for the latest PostgreSQL and PostGIS versions
25
-
* Recommended are PostgreSQL 14 and PostGIS 3.2.1
26
-
* Supported are versions starting from PostgreSQL 9.6 and PostGIS 2.3
26
+
* Recommended are PostgreSQL 15.1 and PostGIS 3.2.2
27
+
* Supported are versions starting from PostgreSQL 9.6 and PostGIS 2.3
0 commit comments