Firebird Documentation IndexFirebird 2.1 Release NotesNew Configuration Parameters and Changes → OldColumnNaming
Firebird Home Firebird Home Prev: GCPolicyFirebird Documentation IndexUp: New Configuration Parameters and ChangesNext: UsePriorityScheduler

OldColumnNaming

P. Reeves

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.

Important

This setting affects all databases on the server and will potentially produce exceptions or unpredicted results where mixed applications are implemented.

Prev: GCPolicyFirebird Documentation IndexUp: New Configuration Parameters and ChangesNext: UsePriorityScheduler
Firebird Documentation IndexFirebird 2.1 Release NotesNew Configuration Parameters and Changes → OldColumnNaming