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

Cuted symbols after $ symbol in table name #152

Closed swatoff closed 6 years ago

swatoff commented 6 years ago

Issue Type

Prerequisites (For bugfixes)

Description

If table name contains special symbol, like a $, in sublime remains only symbols before $-symbol

Steps to Reproduce (For bugfixes)

  1. Type table name, like a RDB$DATABASE
  2. Press CTRL+SPACE
  3. In autocomplete window select table RDB$DATABASE
  4. in sublime remains only symbols before $-symbol

Versions

swatoff commented 6 years ago

gif

tkopets commented 6 years ago

I will take a look into this.

tkopets commented 6 years ago

The fix will be available in next release.

swatoff commented 6 years ago

Thank you very much, @tkopets