Skip to content

Commit

Permalink
Update cratedb_sqlparse_py/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andreas Motl <[email protected]>
  • Loading branch information
surister and amotl authored Jun 7, 2024
1 parent 748d3f0 commit 9a3e3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cratedb_sqlparse_py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ print(select_query.tree)
```

### Exceptions and errors.
By default exceptions are stored in `statement.error`
By default exceptions are stored in `statement.exception`
```python
from cratedb_sqlparse import sqlparse

Expand Down

0 comments on commit 9a3e3f3

Please sign in to comment.