Creating project with hyphen in name allowed
SebastianJames55 opened this issue · 1 comments
SebastianJames55 commented
Your Environment
- Python version: 3.9
- Operating system: Windows 10
- Mindsdb Python SDK version: 1.0.5
- Additional info if applicable: slack #questions channel thread for reference
Please describe your issue and how we can replicate it
Add a message to not use a hyphen when creating project names as it throws an error when you drop it.
server.create_project('mind-reader')
allows the project to be created.
server.drop_project('mind-reader')
gives error:
RuntimeError: SQL statement cannot be parsed by mindsdb_sql - DROP DATABASE mind-reader-project: Syntax error at token MINUS: "-"