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

gh-92547: Remove deprecated sqlite3 features #92548

Merged
merged 5 commits into from
May 16, 2022

Commits on May 9, 2022

  1. gh-92547: Remove deprecated sqlite3 features

    The following sqlite3 features were deprecated in 3.10, scheduled for
    removal in 3.12:
    
    - sqlite3.OptimizedUnicode (gh-23163)
    - sqlite3.enable_shared_cache (gh-24008)
    
    Signed-off-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
    erlend-aasland committed May 9, 2022
    Configuration menu
    Copy the full SHA
    8312697 View commit details
    Browse the repository at this point in the history
  2. Add NEWS

    erlend-aasland committed May 9, 2022
    Configuration menu
    Copy the full SHA
    e09fe1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3a693f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef7a0ec View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    b20525f View commit details
    Browse the repository at this point in the history