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

try loads error #143

Closed ArvinMei closed 6 years ago

ArvinMei commented 7 years ago

get error when i save this sql and read it:

1. save query as 'q1':
    select 'http://google.com' as url;
2.read query 'q1':
    get error and nothing happen. err is the comment regular expression can't analysis sql
tkopets commented 7 years ago

Unfortunately, I don't understand the description of this pull request. Can you please explain this pull request? If this pull request is an intent to fix a bug, please provide a clear list of steps how to reproduce this bug.

ArvinMei commented 6 years ago

steps in comment

mtxr commented 6 years ago

Closing due a lack of information/testable details.