Database Conversion Operations
Database conversion operations have required and optional guidelines:
● Required conversions include the comparison operator=
to be written as==
and the end-of-line comment--
to be written as//
.
● Optional conversions are defined as synonyms, and therefore enable you to select either the old or new operator.Database conversion operations are controlled by the following environment variables:
●
●
●To convert the operator, set the specific variable to
ON
; otherwise, no change is made.The following table lists the revised database operators.
New Operator Required or Optional Comparison operator (for special cases integer/ba/enum)