Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 27 additions & 3 deletions layouts/shortcodes/bugs.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,37 @@
<b>Overview</b><br/>
<ul>
<a href="#dbms"><li>Database Management Systems: 911 bugs</li></a>
<a href="#dbms"><li>Database Management Systems: 915 bugs</li></a>
<a href="#compiler&interpreter"><li>Compilers and Interpreters: 60 bugs</li></a>
<a href="#datalog"><li>Datalog Engines: 30 bugs</li></a>
<a href="#xml"><li>XML Processors: 26 bugs</li></a>
</ul>
<br/>
<h2 id="dbms">Database Management Systems (911 bugs)</h2>
<h3>SQLite (231 bugs)</h3>
<h2 id="dbms">Database Management Systems (915 bugs)</h2>
<h3>SQLite (235 bugs)</h3>
<details>
<summary>Incorrect use of collation sequences on non-PK columns of a WITHOUT ROWID table for row value comparison</summary>
Status: fixed<br />
Link: <a href="https://sqlite.org/forum/info/7a308e933db9b702">https://sqlite.org/forum/info/7a308e933db9b702</a> <br />
Found by: Axel Teo
</details>
<details>
<summary>Incorrect skip-ahead optimization after modification to internal statistics table</summary>
Status: fixed<br />
Link: <a href="https://sqlite.org/forum/info/5c0ce7ae01f92c99">https://sqlite.org/forum/info/5c0ce7ae01f92c99</a> <br />
Found by: Axel Teo
</details>
<details>
<summary>Wrong collation used as part of a row-value comparison between columns with different collation sequences.</summary>
Status: fixed<br />
Link: <a href="https://sqlite.org/forum/info/6ceca07fc3ef868c">https://sqlite.org/forum/info/6ceca07fc3ef868c</a> <br />
Found by: Axel Teo
</details>
<details>
<summary>Incorrect comparison optimization on collation sequences</summary>
Status: fixed<br />
Link: <a href="https://sqlite.org/forum/info/0b299630cbe94a2c">https://sqlite.org/forum/info/0b299630cbe94a2c</a> <br />
Found by: Axel Teo
</details>
<details>
<summary>Wrong INNER JOIN result involving subquery containing PERCENT_RANK()</summary>
Status: fixed<br />
Expand Down
Loading