Describe the Bug
A call to refresh is throwing an exception with the message "Before start of result set". It's likely that it's missing a call to next() before data is retrieved
To Reproduce
Steps to reproduce the behavior:
- Fetch a model
- Call .refresh() on it
Expected behavior
The model get refreshed with the current data in the database
Environment Information:
- Java Language Level 8
- Version 1.0.1
Describe the Bug
A call to refresh is throwing an exception with the message "Before start of result set". It's likely that it's missing a call to next() before data is retrieved
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The model get refreshed with the current data in the database
Environment Information: