From 8d919d6f5ad304cf3775289afb15eb9fbfc1e463 Mon Sep 17 00:00:00 2001 From: Osiris-Team <59899645+Osiris-Team@users.noreply.github.com> Date: Thu, 9 May 2024 13:43:43 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efbbf01..f6e4291 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ even execute get/add/update/delete. Provided in the generated Database class. PRs for these issues are greatly appreciated (sorted from most important, to least important). - You need to know a bit of SQL, especially about definitions and defaults. This could be fixed by simplifying the GUI further. - Internally a `idCounter` is used for each table, meaning if rows are added by another program the counter won't be accurate anymore and thus further insert operations will fail. -- Java Code Generator: No support for `FOREIGN KEY` / references between tables. +- Java Code Generator: No support for `FOREIGN KEY` / references between tables. However note that the idea of references is supported (columns named tableNameId are refs). - Java Code Generator: No support for `VIEW, JOIN, UNION` / merged tables/results. This might never get fixed if its not possible to create a developer-friendly / simple API for this. ## Tipps