deepsky / SQL-Code-Assistant-

SQL Code Assistant Plugin for Intellij IDEA
25 stars 9 forks source link

Unexpected Token member #10

Closed mcormier closed 10 years ago

mcormier commented 10 years ago

The word member gets highlighted as an error. I'm working with a database that has a table called "member" so I've got errors all over the place.

Steps to reproduce:

  1. Create a test.sql file
  2. Put the line "select * from member" in it.

member

deepsky commented 10 years ago

Thanks Matthieu for reporting! Going to fix it in few days, one question, what plug-in version do you use? Best regards, Serhiy

deepsky commented 10 years ago

Fixed in 3be3da0876d3609a2b1eca2da9c2279db0ff6f04

deepsky commented 10 years ago

Fixed in 1.5.9.X version

mcormier commented 10 years ago

Super-mega-awesome.