From e49eac766caf12877d1cf4d7e101cc12be4aee21 Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Sun, 8 Dec 2024 14:25:06 +0100 Subject: [PATCH] Add decimal type requirements --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 138e1d5..d2420f5 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,11 @@ Software requirements * Server side: * Ruby version: developed on Ruby 3.x - * database with recursive Common Table Expressions (CTE) support, e.g. - MySQL >= 8.0, MariaDB >= 10.2.2 + * database with: + * recursive Common Table Expressions (CTE) support, e.g. + MySQL >= 8.0, MariaDB >= 10.2.2 + * decimal type with precision of at least 30 (not sure if SQLite3 + supports this) * for testing: browser as specified in _Client side_ requirements * Client side: * browser supporting below requirements (e.g. Firefox >= 121):