cfinkenstadt
Results
1
issues of
cfinkenstadt
Reproduction in sqlparse 0.2.4: ``` >>> import sqlparse >>> sqlparse.format("grant select on a_schema.an_object to a_role;", reindent=True, keyword_case='upper') u'GRANT\nSELECT ON a_schema.an_object TO a_role;' >>> sqlparse.format("grant select on a_schema.an_object to a_role;", reindent=False,...