Kunal Dabir
Kunal Dabir
Yeah, that was kinda intended behaviour to take only the fields declared in the class into consideration. Inheritance would require implementing Table-per-Hierarchy vs Table-per-Concrete-Class vs Table-per-Subclass strategies to avoid duplicate...
Yeah. I am keeping the issue open. Will most likely need to update *MetaData classes to get it to work. Will try it in some free time.
I wanted to coerce the result to a object of class but all properties were accessible with a dot on the result anyways so thought it would be overkill to...
Not really, if you check [this assertion](https://github.com/kdabir/gstorm/blob/master/test/gstorm/GstormIntgTest.groovy#L98), it would still work with lower case, upper case or mixed case. Ideally, it should not work this way and should be case...
Valid point. Here is the code that could be used as workaround for now, until I make changes to `where` to return a Collection of ModelClass rather than GroovyRowResult. ```...
Yeah, that's confusing if it's not documented. I am just thinking out loud here, I am considering the mapping back to the Model class as it's a better approach despite...
There are times when there is a logic (function) that can tell if this row needs to be disabled. For example, disable the row selection if `age < 18`. That...
Currently it downloads on first run of app 
Can think of some post install hook for sdkman or any other script, which can run a sample welcome app which will run glide first time.
+1 so that this issue is not marked as stale.