- Conditions: The unquoting logic is now only applied when the passed parameter is a string
3.18.2
Changed
- Athena: Parameters are now passed as SQL parameters rather than interpolated by us in order to prevent SQL injection. - Conditions: Strings are now unquoted for conditions applying only to numbers (`lt`, `lte`, `gt`, `gte`).
3.18.1
Not secure
Changed
- MySQL: Return a more explicit error message in case no query is specified
3.18.0
Not secure
Changed
- Mysql: Revert the `following_relations` attribute as deprecated - Athena: Add an option allowing to toggle CTAS (disabled by default)
3.17.2
Not secure
Changed
- Fix: Mysql, Athena add hidden table attribute to avoid old datasources configs to break