| commit | ba457fe6f8e50ad3ef3ceffb75dee96629a42ad7 | [log] [tgz] |
|---|---|---|
| author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | Mon Feb 21 01:13:04 2022 +0100 |
| committer | GitHub <noreply@github.com> | Sun Feb 20 16:13:04 2022 -0800 |
| tree | f3d74caac5f4b3cdacec690d48a233df50580094 | |
| parent | f1916cde24053f4c8b6799730666d19474f8dd09 [diff] |
[3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) * [3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642). (cherry picked from commit 3eb3b4f270757f66c7fb6dcf5afa416ee1582a4b) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no> * Fix test_func_return_too_large_int GH-27613 (bpo 44839) was not backported, so exceptions differ between main (3.11) and older versions.