Deprecate previous syntax for working with SQL classes¶
When this behavior change bundle is enabled, the previous syntax used with SQL classes will no longer work.
- 此变更之前:
The prior, deprecated syntax for working with SQL classes is still supported. For example:
- 此变更之后:
The prior, deprecated syntax for working with SQL classes will no longer work.
使用较新的“原生”语法,例如:
参考:1829