Skip to content

Releases: terma/sql-on-json

Use HSQLDB by default instead of H2

04 Oct 20:56
Compare
Choose a tag to compare

If you need to use custom DB take a look on README

sql-on-json-1.0.1

04 Oct 15:51
Compare
Choose a tag to compare

Use H2 by default instead of HSQLDB

04 Oct 20:57
Compare
Choose a tag to compare
  • Remove static method convertPlain(...) on instance method, so just replace SqlOnJson.convertPlain(...) on new SqlOnJson().convertPlain(...)