Open DominikZuercherQC opened 3 months ago
Currently MAX_LENGTH_PK and MAX_LENGTH_INDEX are set as global variables in ddl.py. Preferably they should be configurable arguments of SQLTableStore.
MAX_LENGTH_PK
MAX_LENGTH_INDEX
ddl.py
SQLTableStore
Currently
MAX_LENGTH_PK
andMAX_LENGTH_INDEX
are set as global variables inddl.py
. Preferably they should be configurable arguments ofSQLTableStore
.