sqlparser / isf_notepad

SQL Formatter plugin for Notepad++
Apache License 2.0
77 stars 47 forks source link

Case sensitive #2

Open artworker opened 8 years ago

artworker commented 8 years ago

Hi, Thanks to your code.

I'm install to my notepad++

select id from TableName

this will change

SELECT id
FROM   TABLENAME 

but I got error.

Table 'TABLENAME ' doesn't exist

windows is OK but in linux i got error. i think that talbe name has 'case sensitive' in linux

cnfree commented 8 years ago

Could you provide a snapshot? I can't reproduce it on my Linux.

image