John Nilsson - 2008-01-04

The issues I've seen so far

1. Loading content assist produced a concurrency exception with some collection (haven't reproduced it so can't give you the exact error will do if I see it again).

2. Some minor problems:

SELECT * FROM TBLAH B WHERE B.<Ctrl + Space> <- should list collumns in TBLAH but lists nothing

SELECT * FROM TBLAH WHERE <Ctrl + Space> <- should list collumns in TBLAH (and possibly tables in current schema and schemas if it makes things easier for other things but must list most likley candidates first) but lists nothing (or anything starting with a specific letter if given)

SELECT * FROM SCHEMA_B.TBLAH WHERE TBLAH.<Ctrl +Space> <- Should not claim that TBLAH is "SCHEMA_A"."TBLAH"
SELECT * FROM TBLAH WHERE TBLAH.<Ctrl +Space> <- Should not claim that TBLAH is "SCHEMA_A"."TBLAH" if current schema is TBLAH_B