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
discard 24402a0a66 Allow FeatureSQL to understand different standards about the table of CRS definitions. Supported standards are: This update removed existing revisions from the reference, leaving the reference pointing at a previous point in the repository history. * -- * -- N refs/heads/geoapi-4.0 (3119af99df) \ O -- O -- O (24402a0a66) Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../apache/sis/metadata/sql/privy/SQLBuilder.java | 13 -- .../apache/sis/storage/sql/feature/Analyzer.java | 2 +- .../apache/sis/storage/sql/feature/Database.java | 93 ++++------- .../sis/storage/sql/feature/FeatureIterator.java | 5 +- .../sis/storage/sql/feature/InfoStatements.java | 98 +++++------ .../sis/storage/sql/feature/SpatialSchema.java | 180 --------------------- .../sis/storage/sql/postgis/ExtendedInfo.java | 6 +- .../apache/sis/storage/sql/postgis/Postgres.java | 15 +- 8 files changed, 87 insertions(+), 325 deletions(-) delete mode 100644 endorsed/src/org.apache.sis.storage.sql/main/org/apache/sis/storage/sql/feature/SpatialSchema.java