Skip to content

Commit

Permalink
prepare release 20231201
Browse files Browse the repository at this point in the history
  • Loading branch information
ygrek committed Dec 1, 2023
1 parent 89f16a8 commit 1068806
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1068806

Please sign in to comment.