Skip to content

Implement and Update Mapping API  #10

@bytefish

Description

@bytefish

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-jdbc dependency 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:

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions