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

Resolves issue #275 by excluding all static fields #284

Closed zapodot closed 7 years ago

zapodot commented 7 years ago

Filters all static fields from being mapped (issue #275). Upgrades JUnit to 4.12 and add embedded-junit-rule for easier testing using H2