-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
## eneel 0.1.2 (November 8, 2019) | ||
|
||
### 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 | ||
|
||
## eneel 0.1.1 (September 28, 2019) | ||
|
||
### Overview | ||
|
||
Fix release | ||
|
||
### Fixes: | ||
- Performance with Oracle exports | ||
- Better logging | ||
- Fixed issue with load order numbering | ||
|
||
|
||
## eneel 0.1.0 (September 25, 2019) | ||
|
||
### Overview | ||
|
||
Initial release. | ||
ed issue with load order numbering |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__version__ = '0.1.2' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters