forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2b3bb34
committed
This patch fixes a couple of minor bugs:
1) DatabaseMetaData.getPrimaryKeys() would fail saying that thereis no table t.2) PreparedStatement.getObject() was missing some break statements,which was causing updates not to work with JBuilder (supplied by Aaron Dunlop).jdbc fixes from Peter.1 parent55c235b commit2b3bb34
File tree
2 files changed
+6
-1
lines changed- src/interfaces/jdbc/postgresql
2 files changed
+6
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2121 | 2121 |
| |
2122 | 2122 |
| |
2123 | 2123 |
| |
2124 |
| - | |
| 2124 | + | |
2125 | 2125 |
| |
2126 | 2126 |
| |
2127 | 2127 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
470 | 470 |
| |
471 | 471 |
| |
472 | 472 |
| |
| 473 | + | |
473 | 474 |
| |
474 | 475 |
| |
| 476 | + | |
475 | 477 |
| |
476 | 478 |
| |
| 479 | + | |
477 | 480 |
| |
478 | 481 |
| |
| 482 | + | |
479 | 483 |
| |
480 | 484 |
| |
| 485 | + | |
481 | 486 |
| |
482 | 487 |
| |
483 | 488 |
| |
|
0 commit comments
Comments
(0)