instance method quote_string

Ruby on Rails 7.1.6

Since v7.1.6 Last seen in v7.1.6

Signature

quote_string(string)

No documentation comment.

Parameters

string req
Source
# File activerecord/lib/active_record/connection_adapters/trilogy_adapter.rb, line 140
      def quote_string(string)
        with_raw_connection(allow_retry: true, materialize_transactions: false) do |conn|
          conn.escape(string)
        end
      end

Defined in activerecord/lib/active_record/connection_adapters/trilogy_adapter.rb line 140 · View on GitHub · Improve this page · Find usages on GitHub

Defined in ActiveRecord::ConnectionAdapters::TrilogyAdapter

Type at least 2 characters to search.

↑↓ navigate · open · esc close