Skip to content

v3.8.9

Compare
Choose a tag to compare
@yefanjiang yefanjiang released this 15 May 04:31
· 63 commits to master since this release

ODPS JDBC 3.8.9 Release Note

Fixes

  • In SettingParser, JDBC will first add a semicolon to the end of SQL and then process it. Avoid processing as SQL statements when the user passes in set xxx=xxx without a semicolon.