Skip to content

Improve SQLite3 support on Python versions - All platforms #317

@pedrocamargo

Description

@pedrocamargo

Tool information

  • Tool name: SQLite3/Python
  • Add or update? Update
  • Desired version: Same as current, but with improved SQLite capabilities
  • Approximate size:

Area for Triage: Python

Question, Bug, or Feature?:
Feature

Virtual environments affected

  • macOS 10.15
  • Ubuntu 16.04 LTS
  • Ubuntu 18.04 LTS
  • Windows Server 2016 R2
  • Windows Server 2019

Can this tool be installed during the build?
Maybe it could, but it would change completely how a Python workflow would look like

Are you willing to submit a PR?
I looked at the source code and I am not sure I have the chops

Currently, when attempting to enable extension loading, we get an error that such a feature is not available. Below

conn.enable_load_extension(True)
AttributeError: 'sqlite3.Connection' object has no attribute 'enable_load_extension'

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions