Sublime Forum

SQL syntax not properly symbol'izing multi.part.objectnames

#1

Hey All,

In this bit of SQL:

create table vern (first char(2) NOT NULL, second numeric, ) go create table dbo.bubba (x char(4) NOT NULL, y numeric) go
The table name ‘vern’ is properly listed as a symbol when I pop the Goto Symbol menu, but ‘dbo.bubba’ is just listed as ‘dbo’.

Is this the right place to ask for a fix?

Many thanks!

-Roy

0 Likes