microsoft / azuredatastudio-mysql

MySQL extension for Azure Data Studio
MIT License
39 stars 9 forks source link

Optimizer hints not supported #244

Open BakPakMark opened 3 months ago

BakPakMark commented 3 months ago

MySQL 8.0.20 and above uses Index Optimizer Hints, and table hints are deprecated.

The optimizer hint syntax /*+ INDEX(table idx) */ does not work with this extension because the text within the / / characters does not make it from the editor window to the optimizer.