Andrey Adamovich

Results 26 comments of 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: ![image](https://user-images.githubusercontent.com/2787794/52949996-8adec400-3386-11e9-8ab3-1da363907f37.png)

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