Subject | Converting to FB2: PSQL aliases |
---|---|
Author | russellbelding |
Post date | 2006-04-15T03:42:28Z |
In converting an application from FB 1.5.x to 2.0 I am eliminating all
aliases from my client code because of the new alias rule that
eliminates ambiguities. "if an alias for a table is used it must be
used always in place of the table name." Its straightforward and safe.
In the FB2 RC1 release notes under PSQL this rule is not stated or I
have missed it. I suppose PSQL is SQL? The ambuguities of SQL can be
carried to PSQL.
Does the new table alias rule apply to PSQL? I assume it does but
welcome some better insight.
Thanks
Russell Belding
aliases from my client code because of the new alias rule that
eliminates ambiguities. "if an alias for a table is used it must be
used always in place of the table name." Its straightforward and safe.
In the FB2 RC1 release notes under PSQL this rule is not stated or I
have missed it. I suppose PSQL is SQL? The ambuguities of SQL can be
carried to PSQL.
Does the new table alias rule apply to PSQL? I assume it does but
welcome some better insight.
Thanks
Russell Belding