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 28032e87b4 Bug fix: value under cursor was lost after a few zooms in 
the JavaFX application.
     add 996e1106a9 fix(Storage): properly handle SQL timestamps to avoid 
ambiguity
     new da1cc1c2df Merge remote-tracking branch 'origin/fix/sql-temporal' into 
geoapi-4.0. The pull request has been modified for applying the mapping 
specified by JDBC 4.2. The specialized classes are kept as fallbacks when JDBC 
4.2 is not well supported.

The 1 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/internal/metadata/sql/Dialect.java  |  31 ++-
 .../java/org/apache/sis/test/sql/TestDatabase.java |  24 ++-
 .../apache/sis/internal/sql/feature/Database.java  |  31 ++-
 .../sis/internal/sql/feature/ValueGetter.java      | 139 +++++++++---
 .../sis/internal/sql/feature/package-info.java     |   2 +-
 .../apache/sis/internal/sql/postgis/Postgres.java  |   9 +-
 .../sis/internal/sql/postgis/package-info.java     |   2 +-
 .../sql/feature/TemporalValueGetterTest.java       | 238 +++++++++++++++++++++
 .../org/apache/sis/storage/sql/SQLStoreTest.java   | 104 +++------
 .../apache/sis/storage/sql/TestOnAllDatabases.java |  99 +++++++++
 .../org/apache/sis/test/suite/SQLTestSuite.java    |   1 +
 11 files changed, 538 insertions(+), 142 deletions(-)
 create mode 100644 
storage/sis-sqlstore/src/test/java/org/apache/sis/internal/sql/feature/TemporalValueGetterTest.java
 create mode 100644 
storage/sis-sqlstore/src/test/java/org/apache/sis/storage/sql/TestOnAllDatabases.java

Reply via email to