Andrey Adamovich
Andrey Adamovich
In my case it seems to be related to the fact that I'm accessing spekt8 on a different DNS name, but it assumes that it runs on localhost:3000 for some...
Even when I switched to proxy and localhost:3000 access, there is still an error: 
I think basic implementation would be a logical choice for SINGLE Table ORM :) This can also be handled through annotation somehow e.g. @MapInheritedFields
Also, the properties returned in GroovyRowResult object are all in upper-case. That means I have to write different code for adding the object and reading the object.
Yes, you are right. GroovyRowResult property retrieval is case-insensitive. Though, it still does not help much for type mapping :). I tried something like `new Person(record)`, where record is GroovyRowResult,...
My first impression from the examples in the README was that I will get a model class, but not GroovyRowResult. So, I think at least it should be mentioned in...
This is still a problem with latest release. ``` >circleci version 0.1.6949+d951526 ```
@longwa are you still up to create a pull request for this? it will be very helpful