You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test case:
- make a procedure with NOT NULL and/or COLLATE flags *and* a
default value on any parameter. You'll see that it mixes the position
of the flags.
eg. instead of PROC(PARAM not null = 0) you get PROC(PARAM = 0 not null), same with COLLATION.
Submitted by: Cosmin Apreutesei (cosmin_ap2)
Test case:
- make a procedure with NOT NULL and/or COLLATE flags *and* a
default value on any parameter. You'll see that it mixes the position
of the flags.
eg. instead of PROC(PARAM not null = 0) you get PROC(PARAM = 0 not null), same with COLLATION.
Commits: 8c458e4
The text was updated successfully, but these errors were encountered: