Skip to content
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

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

Merged
merged 16 commits into from
Jan 26, 2022

Commits on Aug 6, 2021

  1. Test that str params with embedded NULL chars are passed to SQLite fu…

    …nctions
    Erlend E. Aasland committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    1fa7e13 View commit details
    Browse the repository at this point in the history
  2. Refactor most set param tests

    Erlend E. Aasland committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    aebc9de View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2021

  1. expand test suite and check for PyFloat_AsDouble errors

    Erlend E. Aasland committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    13f2413 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. Address review: add more tests

    Erlend E. Aasland committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    3ed9af6 View commit details
    Browse the repository at this point in the history
  2. Sync with 'main' bco. pythonGH-27654

    Erlend E. Aasland committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    476edeb View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Test surrogates and non-ascii chars

    Erlend E. Aasland committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    05c2f80 View commit details
    Browse the repository at this point in the history
  2. Test 63-bit int with non-zero low bits

    Erlend E. Aasland committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    21022c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. import test.support.gc_collect iso. import gc

    Erlend E. Aasland committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    0a8ba42 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Merge branch 'main' into sqlite-test-udf-str-with-null

    Erlend E. Aasland committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    9f288f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Make test_func_params more specific

    Erlend E. Aasland committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    02725cf View commit details
    Browse the repository at this point in the history
  2. Remove unneeded test UDF

    Erlend E. Aasland committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    5be2810 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Merge branch 'main' into sqlite-test-udf-str-with-null

    Erlend E. Aasland committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    00a504c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Merge branch 'main' into sqlite-test-udf-str-with-null

    Erlend E. Aasland committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    a3a1fbe View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Merge branch 'main' into sqlite-test-udf-str-with-null

    Erlend E. Aasland committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    5626a61 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Merge branch 'main' into sqlite-test-udf-str-with-null

    Erlend E. Aasland committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    7c5f4b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. Merge branch 'main' into sqlite-test-udf-str-with-null

    Erlend E. Aasland committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    417c57b View commit details
    Browse the repository at this point in the history