piggy
piggy copied to clipboard
Try to surface line/column information for errors
PostgresException carries line and column numbers, but we're not surfacing these in failure messages. I'm unsure if/when they'll be set, but it seems like a good bet there will be useful information there.
Worth remembering that script concatenation means any line numbers reported will have to be offset.