Hi,
it looks like, that JMIX (and also Cuba) cannot handle a db name with minus char in it,
like: dbname-sql-db-dev
When trying to run, it gets shortened to: dbname
Regards
Roland
Hi,
it looks like, that JMIX (and also Cuba) cannot handle a db name with minus char in it,
like: dbname-sql-db-dev
When trying to run, it gets shortened to: dbname
Regards
Roland
Hello, Roland,
I do apologize for the late reply.
Thank you for reporting the problem! I’ve created the issue for it.
As a workaround, I’ve managed to make my test project work by creating manually two tables in the database:
dbname-sql-db-dev
master-sql-db-dev
- in order to avoid problems with login to db with incorrect connection parametersRegards,
Dmitry