-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The agent update and changesets are updated automatically. [skip review]
- Loading branch information
Showing
3 changed files
with
51 additions
and
27 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
.changesets/fix-issue-sanitizing-sql-queries-with-true-and-false-values.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
bump: patch | ||
type: fix | ||
integrations: | ||
- elixir | ||
- nodejs | ||
- python | ||
- ruby | ||
--- | ||
|
||
Fix issue sanitizing SQL queries containing TRUE and FALSE values in an INSERT INTO ... VALUES clause. |
13 changes: 13 additions & 0 deletions
13
.changesets/improve-sanitization-of-insert-into-----values-with-multiple-groups.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
bump: patch | ||
type: change | ||
integrations: | ||
- elixir | ||
- nodejs | ||
- python | ||
- ruby | ||
--- | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters