Feature Request: duckdb.sql().show() should also return a formatted string #17
Closed
wernerdaehn
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the
rel.show()
method writes into the stdout. Which is okay, unless you use a loggerAbove code does obviously not do what is intended, as
show()
does not return anything. So it logs 'None' and prints into the stdout anyhow.Beta Was this translation helpful? Give feedback.
All reactions