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 a09dffd3c5 If a CRS is not found in the "SPATIAL_REF_SYS" table, optionally add a new record in that table. This feature need to be enabled by setting the `Database.allowAddCRS` flag to `true`, which should be done only when the caller intend to write in the database. new 3a6a62fb82 Use "LIKE" instead of strict equality for the authority part when searching for "authority:code" in the "SPATIAL_REF_SYS" table. new a6b1bfaeca Add `findCRS(int)` and `findSRID(CoordinateReferenceSystem)` public methods in `SQLStore`. This is in replacemen for equivalent methods in the geopackage module. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../sis/metadata/sql/privy/SQLUtilities.java | 22 +- .../referencing/factory/sql/EPSGDataAccess.java | 14 +- .../main/org/apache/sis/storage/sql/SQLStore.java | 230 +++++++++++++++-- .../apache/sis/storage/sql/feature/Database.java | 151 ++++++----- .../sis/storage/sql/feature/InfoStatements.java | 285 +++++++++++++++------ .../sis/storage/sql/feature/SchemaModifier.java | 2 +- .../sis/storage/sql/feature/ValueGetter.java | 6 +- .../sis/storage/sql/postgis/ExtentEstimator.java | 2 +- .../apache/sis/storage/sql/postgis/Postgres.java | 11 +- .../storage/sql/feature/InfoStatementsTest.java | 15 +- .../sis/storage/sql/postgis/PostgresTest.java | 1 + 11 files changed, 526 insertions(+), 213 deletions(-)