From 151b7d8d0b964abe8f616daf26e2f173bf9ef096 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Wed, 11 Dec 2024 09:57:51 -0800 Subject: [PATCH] note xtdb as supported in changelog still need to add more notes about it elsewhere! Signed-off-by: Sean Corfield --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a40ffd..c181357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Only accretive/fixative changes will be made from now on. * 1.3.next in progress + * Added XTDB as a supported database for testing via PR [#290](https://github.com/seancorfield/next-jdbc/pull/290). _Note: not all features are tested against XTDB due to several fundamental differences in architecture, mostly around primary key/generated keys and lack of DDL operations (since XTDB is schemaless)._ * Update dev/test dependencies. * 1.3.967 -- 2024-12-02