module
ActiveRecord::ConnectionAdapters::PostgreSQL::Quoting
v7.0.0 -
Show latest stable
No documentation available for this module.
Constants
COLUMN_NAME = /\n\\A\n(\n(?:\n# "schema_name"."table_name"."column_name"::type_name | function(one or no argument)::type_name\n((?:\\w+\\.|"\\w+"\\.){,2}(?:\\w+|"\\w+")(?:::\\w+)?) | \\w+\\((?:|\\g<2>)\\)(?:::\\w+)?\n)\n(?:(?:\\s+AS)?\\s+(?:\\w+|"\\w+"))?\n)\n(?:\\s*,\\s*\\g<1>)*\n\\z\n/ix
COLUMN_NAME_WITH_ORDER = /\n\\A\n(\n(?:\n# "schema_name"."table_name"."column_name"::type_name | function(one or no argument)::type_name\n((?:\\w+\\.|"\\w+"\\.){,2}(?:\\w+|"\\w+")(?:::\\w+)?) | \\w+\\((?:|\\g<2>)\\)(?:::\\w+)?\n)\n(?:\\s+ASC|\\s+DESC)?\n(?:\\s+NULLS\\s+(?:FIRST|LAST))?\n)\n(?:\\s*,\\s*\\g<1>)*\n\\z\n/ix
Files
- activerecord/lib/active_record/connection_adapters/postgresql/quoting.rb