aerial-framework/core

addRelation with a "." (dot) in criteria breaks.

cesaric opened this issue · 1 comments

For example:

.addRelation('User(email="me@mail.com")');

This is because we're parsing the addRelation by a dot for the table names/chain.

Fixed. commit : b26e63c