Skip to content

Releases: chop-dbhi/dataexpress

Logging and bugfix release candidate

27 Jun 18:11
Compare
Choose a tag to compare
Pre-release

Prerelease build with accumulated fixes as well as logging support via slf4j. Full details will be available in release notes for the final release.

To enable fine-grained logging, set the log level on the command line as follows when invoking your scala program:

-Dorg.apache.logging.log4j.level=INFO

Valid values are: TRACE, DEBUG, INFO, WARN, ERROR

SQLServer Support

31 Jul 15:06
Compare
Choose a tag to compare

New in this Release

  • This update adds the previously independent MS SQLServer database backend
  • Fixes a low-level API bug that prevented connection properties from being set in certain circumstances
  • Also includes fixed versions of the files needed for the DataExpress tutorial on the website

Description of Files

  • DataExpress_2.10-0.9.1.3_standalone.jar A fat binary that includes all drivers for supported open source databases.
  • DataExpress_2.10-0.9.1.3.jar A simple .jar that only contains the DataExpress files
  • de_tutorial_files.zip A bundle of all the files referenced in the tutorial with the directory structure predefined

0.9.1.2

19 Jul 16:05
Compare
Choose a tag to compare

New in this Release

  • This minor update adds support for the PostgreSQL BigInt data type (only between
    Postgres databases)
  • Also includes updated versions of the files needed for the DataExpress tutorial on the website

Description of Files

  • DataExpress_0.9.1.2_standalone.jar A fat binary that includes all drivers for supported open source databases.
  • dataexpress_2.10-0.9.1.2.jar A simple .jar that only contains the DataExpress files
  • tutorial_files_0.9.1.2.zip A bundle of all the files referenced in the tutorial with the directory structure predefined