Skip to content

Releases: topicusonderwijs/mssql2monetdb

0.9

11 Sep 11:18

Choose a tag to compare

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

09 Jul 13:40

Choose a tag to compare

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:

  • #15: Delete temporary data files after loading
  • #13: Loading via STDIN fails
  • #9: UTF-8 / encoding issues when loading data via STDIN

0.7

03 Apr 11:04

Choose a tag to compare

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

26 Feb 11:13

Choose a tag to compare

0.6

This release fixes a single bug with regards to UTF-8 data.

0.5

29 Jan 13:21

Choose a tag to compare

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.