Module: ActiveRecord

Defined in:
lib/active_record/connection_adapters/nusadb_adapter.rb,
lib/active_record/connection_adapters/nusadb_adapter.rb

Overview

<= 7.1 instead calls ConnectionHandling#_connection and expects an adapter that is already connected -- hence the eager new_client here, where 7.2+ leaves it to #connect.

Defined Under Namespace

Modules: ConnectionAdapters, ConnectionHandling