Subject | Re: [Firebird-Architect] Multi-level name space |
---|---|
Author | Geoff Worboys |
Post date | 2006-01-13T23:15:15Z |
> Yes, Claudio, what I'm saying is that if the followingNo it is far from harmonious. It is ugly, it is nasty and
> sequence works:
> create table "hungry"."wolf" (claudio int);
> insert into "hungry.wolf" (claudio) values(-1);
> the earth won't spin off its axis, the tides will still
> flow and ebb, and harmony can still reign.
it is potentially very confusing.
What does this mean? x = "a"+"b";
is it? x = "a+b";
or is it? x = "a" + "b";
This is the same logic. A syntax element appearing outside
quotes should be syntax (not part of the name).
--
Geoff Worboys
Telesis Computing