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

Should the default `short_errors` option really ignore errors?

Open tvogel opened this issue 1 year ago • 0 comments

... and not only abbreviate the display?

In my opinion, it should only abbreviate the display because it is not great if executing a notebook just skips SQL errors. To achieve this, this line only needed to be unindented by one level:

https://github.com/catherinedevlin/ipython-sql/blob/eb274844b4a619463149e0d57df705e1bba47635/src/sql/magic.py#L261

Is it maybe unintended indentation anyway?

tvogel avatar Jul 08 '24 10:07 tvogel