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