-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
I think we should modify the Mapping API (AbstractMapping) a bit, so it better maps to the real Database Types. Since the underlying Microsoft JDBC driver uses java.sql Types, the API methods should define those, too. I have created a Branch 2.0-api for it, so it can be done outside the master branch.
At the same time we should also raise the JDBC driver Version to the latest 7.2.2.jre8 to get the latest bugfixes into the code.
- Raise
mssql-jdbcdependency to 7.2.2.jre8 - Update the API for all missing types
- Add API methods to allow mapping primitive types like
char,int - Use Java Functional Interfaces instead of homegrown
Func2
The Branch is here:
Reactions are currently unavailable