Add helpers for building SQL queries
40 41 42
# File 'lib/pg_trunk/core/operation/sql_helpers.rb', line 40 def quote(str) PGTrunk.database.quote(str) end