Firebird Documentation Index → Firebird 2.1 Release Notes → New Configuration Parameters and Changes → OldColumnNaming |
The parameter OldColumnNaming has been ported forward from Firebird 1.5.3. This parameter allows users to revert to pre-V1.5 column naming behaviour in SELECT expressions. The installation default is 0 (disabled). If it is enabled, the engine will not attempt to supply run-time identifiers, e.g. CONCATENATION for derived fields where the developer has neglected to provide identifiers.
This setting affects all databases on the server and will potentially produce exceptions or unpredicted results where mixed applications are implemented.
Firebird Documentation Index → Firebird 2.1 Release Notes → New Configuration Parameters and Changes → OldColumnNaming |