From 1068806c4d5cdd484793352525003aa1b0fd7460 Mon Sep 17 00:00:00 2001 From: ygrek Date: Fri, 1 Dec 2023 11:31:58 -0500 Subject: [PATCH] prepare release 20231201 --- changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/changelog b/changelog index ad59b0e..793fd28 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,21 @@ sqlgg changelog --------------- +20231201 + + ocaml: support IN @x via text substitution + + sql: support batch insert with syntax INSERT INTO x(...) VALUES @xs + + sql: rudimentary NULL handling (direct column assignments) + + sql: multi-table DELETE + + ocaml: update traits to track read/write nature of ops + * ocaml: cleanup whitespace + * sql: implicitly convert int<->decimal, require explicit cast for float<->decimal + + sql: more string and window functions + + sql: CAST, FLOOR, MOD, CONVERT, AS (expr), DROP FOREIGN KEY, ALTER TABLE .. [CONVERT TO] CHARACTER SET .., ALTER TABLE ... ADD CONSTRAINT + * sql: fix table alias handling + + cli: -static-header + * sql: fix DATE type + * sql: fix ORDER BY with multiple params + 20200521 * switch versioning scheme * switch build system to dune