Module Sequel::Database::ResetIdentifierMangling
In: lib/sequel/database/misc.rb

Module to be included in shared adapters so that when the DatabaseMethods are included in the database, the identifier mangling defaults are reset correctly.

Methods

extended  

Public Instance methods

[Source]

    # File lib/sequel/database/misc.rb, line 30
30:       def extended(obj)
31:         obj.send(:reset_identifier_mangling)
32:       end

[Validate]