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

ppa pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from ff2a387da15 Bump com.github.spotbugs from 6.4.4 to 6.4.7 (#7174)
     add d0b9f357670 IGNITE-27218 Jdbc. Added units of measurement to 
connection property names (#7148)

No new revisions were added by this update.

Summary of changes:
 .../developers-guide/clients/jdbc-driver.adoc      |   4 +-
 .../ignite/jdbc/ItJdbcConnectionSelfTest.java      |  73 ---------
 .../ignite/internal/jdbc/ConnectionProperties.java |   2 +-
 .../internal/jdbc/ConnectionPropertiesImpl.java    |  50 ++++++-
 .../ignite/internal/jdbc/JdbcConnection.java       |   7 +-
 .../internal/jdbc/JdbcPreparedStatement.java       |   5 +-
 .../apache/ignite/internal/jdbc/JdbcStatement.java |   4 +-
 .../org/apache/ignite/jdbc/IgniteJdbcDriver.java   |   6 +-
 .../internal/jdbc/JdbcConnectionSelfTest.java      | 166 ++++++++++++++++++++-
 .../jdbc/JdbcPreparedStatementSelfTest.java        |   2 +-
 .../internal/jdbc/JdbcStatementSelfTest.java       |   2 +-
 11 files changed, 221 insertions(+), 100 deletions(-)

Reply via email to