Aug 01, 2024
Improvements to SQL query sanitization
Ruby3.12.5
Changed
-
Improve sanitization of
INSERT INTO ... VALUES
with multiple groups by removing additional repeated groups.This makes the query easier to read, and mitigates an issue where processing many events with slightly distinct queries would cause some event details to de discarded.
Fixed
- Fix issue sanitizing SQL queries containing
TRUE
andFALSE
values in anINSERT INTO ... VALUES
clause.
View the Ruby gem v3.12.5 changelog for more information.