ormlite-jdbc icon indicating copy to clipboard operation
ormlite-jdbc copied to clipboard

The ODBC database type should be deprecated/removed

Open Bo98 opened this issue 7 years ago • 0 comments

It does not work in Java 8 or later as the driver has been removed completely and its use was already heavily discouraged and described as for "experimental" purposes only. JDBC is supposed to take the role of ODBC rather than work alongside it.

Bo98 avatar Dec 14 '18 02:12 Bo98