Previously map_column_type mapped all text types (longtext, mediumtext) to TEXT (64KB max) and all blob types (longblob, mediumblob) to BLOB (64KB max). This caused "Data too long" errors when transferring large data from MariaDB to MySQL. Also improved INSERT error messages to include the table name and absolute row number (offset + MySQL row) instead of just chunk index. Fixes #796 |
||
|---|---|---|
| .. | ||
| dbx-core | ||
| dbx-web | ||
| README.md | ||
README.md
Crates
Rust crates for DBX live here.
Directories
dbx-core/- shared database core, drivers, schema/query logic, import/export, transfer, and plugin support.dbx-web/- the Docker/web backend service binary published asdbx-web.
The workspace root is defined in the repository-level Cargo.toml.