- Notifications
You must be signed in to change notification settings - Fork28
Commit3acb7d1
committed
Test Case:
----------exec sql begin declare section; short s ; unsigned short us;exec sql end declare section;exec sql create table test(s smallint, us smallint);exec sql commit;s = 1; us =32000;exec sql insert into test values( :s, :us ) ; <== errorError Message: "i4toi2: '-600309759' causes int2 underflow"Masaaki Sakaida1 parent0343024 commit3acb7d1
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
437 | 441 | | |
438 | 442 | | |
439 | 443 | | |
440 | 444 | | |
441 | 445 | | |
442 | 446 | | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
443 | 451 | | |
444 | 452 | | |
445 | 453 | | |
| |||
0 commit comments
Comments
(0)