ipython-sql
ipython-sql copied to clipboard
Should the default `short_errors` option really ignore errors?
... 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?