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

createJobTable fails when the table name has a dot #52

Closed
kanagarajkm opened this issue Oct 6, 2020 · 0 comments · Fixed by #53
Closed

createJobTable fails when the table name has a dot #52

kanagarajkm opened this issue Oct 6, 2020 · 0 comments · Fixed by #53

Comments

@kanagarajkm
Copy link
Contributor

When createJobTable is called with a table name which contains a dot for example myschema.jobs, it fails with following error

sqlErrorMsg = "syntax error at or near \".\""

The index creation seems to fail.

create index idx_myschema.jobs_created_at on one.jobs_test3(created_at)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant