-
v1.0.58
Stablereleased this
2026-05-19 17:26:45 +00:00 | 3 commits to master since this releaseWhat's changed
- chore(release): update package version to 1.0.58
- fix(mssql): correct order of MSSQL type mappings
- feat(sqlite): add SQLite type mapping and conversion functions * Implement SQLiteToCanonicalTypes for type mapping * Add ConvertSQLiteToCanonical and ConvertCanonicalToSQLite functions * Update mapDataType to utilize new conversion logic
- refactor(datatypes): remove redundant normalization function
- feat(merge): enhance type conflict detection for columns * Introduced extractTypeParts function to handle embedded dimensions in type strings. * Updated columnTypeConflict to utilize new type extraction logic. * Improved PostgreSQL type normalization and handling in various components.
Downloads