- table_structure_sql: merge separate MODIFY statements for type, nullability, and default into a single MODIFY statement. This fixes Dameng's requirement that MODIFY includes the full column definition. - DbxJdbcPlugin: move DATA_DEFAULT to first SELECT position and read it first in the ResultSet loop (LONG columns must be read before other columns). |
||
|---|---|---|
| .. | ||
| jdbc | ||
| README.md | ||
README.md
Plugins
DBX extension plugins live here.
Plugins are not Node packages, so they intentionally stay separate from packages/.
Directories
jdbc/- optional Java/JDBC plugin for connecting through vendor JDBC drivers and custom JDBC URLs.
Plugin build artifacts, downloaded driver JARs, and local targets are ignored by Git.