Skip to content

v0.6.0

Choose a tag to compare

@haos666 haos666 released this 09 Jun 03:03

Changes

  • Added plugin-side execute_query_batch JSON-RPC support.
  • Batch statements run sequentially on one JDBC connection with autocommit enabled.
  • Per-statement failures are returned in-place and do not stop later statements.
  • Updated docs, scripts, manifest, and release packaging to 0.6.0.

Validation

  • mvn clean package
  • Local Docker DM protocol tests for DEV2 DML/select/error-continuation and SYSDBA schema/DDL batch execution.

Note: current Tabularis external plugin adapter versions may not forward execute_query_batch yet; direct JSON-RPC protocol tests are supported.