Allow use of server side prepared statements for PostgreSQL using the pg
driver.
Public Instance Methods
call(*)click to toggle source
Raise a more obvious error if you attempt to call a unnamed prepared
statement.
# File lib/sequel/adapters/postgres.rb, line 688defcall(*)
raiseError, "Cannot call prepared statement without a name"ifprepared_statement_name.nil?superend