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-45138: Expand traced SQL statements in sqlite3 trace callback #28240

Merged
merged 28 commits into from
Mar 9, 2022

Commits on Sep 8, 2021

  1. Use expanded SQL when tracing using v2 API

    Erlend E. Aasland committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    a018384 View commit details
    Browse the repository at this point in the history
  2. Fall back to unexpanded sql if expanded sql is too long

    Erlend E. Aasland committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    0d59fd9 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded indent

    Erlend E. Aasland committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    654b89f View commit details
    Browse the repository at this point in the history
  4. Add NEWS

    Erlend E. Aasland committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    d7dcbd4 View commit details
    Browse the repository at this point in the history
  5. Revert spurious print traceback change

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

Commits on Sep 14, 2021

  1. Merge branch 'main' into sqlite-bound-trace

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

Commits on Sep 15, 2021

  1. Merge branch 'main' into sqlite-bound-trace

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

Commits on Oct 6, 2021

  1. Merge branch 'main' into sqlite-bound-trace

    Erlend E. Aasland committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    b3c7cd7 View commit details
    Browse the repository at this point in the history
  2. Chain exceptions if multiple exceptions happen

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

Commits on Oct 19, 2021

  1. Merge branch 'main' into sqlite-bound-trace

    Erlend E. Aasland committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    3fa1dfa View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Merge branch 'main' into sqlite-bound-trace

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

Commits on Nov 2, 2021

  1. Merge branch 'main' into sqlite-bound-trace

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

Commits on Nov 3, 2021

  1. Merge branch 'main' into sqlite-bound-trace

    Erlend E. Aasland committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    7e8d2be View commit details
    Browse the repository at this point in the history
  2. Improve coverage

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

Commits on Nov 10, 2021

  1. Merge branch 'main' into sqlite-bound-trace

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

    Erlend E. Aasland committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    f773a85 View commit details
    Browse the repository at this point in the history
  3. We can't rely on sqlite_schema being present

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

Commits on Nov 29, 2021

  1. Merge branch 'main' into sqlite-bound-trace

    Erlend E. Aasland committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    fae8d98 View commit details
    Browse the repository at this point in the history
  2. Adapt tests to new decorator

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

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

Commits on Jan 4, 2022

  1. Merge branch 'main' into sqlite-bound-trace

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

Commits on Jan 18, 2022

  1. Merge branch 'main' into sqlite-bound-trace

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

Commits on Jan 20, 2022

  1. Merge branch 'main' into sqlite-bound-trace

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

Commits on Jan 22, 2022

  1. Merge branch 'main' into sqlite-bound-trace

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

Commits on Feb 26, 2022

  1. Merge branch 'main' into sqlite-bound-trace

    Erlend E. Aasland committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    4d9c9ec View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Update Lib/test/test_sqlite3/test_hooks.py

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    Erlend Egeberg Aasland and JelleZijlstra authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    beff1d5 View commit details
    Browse the repository at this point in the history
  2. PEP 8

    Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
    Erlend Egeberg Aasland and JelleZijlstra authored Mar 3, 2022
    Configuration menu
    Copy the full SHA
    9920131 View commit details
    Browse the repository at this point in the history
  3. Address review: clean up namespace

    Erlend E. Aasland committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    f086604 View commit details
    Browse the repository at this point in the history