mirage-sql / mirage

Mirage-SQL - the SQL Centric Database Access Library for Java
Apache License 2.0
59 stars 21 forks source link

bugfix: return object as map value, instead of String. #67

Closed ysobj closed 5 years ago

ysobj commented 6 years ago

currently, virtually always returns Map<String, String>, instead of Map<String, Object>.