Release of SQLite Database 3.30.0
The release of SQLite database management system 3.30.0 has occurred. SQLite is a compact embedded database management system. The source code of the library has been placed in the public domain. What's new in version 3.30.0: The ability to apply the "FILTER" expression with aggregate functions has been added, allowing for limiting the scope of data processed by the function to only records that meet specified conditions; support for "NULLS FIRST" and "NULLS LAST" flags has been provided in the "ORDER BY" clause […]
