8000 bpo-43853: Expand test suite for SQLite UDF's by erlend-aasland · Pull Request #27642 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-43853: Expand test suite for SQLite UDF's #27642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Jan 26, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension 8000

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into sqlite-test-udf-str-with-null
  • Loading branch information
Erlend E. Aasland committed Nov 10, 2021
commit a3a1fbe3ccb98b6a4f233666c301c14111ee8a9f
1 change: 1 addition & 0 deletions Lib/test/test_sqlite3/test_userfunctions.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import sqlite3 as sqlite

from test.support import bigmemtest, gc_collect
from .test_dbapi import cx_limit


def with_tracebacks(strings, traceback=True):
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0