Mohammad Rezaei

Results 94 comments of Mohammad Rezaei

In almost all cases, non-equi joins used for *relationships* are confused with query semantics. > I only want those Person objects which have Pet objects with ages less than the...

`PersonFinder.age().greaterThan(PersonFinder.pets().age())`. Note that `greaterThan` is not implemented.

The build instructions are in https://github.com/goldmansachs/reladomo/blob/master/BUILD.md. The short answer is, you have to use the provided build scripts.

I actually meant a test in reladomogenutil. The other test is fine to keep. Sorry I won't be able to take another look at this until tomorrow.

Please add a test for H2 ddl generation in reladomogenutil. Also rebase.

The abstract classes are code generated during the build.

A separate trait is consistent with the way I was thinking about it. Curious, why don't signed primitive integers implement `is_power_of_two`? (obviously, all negative numbers would return false). How would...

Alright, that gives me enough to move this over to a PR. Expect something in the next few days. :smile:

I think I need help with fixing the u128 case. I can't seem to hide the static array from the compiler with a `cfg` attribute. I don't understand why it...

Looks like I managed to hide u128 :smirk: If there is a better way, let me know.