module documentation

Undocumented

Constant RESERVED​_WORDS​_MARIADB Undocumented
Constant RESERVED​_WORDS​_MYSQL Undocumented
RESERVED_WORDS_MARIADB =

Undocumented

Value
{'accessible', 'add', 'all', 'alter', 'analyze', 'and', 'as', 'asc',
    'asensitive', 'before', 'between', 'bigint', 'binary', 'blob', 'both',
    'by', 'call', 'cascade', 'case', 'change', 'char', 'character', 'check',
    'collate', 'column', 'condition', 'constraint', 'continue', 'convert',
    'create', 'cross', 'current_date', 'current_role', 'current_time',
    'current_timestamp', 'current_user', 'cursor', 'database', 'databases',
    'day_hour', 'day_microsecond', 'day_minute', 'day_second', 'dec',
...
RESERVED_WORDS_MYSQL: set[str] =

Undocumented

Value
set(['accessible',
     'add',
     'admin',
     'all',
     'alter',
     'analyze',
     'and',
...