Highlights
- Multi-Node Transaction Management: Support for multi-node atomic transactions with Begin, Continue, Commit, and Rollback modes via
msg._oracleTx, complete with automatic 60-second safety rollback timer to guard against pool connection leaks. - Oracle 23ai / 26ai Native Vector Search: Native binding of JavaScript
Float32Array/Float64Arrayasoracledb.DB_TYPE_VECTORfor AI similarity queries (VECTOR_DISTANCE). - Dynamic Observability & Session Tracing: Automatic session tagging in Oracle's
V$SESSIONandSYS_CONTEXT('USERENV', ...)viamsg.action,msg.module, andmsg.clientInfo, reflected inmsg.oraclestats. - Interactive Schema & Field Explorer: Full database hierarchy browser (Database → Schema → Object Type → Table/View → Fields) directly inside the query editor with smart
SELECT *,SELECT cols, andINSERT templategeneration (automatically filtering out internal hiddenSYS_NC$and sequence identity columns). - Expanded Test Suite: 36 automated tests (18 unit + 18 live Autonomous Database mTLS thin mode tests).