(sis) 02/02: Uncomment tests in optional modules, replaced by an `assumeDataPresent()`.

2024-08-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 0046340d138b96d3a739bbe297550e72d23d17dd Author: Martin Desruisseaux AuthorDate: Mon Aug 5 16:25:22 2024 +0200

(sis) 01/02: Document better the alternative way to enable tests on PostgreSQL, because setting properties on the Gradle command-line is not easy.

2024-08-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit efce779d6dbf708dc7c9354b1bcb4a457082774b Author: Martin Desruisseaux AuthorDate: Fri Aug 9 10:36:35 2024 +0200

(sis) branch geoapi-4.0 updated (3b047f32e1 -> 0046340d13)

2024-08-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git from 3b047f32e1 Add tests for the Geopackage module (work by Johann Sorel). new efce779d6d Document better the

(sis) branch geoapi-4.0 updated: Add tests for the Geopackage module (work by Johann Sorel).

2024-08-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 3b047f32e1 Add tests for the Geopacka

(sis) branch geoapi-4.0 updated: Fix integer overflow in DBF header when fields have large length constraints

2024-08-12 Thread jsorel
This is an automated email from the ASF dual-hosted git repository. jsorel pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git The following commit(s) were added to refs/heads/geoapi-4.0 by this push: new 6b1e88b480 Fix integer overflow in DBF head

(sis) 01/03: Recognize more geometry types in SQL database. Derived from fixes by Johann Sorel.

2024-08-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 2b14e1bac60d9d6deb7fcd4084977891fcd065f4 Author: Martin Desruisseaux AuthorDate: Mon Aug 12 13:24:26 2024 +0200

(sis) 03/03: Enable geopackage geometry support (work by Johann Sorel).

2024-08-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit 2e7ab796e13b7f0d98c1647e6cfe4d03f7cad745 Author: Martin Desruisseaux AuthorDate: Mon Aug 12 14:14:32 2024 +0200

(sis) 02/03: Associate the geometry type encoding to the spatial schema. It reduces the need to create `Database` subclasses. This commit is derived from Johann Sorel's work.

2024-08-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git commit da3c8abd29d1bc84fd1b4aa780904e9ca815885f Author: jsorel AuthorDate: Fri Aug 9 11:28:03 2024 +0200 Associate

(sis) branch geoapi-4.0 updated (a20b329fb8 -> 2e7ab796e1)

2024-08-12 Thread desruisseaux
This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git from a20b329fb8 Allow FeatureSQL to understand different standards about the table of CRS definitions. Supported st