- Notifications
You must be signed in to change notification settings - Fork5
Commit3f5a164
committed
Hello,
Two patches included:- the first one enables the use of bool variables in fields which mightbecome NULL. Up to now the lib told you that NULL is not a bool variable, even ifyou provide a indicator.- the second patch checks whether a value is null and issues an error ifno indicator is provided.Sidenote: IIRC, the variable should be left alone if the value is NULL.ECPGlib sets it's value to 0 on NULL. Is this a violation of thestandard?Regards Christof1 parentebb618b commit3f5a164
File tree
3 files changed
+20
-0
lines changed- src/interfaces/ecpg
- include
- lib
3 files changed
+20
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
769 | 776 | | |
| 777 | + | |
| 778 | + | |
770 | 779 | | |
771 | 780 | | |
772 | 781 | | |
| |||
891 | 900 | | |
892 | 901 | | |
893 | 902 | | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
894 | 908 | | |
895 | 909 | | |
896 | 910 | | |
| |||
0 commit comments
Comments
(0)