coleifer / pysqlite3

SQLite3 DB-API 2.0 driver from Python 3, packaged separately, with improvements
zlib License
183 stars 51 forks source link

Please update pysqlite3-binary to 3.38.2 and track latest automatically. #36

Closed arcivanov closed 2 years ago

arcivanov commented 2 years ago

Thank you for the project! Could you please update the binary to the latest 3.38.2? There are data correctness fixes. Thanks!

coleifer commented 2 years ago

Yes, you're right. 0.4.7.post3 is up on pypi now and I've removed the problematic 0.4.7.

adipon commented 2 years ago

What changed between build 0.4.7 and 0.4.7.post3? Why was 0.4.7 release deleted? Could you add release notes?

coleifer commented 2 years ago

There was an issue in sqlite itself 3.38, which could lead to incorrect query results.

The new release links against 3.38.2 https://www.sqlite.org/releaselog/3_38_2.html

rittneje commented 2 years ago

@coleifer In the future, please do not delete releases from PyPI. That breaks builds.

evansd commented 2 years ago

@coleifer I think the correct thing here would have been to "yank" the release. That would mark it as problematic and prevent people from using it accidentally while not breaking builds which pin to this version.