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, line 7 def folds_unquoted_identifiers_to_uppercase? false end