René Panzar
Results
1
issues of
René Panzar
I was trying to combine sqlparse.parsestream with reading from stdin, but could not get it to work properly. Here's my approach: stream.py: ``` import sys import os import sqlparse #newin...
Enhancement