Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Enhancements

Compare
Choose a tag to compare
@ErickTamayo ErickTamayo released this 09 Aug 15:43
· 17 commits to master since this release
Support for "WHERE IN" searches if array is passed to `where` (#55)

Right now passing an array results in: "illegal_state_exception: Can't get text on a START_ARRAY"
Solution based on http://stackoverflow.com/a/40737488/7362396