forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit960c186
committed
the bug was not fixed in the snapshot of November 5th. Also the enterprise
edition of the driver did not compile. I have fixed both issues again. I haveattached the modified files to this email, maybe you can check them into therepository. (Fixes are marked with //FIXME). Enterprise edition driver nowcompiles and seems to work.Jan Thomae1 parenta210023 commit960c186
File tree
2 files changed
+43
-15
lines changed- src/interfaces/jdbc/org/postgresql
- jdbc2
2 files changed
+43
-15
lines changedLines changed: 28 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
68 |
| - | |
69 |
| - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
70 | 73 |
| |
71 | 74 |
| |
72 | 75 |
| |
| |||
191 | 194 |
| |
192 | 195 |
| |
193 | 196 |
| |
194 |
| - | |
195 |
| - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
196 | 201 |
| |
197 | 202 |
| |
198 | 203 |
| |
| |||
223 | 228 |
| |
224 | 229 |
| |
225 | 230 |
| |
226 |
| - | |
227 |
| - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
228 | 240 |
| |
229 | 241 |
| |
230 | 242 |
| |
| |||
260 | 272 |
| |
261 | 273 |
| |
262 | 274 |
| |
263 |
| - | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
264 | 279 |
| |
265 | 280 |
| |
266 | 281 |
| |
| |||
289 | 304 |
| |
290 | 305 |
| |
291 | 306 |
| |
292 |
| - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
293 | 311 |
| |
294 | 312 |
| |
295 | 313 |
| |
|
Lines changed: 15 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
468 | 468 |
| |
469 | 469 |
| |
470 | 470 |
| |
471 |
| - | |
472 |
| - | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
473 | 478 |
| |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
474 | 485 |
| |
475 | 486 |
| |
476 | 487 |
| |
| |||
839 | 850 |
| |
840 | 851 |
| |
841 | 852 |
| |
842 |
| - | |
| 853 | + | |
843 | 854 |
| |
844 | 855 |
| |
845 | 856 |
| |
846 | 857 |
| |
847 | 858 |
| |
848 | 859 |
| |
849 |
| - | |
| 860 | + | |
850 | 861 |
| |
851 | 862 |
| |
852 | 863 |
| |
| |||
856 | 867 |
| |
857 | 868 |
| |
858 | 869 |
| |
859 |
| - | |
860 | 870 |
| |
861 | 871 |
| |
862 | 872 |
| |
|
0 commit comments
Comments
(0)