Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- Inherits:
-
AbstractAdapter
- Object
- AbstractAdapter
- ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
- Defined in:
- lib/evasion-db/idmef-fetchers/prelude-db/lib/patches/postgres_patch.rb,
lib/evasion-db/postgres_patch.rb
Overview
This class is a patch to make postgres play nice
Instance Method Summary collapse
-
#quote_table_name(name) ⇒ Object
will fix quotation bug.
Instance Method Details
#quote_table_name(name) ⇒ Object
will fix quotation bug
6 7 8 |
# File 'lib/evasion-db/idmef-fetchers/prelude-db/lib/patches/postgres_patch.rb', line 6 def quote_table_name(name) return name end |