SQLite Forum

SQLite 1.x EOL
Login

SQLite 1.x EOL

(1) By anonymous on 2020-12-16 19:50:47 [link] [source]

Quick Question: Does anybody know if version 1.x is still being supported?

Thanks!

Fred Betz

Layton, Utah

(2) By Richard Hipp (drh) on 2020-12-16 19:56:07 in reply to 1 [link] [source]

I'm curious: Why do you want support for SQLite 1.x? Are you supporting some legacy application that uses it?

(3) By anonymous on 2020-12-16 20:35:51 in reply to 2 [link] [source]

I'm testing a "Legacy" (circa 2017) application for CVE's or security violations. End of support would be a security violation.

(4.1) By Richard Hipp (drh) on 2020-12-16 20:44:20 edited from 4.0 in reply to 3 [link] [source]

SQLite 1.x was last updated on 2001-07-23. That was over 18 years ago.

I'm finding it difficult to believe that an application written in 2017 actually uses SQLite 1.x. I suspect that it really uses SQLite 3.x but there is a documentation error. Perhaps the application is written in C# and uses System.Data.SQLite, which has a different version numbering scheme.

(5) By Warren Young (wyoung) on 2020-12-16 20:45:22 in reply to 3 [source]

Since the last release of SQLite 1.x was in 2001, I wonder if you're talking about SQLite at all, but instead about some wrapper for it, such as System.Data.SQLite. Even SQLite 2.x was long replaced by 2017.

(6) By anonymous on 2020-12-16 21:01:52 in reply to 5 [link] [source]

You're right! it is System.Data.SQLite. Thanks for clearing that up!

(7) By Warren Young (wyoung) on 2020-12-16 21:05:47 in reply to 6 [link] [source]

In that case, I believe your questions are answered by its NEWS file.