Deprecate previous syntax for working with SQL classes¶
Attention
This behavior change is in the 2025_01 bundle.
For the current status of the bundle, refer to Bundle History.
When this behavior change bundle is enabled, the previous syntax used with SQL classes will no longer work.
- Before this change:
The prior, deprecated syntax for working with SQL classes is still supported. For example:
- After this change:
The prior, deprecated syntax for working with SQL classes will no longer work.
Use the newer “native” syntax instead, for example:
Ref: 1829