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 ourterms of serviceand privacy statement.We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-101693: In sqlite3, deprecate using named placeholders with parameters supplied as a sequence #101698

Merged

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    b693895 View commit details
    Browse the repository at this point in the history
  2. Update docs

    erlend-aasland committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    483e4d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e826428 View commit details
    Browse the repository at this point in the history
  4. Also test executemany

    erlend-aasland committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    132a6ee View commit details
    Browse the repository at this point in the history
  5. Revert "Also test executemany"

    executemany only works with data-modifying queries
    erlend-aasland committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    31cc188 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Sync with main

    erlend-aasland committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    660a742 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a18d0bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f94201 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Sync with main

    erlend-aasland committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    997ccc6 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Pull in main

    erlend-aasland committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    cb091af View commit details
    Browse the repository at this point in the history
  2. Fixup

    erlend-aasland committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    450cdcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    841e8a4 View commit details
    Browse the repository at this point in the history
  4. Pull in main

    erlend-aasland committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3e7b680 View commit details
    Browse the repository at this point in the history
  5. Address Alex's review

    erlend-aasland committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    38d1110 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf3cfc8 View commit details
    Browse the repository at this point in the history
  7. Use deprecated-removed

    erlend-aasland committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    1687b65 View commit details
    Browse the repository at this point in the history