- Notifications
You must be signed in to change notification settings - Fork5
Commit8a3b80d
committed
Make text <=> char conversion functions convert zero character to and
from an empty text string. This makes them consistent with the de factobehavior of type char's I/O conversion functions, and avoids generatingtext values with embedded nulls, which confuse many text operators.1 parenta056f14 commit8a3b80d
1 file changed
+33
-5
lines changedLines changed: 33 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
| 27 | + | |
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
| |||
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
| |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
37 | 43 |
| |
38 | 44 |
| |
39 | 45 |
| |
| |||
147 | 153 |
| |
148 | 154 |
| |
149 | 155 |
| |
| 156 | + | |
150 | 157 |
| |
151 | 158 |
| |
152 | 159 |
| |
153 | 160 |
| |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
154 | 172 |
| |
155 |
| - | |
156 |
| - | |
| 173 | + | |
157 | 174 |
| |
158 | 175 |
| |
159 | 176 |
| |
| |||
162 | 179 |
| |
163 | 180 |
| |
164 | 181 |
| |
165 |
| - | |
166 |
| - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
167 | 195 |
| |
168 | 196 |
| |
169 | 197 |
| |
|
0 commit comments
Comments
(0)