commit | 7d747f26e6cac9f6891d475f3443441ce947697b | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Fri Aug 06 21:28:47 2021 +0300 |
committer | GitHub <noreply@github.com> | Fri Aug 06 21:28:47 2021 +0300 |
tree | 2b21130c1bbc45c410cec55d13bdae26e23df10c | |
parent | 738ac00a08cb6a9d104ec85ccb1a44c2399d6baa [diff] |
bpo-44839: Raise more specific errors in sqlite3 (GH-27613) MemoryError raised in user-defined functions will now preserve its type. OverflowError will now be converted to DataError. Previously both were converted to OperationalError.