Changes to the built-in functions
- Added the
WithSideEffects
/WithSideEffectsMode
functions for working with side effects.
Changes to the NOT NULL expression
- The
x NOT NULL
expression will generate an error instead of a warning. To fix this, replace it withx IS NOT NULL
.