Flowdock

No documentation

This module has no description. You can help the Ruby on Rails community by adding new notes.

Constants

COLUMN_NAME_WITH_ORDER = / \A ( (?: # table_name.column_name | function(one or no argument) ((?:\w+\.)?\w+) | \w+\((?:|\g<2>)\) ) (?:\s+ASC|\s+DESC)? (?:\s+NULLS\s+(?:FIRST|LAST))? ) (?:\s*,\s*\g<1>)* \z /ix

COLUMN_NAME = / \A ( (?: # table_name.column_name | function(one or no argument) ((?:\w+\.)?\w+) | \w+\((?:|\g<2>)\) ) (?:\s+AS\s+\w+)? ) (?:\s*,\s*\g<1>)* \z /ix

Attributes

Show files where this module is defined (1 file)
Register or log in to add new notes.