-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
If you issue something like:
create local temporary table "some.table" ...
The resovler will not allow the table name.
That should be allowed, and instead the parser should reject unqualified names such as:
create local temporary table some.table ...