Add decimal type requirements

This commit is contained in:
cryptogopher 2024-12-08 14:25:06 +01:00
parent 0b201606c2
commit e49eac766c

View File

@ -9,8 +9,11 @@ Software requirements
* Server side: * Server side:
* Ruby version: developed on Ruby 3.x * Ruby version: developed on Ruby 3.x
* database with recursive Common Table Expressions (CTE) support, e.g. * database with:
* recursive Common Table Expressions (CTE) support, e.g.
MySQL >= 8.0, MariaDB >= 10.2.2 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 * for testing: browser as specified in _Client side_ requirements
* Client side: * Client side:
* browser supporting below requirements (e.g. Firefox >= 121): * browser supporting below requirements (e.g. Firefox >= 121):