Releases: chop-dbhi/dataexpress
Releases · chop-dbhi/dataexpress
Logging and bugfix release candidate
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
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
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