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 07fa48c9e6 Fix shapefile parsing of string floating point data types
     new 6a7fb5526f Add missing converter declarations in `META-INF/services/` 
and minor formating.
     new d4bba49f28 Make the search for database metadata more robust to 
drivers that do not define an escape character.
     new 1693635df4 Make the search for primary keys, foreigner keys and row 
counts more robust to databases that do not support those features.

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/metadata/sql/privy/SQLBuilder.java  | 20 +++--
 .../sis/metadata/sql/privy/SQLUtilities.java       | 39 ++++++----
 .../org/apache/sis/metadata/sql/privy/Syntax.java  | 47 +++++++++++-
 .../apache/sis/storage/sql/feature/Analyzer.java   | 89 +++++++++++++++-------
 .../apache/sis/storage/sql/feature/Database.java   | 70 ++++++++++-------
 .../sis/storage/sql/feature/FeatureAnalyzer.java   |  2 +-
 .../sis/storage/sql/feature/FeatureIterator.java   |  9 ++-
 .../sis/storage/sql/feature/FeatureStream.java     |  4 +-
 .../sis/storage/sql/feature/InfoStatements.java    |  2 +-
 .../sis/storage/sql/feature/QueryAnalyzer.java     |  2 +-
 .../apache/sis/storage/sql/feature/Resources.java  |  5 ++
 .../sis/storage/sql/feature/Resources.properties   |  1 +
 .../storage/sql/feature/Resources_fr.properties    |  3 +-
 .../storage/sql/feature/SelectionClauseWriter.java |  7 +-
 .../org/apache/sis/storage/sql/feature/Table.java  |  6 ++
 .../sis/storage/sql/feature/TableAnalyzer.java     | 59 +++++++++-----
 .../apache/sis/io/stream/InternalOptionKey.java    |  2 +-
 .../services/org.apache.sis.util.ObjectConverter   | 11 +++
 .../org/apache/sis/converter/StringConverter.java  |  2 +-
 .../apache/sis/storage/shapefile/dbf/DBFField.java |  6 +-
 20 files changed, 271 insertions(+), 115 deletions(-)

Reply via email to