Flowdock
method

quote_table_name

Importance_1
v2.3.8 - Show latest stable - 0 notes - Class: ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
quote_table_name(name) public

Checks the following cases:

  • table_name
  • "table.name"
  • schema_name.table_name
  • schema_name."table.name"
  • "schema.name".table_name
  • "schema.name"."table.name"
Show source
Register or log in to add new notes.