DISQLite3
v5.41.0
Add support for
RIGHT
and
FULL OUTER JOIN
.
Add new binary comparison operators
IS NOT DISTINCT FROM
and
IS DISTINCT FROM
.
The
HAVING
clause of a
SELECT
statement is now allowed on any aggregate query, even queries that do not have a
GROUP BY
clause.
Added the
sqlite3_db_name()
interface.