aaberg / sql2o

sql2o is a small library, which makes it easy to convert the result of your sql-statements into objects. No resultset hacking required. Kind of like an orm, but without the sql-generation capabilities. Supports named parameters.
http://sql2o.org
MIT License
1.15k stars 229 forks source link

Removed all references to sun.reflect, and made necessary changes to … #356

Closed aaberg closed 2 years ago

aaberg commented 2 years ago

…make all tests run. Fixes java 11 compatiblity. Also did a lot of cleanup