Releases: thecodingmachine/magic-query
Releases · thecodingmachine/magic-query
v2.0.0-beta.2
v1.5.2
v1.5.1
v2.0.0-beta.1
update to schema-analyser 2.0 +
v1.5.0
Bugfix:
- 3bfdfdd Expression: Handle null
$subTree
(@homersimpsons)
Miscellaneous:
- #79 CI - GH Actions and PHPStan issues (@homersimpsons)
- 35bd28d Between: Refactor bypass logic (@homersimpsons)
- 9d90054 GitHub Actions: Wait for MySQL to start (@homersimpsons)
v1.4.6
v1.4.5
v1.4.4
v1.4.3
v1.4.2
BUGFIX:
- Fix ORA-00920 when using
IN
with empty array:field IN []
- Previously rewritten to
FALSE
- Now rewrites to
0 <> 0
- Previously rewritten to