You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by se...@apache.org on 2019/10/21 17:46:35 UTC

[trafodion] branch master updated (7ac4915 -> 5131bf5)

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

selva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafodion.git.


    from 7ac4915  Merge pull request #1861 from selvaganesang/t4_query_timeout
     new 6b6d880  [TRAFODION-3329] Code cleanup in Type 2 driver
     new 29f07fa  [TRAFODION-3329] Code cleanup in Type 2 driver
     new 5131bf5  Merge pull request #1862 from selvaganesang/t2_driver_cleanup_2

The 7211 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:
 core/conn/jdbc_type2/native/Debug.cpp              |  32 --
 .../jdbc_type2/native/SQLMXCallableStatement.cpp   |  31 --
 .../jdbc_type2/native/SQLMXCommonFunctions.cpp     | 538 +--------------------
 core/conn/jdbc_type2/native/SQLMXCommonFunctions.h |   3 -
 core/conn/jdbc_type2/native/SQLMXConnection.cpp    |  27 +-
 .../jdbc_type2/native/SQLMXPreparedStatement.cpp   |  49 +-
 core/conn/jdbc_type2/native/SQLMXResultSet.cpp     |  39 --
 core/conn/jdbc_type2/native/SQLMXStatement.cpp     | 114 +----
 .../apache/trafodion/jdbc/t2/SQLMXConnection.java  |  28 +-
 .../org/apache/trafodion/jdbc/t2/SQLMXLob.java     |  53 +-
 .../trafodion/jdbc/t2/SQLMXPreparedStatement.java  | 180 -------
 11 files changed, 57 insertions(+), 1037 deletions(-)