Signed binding indexes
Binding indexes must not be signed numbers.
Incorrect:
object c:-1 d:-2 a:0 b:1 e:+12
Correct:
object c:1 d:2 a:0 b:1 e:12
Published on Tue Mar 31 07:20:24 UTC 2026.
Binding indexes must not be signed numbers.
Incorrect:
object c:-1 d:-2 a:0 b:1 e:+12
Correct:
object c:1 d:2 a:0 b:1 e:12
Published on Tue Mar 31 07:20:24 UTC 2026.