From ffd4b81a148145b32b66f6137957567d3285362e Mon Sep 17 00:00:00 2001 From: Axel Teo Date: Tue, 14 Apr 2026 18:01:03 +0800 Subject: [PATCH] Update website bugs --- layouts/shortcodes/bugs.html | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/layouts/shortcodes/bugs.html b/layouts/shortcodes/bugs.html index 5c7935c..45b3b8e 100644 --- a/layouts/shortcodes/bugs.html +++ b/layouts/shortcodes/bugs.html @@ -1,13 +1,37 @@ Overview

-

Database Management Systems (911 bugs)

-

SQLite (231 bugs)

+

Database Management Systems (915 bugs)

+

SQLite (235 bugs)

+
+Incorrect use of collation sequences on non-PK columns of a WITHOUT ROWID table for row value comparison +Status: fixed
+Link: https://sqlite.org/forum/info/7a308e933db9b702
+Found by: Axel Teo +
+
+Incorrect skip-ahead optimization after modification to internal statistics table +Status: fixed
+Link: https://sqlite.org/forum/info/5c0ce7ae01f92c99
+Found by: Axel Teo +
+
+Wrong collation used as part of a row-value comparison between columns with different collation sequences. +Status: fixed
+Link: https://sqlite.org/forum/info/6ceca07fc3ef868c
+Found by: Axel Teo +
+
+Incorrect comparison optimization on collation sequences +Status: fixed
+Link: https://sqlite.org/forum/info/0b299630cbe94a2c
+Found by: Axel Teo +
Wrong INNER JOIN result involving subquery containing PERCENT_RANK() Status: fixed