This repository has been archived by the owner on May 26, 2023. It is now read-only.
This is a bug fix release.
- Fixed an issue which caused queries to fail when using special table names. Now they are backticked (#147, #144)
- In relationships, when throwing exceptions: be a bit more verbose and tell which localValue could not be found (#141)
- Remove executable bit on files (#140)
- Fixed an issue which caused IN() queries to fail when empty (#134)
- Fixed an issue which caused DomainObject methods not to be accessible when using includes (#133)
- Fixed an issue which caused cached objects to be hydrated again (#132)