Methods to add to the Swift adapter/connection to allow it to work with the shared PostgreSQL code.
Log all SQL that goes through the execute method to the related database object.
# File lib/sequel/adapters/swift/postgres.rb, line 17 def execute(sql, *args) @db.log_yield(sql){super} rescue SwiftError => e @db.send(:raise_error, e) end
Generated with the Darkfish Rdoc Generator 2.