mtxr / SublimeText-SQLTools

SQLTools for Sublime Text 3
https://code.mteixeira.dev/SublimeText-SQLTools/
GNU General Public License v3.0
177 stars 40 forks source link

Improved performance of smart completions #104

Closed tkopets closed 7 years ago

tkopets commented 7 years ago

On lengthy SQL statements with lots of identifiers and aliases the performance was poor, this commit improves performance of smart completions for most widely used case - when prefix does not contain any dots (no parent object specified).

tkopets commented 7 years ago

@mtxr Those codacy checks seem to be stuck.

mtxr commented 7 years ago

I took a look there. Seems to be ok. Probably is just an instability.

Approving as administrator.

Thanks!

tkopets commented 7 years ago

Thanks man!