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

Index creation needs to be wrapped with quote #1110

Closed
Yuqi-Du opened this issue May 22, 2024 · 0 comments · Fixed by #1117
Closed

Index creation needs to be wrapped with quote #1110

Yuqi-Du opened this issue May 22, 2024 · 0 comments · Fixed by #1117
Assignees

Comments

@Yuqi-Du
Copy link
Contributor

Yuqi-Du commented May 22, 2024

"CREATE CUSTOM INDEX IF NOT EXISTS %s_query_bool_values ON \"%s\".\"%s\" (entries(query_bool_values)) USING 'StorageAttachedIndex'";
%s_query_bool_values does not have quoto, which means c* will treat it as case-insensitive.
It will be a problem when people have collections with same name but different cases.
For example, openaitable and openAItable.

@jeffreyscarpenter jeffreyscarpenter changed the title Index creation needs to be wrapped with quoto Index creation needs to be wrapped with quote May 23, 2024
@maheshrajamani maheshrajamani self-assigned this May 23, 2024
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.

2 participants