Releases: mikaelene/eneel
Releases · mikaelene/eneel
eneel v0.1.2
Overview
Introduce new functionallity in queries and changes to the export technology.
Breaking changes
- source_columntypes_to_exclude is replaced with internal removing of unsupported columntypes.
Features:
- Load queries
- Better interpretation of data types between databases
- Added tests
- Database logging of load progress
- Parallel processing of table loads
Fixes:
- Feedback when project.yml not found
- Better feedback when first run incremental
Changed:
- Using database adapter query for exports from postgres and oracle. Keeping bcp for sql server due to performance
Fix release v0.1.1
Bugfixes