lib/sequel/extensions/identifier_mangling.rb in sequel-4.47.0 vs lib/sequel/extensions/identifier_mangling.rb in sequel-4.48.0

- old
+ new

@@ -32,16 +32,9 @@ # # To load the extension into the database: # # DB.extension :identifier_mangling # -# Historically, Sequel supported these methods by default on -# Databases and Datasets. Sequel 4 will continue to support -# the methods for backwards compatibility, by loading this -# extension automatically for databases unless the -# <tt>:identifier_mangling=>false</tt> Database option is -# used. -# # Related modules: Sequel::IdentifierMangling::DatabaseMethods, # Sequel::IdentifierMangling::DatasetMethods # module Sequel