File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
helpers/sql-processor/lib/opentelemetry/helpers Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module Helpers
1313 #
1414 # This module provides a unified interface for SQL processing operations
1515 # commonly needed in database adapter instrumentation, including SQL obfuscation.
16- #
16+ #
1717 # @api public
1818 module SqlProcessor
1919 module_function
Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ module Obfuscator
5454 mysql : %i[ single_quotes double_quotes numeric_literals boolean_literals
5555 hexadecimal_literals comments multi_line_comments ] ,
5656 postgres : %i[ single_quotes dollar_quotes uuids numeric_literals
57- boolean_literals comments multi_line_comments ] ,
57+ boolean_literals comments multi_line_comments ] ,
5858 sqlite : %i[ single_quotes numeric_literals boolean_literals hexadecimal_literals
59- comments multi_line_comments ] ,
59+ comments multi_line_comments ] ,
6060 oracle : %i[ single_quotes oracle_quoted_strings numeric_literals comments
61- multi_line_comments ] ,
61+ multi_line_comments ] ,
6262 cassandra : %i[ single_quotes uuids numeric_literals boolean_literals
6363 hexadecimal_literals comments multi_line_comments ]
6464 } . freeze
You can’t perform that action at this time.
0 commit comments