Subject | Re: [firebird-support] Is this a bug of Firebird? |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2017-02-08T16:02:29Z |
08.02.2017 16:55, 'Walter R. Ojeda Valiente' sistemas2000profesional@...
[firebird-support] wrote:
FOR SELECT ALU_NOMBRE, ALU_APELLD .... AS CURSOR X DO
lcName = X.ALU_NOMBRE;
lcName = X.ALU_APELLD;
Pointless, but valid.
--
WBR, SD.
[firebird-support] wrote:
> Of course, the fault is of the programmer, but it can be detected at compilation time.Why? It is expanded into code like this:
FOR SELECT ALU_NOMBRE, ALU_APELLD .... AS CURSOR X DO
lcName = X.ALU_NOMBRE;
lcName = X.ALU_APELLD;
Pointless, but valid.
--
WBR, SD.