Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't parse model version in DESCRIBE #326

Closed
StpMax opened this issue Nov 14, 2023 · 0 comments · Fixed by #339
Closed

Can't parse model version in DESCRIBE #326

StpMax opened this issue Nov 14, 2023 · 0 comments · Fixed by #339
Assignees
Labels
bug Something isn't working

Comments

@StpMax
Copy link
Contributor

StpMax commented Nov 14, 2023

This query can be parsed without error:

DESCRIBE project.model.1

but this raise error

DESCRIBE project.model.1.attr

error is

SQL statement cannot be parsed by mindsdb_sql - describe project.model.1.attr: Syntax error at token FLOAT: "1."

as temp workaround escape symbols may be used:

DESCRIBE project.model.`1`.attr
@StpMax StpMax added the bug Something isn't working label Nov 14, 2023
ea-rus added a commit that referenced this issue Jan 10, 2024
@ea-rus ea-rus mentioned this issue Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants