logoalt Hacker News

biorachyesterday at 9:19 PM2 repliesview on HN

looks like the bug fixes are in individual commits here: https://github.com/sqlite/sqlite/compare/master...antithesis...

I'd be interested in seeing what the SQLite people have to say about them if/when they are submitted upstream


Replies

mooktoday at 4:19 AM

Hmm, shouldn't the diff start at the tag? That is, it seems like it should be https://github.com/sqlite/sqlite/compare/version-3.51.2...an...

Which says they made two commits to make instrumentation work. Also, no fixes (which seems reasonable to me; need to figure out what's wrong first)

Presumably any bugs found are being sent upstream to fix.

carlsverreyesterday at 9:21 PM

Those are the commits from upstream that resolved the bug. Notice that most of them were committed by Dr. Richard Hipp himself.

show 1 reply