This is an automated email from the ASF dual-hosted git repository.

amanin pushed a change to branch fix/fast-envelope
in repository https://gitbox.apache.org/repos/asf/sis.git.


    from 09430ce  fix(SQLStore): Add a feature to ask database for an estimate 
of a dataset envelope (table, simple query)
     new fb7741d  chore(Feature): add unit tests for new feature utility methods
     new 602c728  chore(Core): Add tests for H2 database support
     new 125b08b  chore(SQLStore): add basic testing on H2.
     new b3ac6a5  wip(SQLStore): Start test cases for spatial functions over in 
memory H2GIS

The 4 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:
 .../java/org/apache/sis/feature/FeaturesTest.java  | 103 ++++++++++++++++++++-
 core/sis-metadata/pom.xml                          |   6 ++
 .../java/org/apache/sis/test/sql/TestDatabase.java |  43 +++++++--
 .../referencing/factory/sql/EPSGInstallerTest.java |  54 +++++++----
 storage/sis-sqlstore/pom.xml                       |   6 ++
 .../apache/sis/internal/sql/feature/EWKBTest.java  |  13 +--
 .../org/apache/sis/storage/sql/H2SpatialTest.java  |  98 ++++++++++++++++++++
 .../org/apache/sis/storage/sql/SQLStoreTest.java   |  10 ++
 .../org/apache/sis/storage/sql/h2_base.sql         |   9 ++
 9 files changed, 307 insertions(+), 35 deletions(-)
 create mode 100644 
storage/sis-sqlstore/src/test/java/org/apache/sis/storage/sql/H2SpatialTest.java
 create mode 100644 
storage/sis-sqlstore/src/test/resources/org/apache/sis/storage/sql/h2_base.sql

Reply via email to