SQLite Forum

(Deleted)
Login

(1.1) By Shawn Wagner (shawnw) on 2020-04-24 12:45:53 edited from 1.0 [link] [source]

Deleted

(2) By Richard Hipp (drh) on 2020-04-24 04:17:51 in reply to 1.0 [link] [source]

(3) By Shawn Wagner (shawnw) on 2020-04-24 12:45:21 in reply to 2 [link] [source]

Well, that was a fast fix. I'll delete this thread.

(4) By skywalk on 2020-04-24 14:44:34 in reply to 3 [link] [source]

Please don't delete your error condition. That is a terrible tease. :(
This fix solved a critical JOIN query(https://sqlite.org/forum/forumpost/c8f99ee0ba) in my code, but my brain could not determine that from the patch comment:
"Fix problems in the constant propagation optimization that were introduced by check-in [1c3e5c20a9e6f501]."
Your end use case can save others time in determining root cause of failures.

(5) By anonymous on 2020-05-03 20:28:17 in reply to 4 [source]

Reply

That is good to know.