Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
0.1.2-incubating
-
None
Description
- Provide several changes to current behaviour via the properties files (defaults shown):
-
- Determine the maximum number of instances returned by a query
isis.persistor.sql.maxinstances=100
- Determine the maximum number of instances returned by a query
-
- Ability to disable version checking
isis.persistor.sql.versioning=true
- Ability to disable version checking
-
- Ability to disable version checking on certain tables
isis.persistor.sql.versioning.<tablename>=true
- Ability to disable version checking on certain tables
- Cleanup on JdbcBinaryValueMapper failing when the value was null
- Ability to override the default SQL storage type on a field
isis.persistor.sql.automapper.type.<fieldname>=<new type>
- Added more FieldMapping lookups to the installer. (e.g. both double.class and Double.class)
- if only one is specified, the other is handled by JdbcGeneralValueMapper as a VARCHAR(65)!