format-sql icon indicating copy to clipboard operation
format-sql copied to clipboard

:: cast replaced by empty space

Open tdamsma opened this issue 4 years ago • 0 comments

See example, where did the :: go?

from format_sql import format_sql
print('\n'.join(format_sql('SELECT cast::jsonb')))
>>> SELECT
>>>    cast jsonb

tdamsma avatar Mar 11 '20 10:03 tdamsma