- Notifications
You must be signed in to change notification settings - Fork5
Commit0671b65

Barry Lind
Applied patch from Kim Ho at redhat to improve boolean and bit handling
in the jdbc driver Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java jdbc/org/postgresql/jdbc3/AbstractJdbc3Statement.java1 parentce90c0f commit0671b65
File tree
2 files changed
+20
-5
lines changed- src/interfaces/jdbc/org/postgresql
- jdbc1
- jdbc3
2 files changed
+20
-5
lines changedLines changed: 8 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| |||
917 | 917 |
| |
918 | 918 |
| |
919 | 919 |
| |
920 |
| - | |
| 920 | + | |
921 | 921 |
| |
922 | 922 |
| |
923 | 923 |
| |
| |||
1551 | 1551 |
| |
1552 | 1552 |
| |
1553 | 1553 |
| |
1554 |
| - | |
| 1554 | + | |
| 1555 | + | |
| 1556 | + | |
| 1557 | + | |
| 1558 | + | |
1555 | 1559 |
| |
1556 | 1560 |
| |
1557 | 1561 |
| |
1558 |
| - | |
| 1562 | + | |
1559 | 1563 |
| |
1560 | 1564 |
| |
1561 | 1565 |
| |
|
Lines changed: 12 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
1359 | 1359 |
| |
1360 | 1360 |
| |
1361 | 1361 |
| |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
1362 | 1373 |
| |
1363 | 1374 |
|
0 commit comments
Comments
(0)