tabularis-dameng-plugin v0.9.0
v0.9.0 Write and DDL Stability
- Bind row edits using JDBC column metadata, including typed numeric/boolean/date/time values.
- Support BLOB/VARBINARY base64 writes, optional data URI base64 prefixes, and CLOB/LONGVARCHAR text writes.
- Support empty insert_record via INSERT ... DEFAULT VALUES for identity/default-only tables.
- Improve column DDL preview for rename, nullable, default, and comment changes.
- Expand manifest data types for additional DM numeric, string, binary, and interval types.
- Return JDBC errors with method/action context while preserving SQLState and DM vendor code.
- Add T_LOB_TEST and T_DEFAULT_TEST demo schema objects.
Verified with mvn clean package and local DM protocol tests. Release zip does not include Dameng JDBC jars.