v1.3.0
New features:
- Adding a new method to generate prepared statement without replacing the values. This can be used to cache the query transformation completely and results in improved performances. #45 @moufmouf
Bugfix:
- Fixing issue with alias and having #52 @moufmouf
- Fixed case statement in where condition is removed by magic parameters #50 @moufmouf
- Edited the way duplicated foreignKey are detected #49 @Kharhamel
- Improving IN expression handling #48 @moufmouf
- Issue with between and parenthesis #47 @TheoBiron
- Request with cartesian product fails #46 @TheoBiron
Minor: