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 84deb1e236 `SQLBuilder.appendValue(Object)` should format temporal 
objects as SQL dates.
     new 0ddd4d225c Make the search for geometry columns robust to the case 
where there is no information about which catalog and schema contain the table. 
This case happens with materialized views.
     new 5797abfbc8 The "raster_columns" table of PostGIS should be optional: 
do not throw `SQLException` if that table does not exist.
     new 292697f58c Improve the SQL store metadata with information about the 
spatial schema, database version and (if applicable) PostGIS version.

The 3 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:
 .../apache/sis/storage/landsat/MetadataReader.java |  16 ++--
 .../sis/storage/netcdf/ucar/DecoderWrapper.java    |   3 +-
 .../main/org/apache/sis/storage/sql/SQLStore.java  |  25 +++--
 .../apache/sis/storage/sql/feature/Analyzer.java   |  24 ++++-
 .../apache/sis/storage/sql/feature/Database.java   |  84 +++++++++++++----
 .../sis/storage/sql/feature/InfoStatements.java    | 100 +++++++++++++++-----
 .../sis/storage/sql/feature/QueryAnalyzer.java     |   2 +-
 .../sis/storage/sql/feature/SpatialSchema.java     |  73 ++++++++++++---
 .../sis/storage/sql/feature/TableAnalyzer.java     |   2 +-
 .../sis/storage/sql/feature/TableReference.java    |   2 +-
 .../sis/storage/sql/postgis/ExtendedInfo.java      |  32 ++++---
 .../apache/sis/storage/sql/postgis/Postgres.java   |  17 +++-
 .../sis/storage/sql/postgis/PostgresTest.java      |  25 ++++-
 .../apache/sis/storage/base/MetadataBuilder.java   | 103 +++++++++++++++------
 .../main/org/apache/sis/storage/csv/Store.java     |   2 +-
 .../apache/sis/storage/image/WorldFileStore.java   |   4 +-
 .../org/apache/sis/util/resources/Vocabulary.java  |   5 +
 .../sis/util/resources/Vocabulary.properties       |   1 +
 .../sis/util/resources/Vocabulary_fr.properties    |   1 +
 .../org/apache/sis/storage/gdal/GDALStore.java     |   4 +-
 20 files changed, 392 insertions(+), 133 deletions(-)

Reply via email to