module Sequel::UnmodifiedIdentifiers::DatabaseMethods

Private Instance Methods

folds_unquoted_identifiers_to_uppercase?() click to toggle source

Databases that use this module for unquoted identifiers to lowercase.

   # File lib/sequel/adapters/utils/unmodified_identifiers.rb
 9 def folds_unquoted_identifiers_to_uppercase?
10   false
11 end