This shows you the differences between two versions of the page.
— |
news:2020-05-27_sqlite3 [2020/05/28 11:22] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | * **[[products:sqlite3:|DISQLite3]] 5.32.0** | ||
+ | * INSERT and UPDATE statements now always apply column affinity before computing CHECK constraints. | ||
+ | * Added the iif() SQL function. | ||
+ | * The ESCAPE clause of a LIKE operator now overrides wildcard characters, so that the behavior now matches what PostgreSQL does. | ||
+ | * Added support for approximate ANALYZE using the PRAGMA analysis_limit command. | ||
+ | * New extensions: bytecode virtual table, checksum VFS, UINT collation sequence. | ||
+ | * New functions to better support of VFS shim implementations: sqlite3_create_filename(), sqlite3_free_filename(), and sqlite3_database_file_object(). |