Skip to content

Commit 3114c6a

Browse files
authored
Merge pull request #89 from petterreinholdtsen/sqliteerror
Add SqliteError exception.
2 parents 39fdf65 + 5534ec0 commit 3114c6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scraperwiki/sql.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
SECONDS_BETWEEN_COMMIT = 2
2020
unicode = type(u'')
2121

22+
# The scraperwiki.sqlite.SqliteError exception
23+
SqliteError = sqlalchemy.exc.SQLAlchemyError
24+
2225
class Blob(bytes):
2326

2427
"""

0 commit comments

Comments
 (0)