# File lib/sequel/adapters/shared/postgres.rb 79 def primary_key(table) 80 :id 81 end
module Sequel::Postgres::MockAdapterDatabaseMethods
Public Instance Methods
bound_variable_arg(arg, conn)
click to toggle source
# File lib/sequel/adapters/shared/postgres.rb 75 def bound_variable_arg(arg, conn) 76 arg 77 end
primary_key(table)
click to toggle source