-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
enhancementNew functionality that could be addedNew functionality that could be addedhelp wantedWill probably not be addressed by the package maintainer, but could be addressed by someone elseWill probably not be addressed by the package maintainer, but could be addressed by someone else
Description
Achilles is using an old syntax for "drop index", which does not work well in certain cases. Here is the error message produced by this drop index statement:
DBMS:
sql server
Error:
com.microsoft.sqlserver.jdbc.SQLServerException: Cannot drop the index 'results_deid.idx_ar_aid', because it does not exist or you do not have permission.
SQL:
drop index results_deid.idx_ar_aid
R version:
R version 3.6.0 (2019-04-26)
Platform:
x86_64-redhat-linux-gnu
This syntax is not working well and it has as also described by the official DROP INDEX documentation:
Important
The syntax defined in <drop_backward_compatible_index> will be removed in a future version of MicrosoftSQL Server. Avoid using this syntax in new development work, and plan to modify applications that currently use the feature. Use the syntax specified under <drop_relational_or_xml_index> instead. XML indexes cannot be dropped using backward compatible syntax.
Hope this can be fixed soon.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew functionality that could be addedNew functionality that could be addedhelp wantedWill probably not be addressed by the package maintainer, but could be addressed by someone elseWill probably not be addressed by the package maintainer, but could be addressed by someone else