Hacker News new | ask | show | jobs
by mastre_ 1911 days ago
> but one that will never be fixed due to backward compatibility

I wonder if a fork/"new version" could address this. Like, sqlite2 (v1.0, etc.).

2 comments

Considering that we're on sqlite3 already, it'd probably be something for the v4 ;)
There is already an sqlite4 but they haven't done any work with it for a long time.
This would be something on the order of the python2 -> python3 transition. Meaning, it would likely take a decade. After going though that, I'm not sure it would be worth it to just change from (default) flexible data types.