Releases: thecodingmachine/magic-query
Releases · thecodingmachine/magic-query
v1.4.1
Improvements:
- Adding support for SQL table hints #66 @homersimpsons
- Adding support for NOT LIKE #65 @homersimpsons
Bugfix:
- Fixing parenthesis order in ORDER BY clauses #61 #67 @homersimpsons
v1.4.0
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:
v1.2.14
v1.2.11
v1.2.10
Union queries can be used in subqueries
Merge pull request #42 from moufmouf/union_query Subqueries can be union queries
Adding support for UNION queries
Merge pull request #41 from moufmouf/union_query Adding support for UNION queries
Bugfix release
Fixing generation of SQL for aggregate functions with multiple parameters.
See database.tdbm/issues#151
Adding Twig 2 compatibility
MagiQuery can now run with Twig 1.x or 2.x
See #39