3.4.1
Bug Fixes
- If in condition is used alone in the where clause and the compare values is empty, a malformed query is generated. #702
Breaking Changes
- For those who didn't use the in condition alone in the where clause, their query might not work as expected, as it would have been the same as if 1 = 1 was printed.
Full Changelog: 3.4.0...3.4.1