Module: Sequel::Postgres::MockAdapterDatabaseMethods

Defined in:
lib/sequel/adapters/shared/postgres.rb

Overview

CONVERSION_PROCS.freeze # SEQUEL5

Instance Method Summary collapse

Instance Method Details

#bound_variable_arg(arg, conn) ⇒ Object



105
106
107
# File 'lib/sequel/adapters/shared/postgres.rb', line 105

def bound_variable_arg(arg, conn)
  arg
end

#primary_key(table) ⇒ Object



109
110
111
# File 'lib/sequel/adapters/shared/postgres.rb', line 109

def primary_key(table)
  :id
end