Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
core-1.0.0
-
None
Description
Some modifications to fix issues as I came across them:
*) the objectstore transactions: beginTransaction / endTransaction did not use database commands (e.g. "BEGIN TRANSACTION" and "COMMIT")
*) there was a table name that was not being created via proper mapping rules (for the database driver)
*) incuding example properties files for use with MS SQL Server and Oracle DB2.