forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit863c9d1
committed
I was trying to get a very nice FREE graphical db tool called DbVisualizer
(http://www.ideit.com/products/dbvis/) to work with Postgresql and I foundout the following bug: if database has views then getTables() gets the nullpointer exception ('order by relname' makes the listing tree inDbVisualizer a lot useful !!)This patch should propably be applied to the the jdbc1'sDatabaseMetaData.java, too.Panu Outinen1 parent01cc344 commit863c9d1
File tree
2 files changed
+8
-2
lines changed- src/interfaces/jdbc/org/postgresql
- jdbc1
- jdbc2
2 files changed
+8
-2
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1697 | 1697 |
| |
1698 | 1698 |
| |
1699 | 1699 |
| |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
1700 | 1703 |
| |
1701 | 1704 |
| |
1702 | 1705 |
| |
1703 | 1706 |
| |
1704 | 1707 |
| |
1705 | 1708 |
| |
1706 | 1709 |
| |
1707 |
| - | |
| 1710 | + | |
1708 | 1711 |
| |
1709 | 1712 |
| |
1710 | 1713 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1697 | 1697 |
| |
1698 | 1698 |
| |
1699 | 1699 |
| |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
1700 | 1703 |
| |
1701 | 1704 |
| |
1702 | 1705 |
| |
1703 | 1706 |
| |
1704 | 1707 |
| |
1705 | 1708 |
| |
1706 | 1709 |
| |
1707 |
| - | |
| 1710 | + | |
1708 | 1711 |
| |
1709 | 1712 |
| |
1710 | 1713 |
| |
|
0 commit comments
Comments
(0)