# File lib/new_relic/agent/database/obfuscation_helpers.rb, line 59 def self.generate_regex(dialect) components = DIALECT_COMPONENTS[dialect] Regexp.union(components.map{|component| COMPONENTS_REGEX_MAP[component]}) end