Releases: topicusonderwijs/mssql2monetdb
Releases · topicusonderwijs/mssql2monetdb
0.9
This release improves the error handling and notifications. Most errors will now cause the tool to directly fail and (if enabled) send an e-mail with information about the error.
0.8
This release adds the following new feature:
- The directory where the lastrun file is stored (used by the trigger) can now be specified in the config file.
The following issues are fixed:
0.7
This releases adds the following new features:
- Load new data without switching view-based tables to the new data by adding a --no-switch flag
- Switch view-based tables to the latest (loaded) data by adding a --switch-only flag
0.6
This release fixes a single bug with regards to UTF-8 data.
0.5
This release introduces several new features:
- Ability to copy data from several different MS SQL databases
- Ability to use environment variables in the config file
- Inbuilt deamon scheduler/service
- Revamped trigger functionality for indication of new data
In addition, this release has re-implemented the way data is copied and loaded by separating these actions into distinct phases. Fast view-switching has also been implemented in a new more efficient way.