This is an automated email from the ASF dual-hosted git repository.
donalevans pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from 9c31b21 GEODE-8435: restore ability to connect gfsh by serialization
version (#5462)
add 084ec6a GEODE-8420: Throw SQLException when SQLException occurs in
JdbcWriter (#5442)
No new revisions were added by this update.
Summary of changes:
.../jdbc/JdbcAsyncWriterIntegrationTest.java | 119 ++++++++++++++++++++-
.../connectors/jdbc/JdbcWriterIntegrationTest.java | 98 ++++++++++++++++-
.../jdbc/MySqlJdbcWriterIntegrationTest.java | 5 +
.../jdbc/PostgresJdbcWriterIntegrationTest.java | 4 +
.../geode/connectors/jdbc/internal/SqlHandler.java | 15 +++
.../connectors/jdbc/internal/SqlHandlerTest.java | 15 +++
6 files changed, 250 insertions(+), 6 deletions(-)