You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.
The text was updated successfully, but these errors were encountered:
jeffreyscarpenter
changed the title
Index creation needs to be wrapped with quoto
Index creation needs to be wrapped with quote
May 23, 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.
The text was updated successfully, but these errors were encountered: