v0.6.0
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.