Requires a newer version of sqlite3 than is in Ubuntu 14.04.
Contributor guide
Tech stack
pythonsql
Domain
database
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
PythonSQLite knowledge
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
40
Research direction
The issue requests support for common table expressions (WITH clause) in BayesDB's SQLite backend. The current version of SQLite is too old (pre 3.8.3). The solution likely involves upgrading the SQLite version used by the project, either by linking to a newer system library or bundling a newer version. Review the comments for any prior discussion or constraints. Files to investigate include setup.py or any SQLite version configuration.