- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitfdbf796
committed
> > A simple and robus solution is in the begin of mbutils.c set default
> > ClientEncoding to SQL_ASCII (like default DatabaseEncoding). Bruce, can> > you change it? It's one line change. Again thanks. Forget it! A default client encoding must be set by actual database encoding...Please apply the small attached patch that solve it better.Karel Zak1 parent468b9d8 commitfdbf796
1 file changed
+11
-7
lines changedLines changed: 11 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
141 | 140 |
| |
142 | 141 |
| |
143 |
| - | |
| 142 | + | |
144 | 143 |
| |
145 | 144 |
| |
146 | 145 |
| |
| |||
153 | 152 |
| |
154 | 153 |
| |
155 | 154 |
| |
156 |
| - | |
157 | 155 |
| |
158 | 156 |
| |
159 |
| - | |
| 157 | + | |
160 | 158 |
| |
161 | 159 |
| |
162 | 160 |
| |
| |||
311 | 309 |
| |
312 | 310 |
| |
313 | 311 |
| |
314 |
| - | |
315 | 312 |
| |
316 | 313 |
| |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
317 | 318 |
| |
318 | 319 |
| |
319 | 320 |
| |
| |||
336 | 337 |
| |
337 | 338 |
| |
338 | 339 |
| |
339 |
| - | |
340 | 340 |
| |
341 | 341 |
| |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
342 | 346 |
| |
343 | 347 |
| |
344 | 348 |
| |
|
0 commit comments
Comments
(0)