You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
generated columns
About this tag
The tag 'generated columns' on WindowsForum.com covers discussions about SQLite generated columns, particularly in the context of security vulnerabilities and patches. One notable thread details CVE-2019-19317, a denial-of-service flaw in SQLite caused by incorrect handling of generated columns in the query resolver's column-usage tracking. The issue led to crashes due to omitted bits in the colUsed bitmask, which was fixed with targeted changes to the resolver routine. This tag is relevant for developers and database administrators working with SQLite who need to understand the implications of generated columns on query optimization and stability.
The discovery and public assignment of CVE-2019-19317 put a spotlight on a subtle but consequential SQLite code-path involving generated columns and the query resolver’s column-usage tracking, with researchers and vendors converging on a short, surgical fix in the SQLite source tree. At a high...