forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4f5cdad
committed
Applied to jdbc1 and jdbc2.
This is a patch which lets the DatabaseMetaData return the object typewhen getTables(....) is called. It does not really fix any bug, but itfills in some functionality that should be there anyway. The diffincluded here is off of the CVS as of just now :)----------------------------------------------------------------Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer----------------------------------------------------------------1 parent264c068 commit4f5cdad
File tree
2 files changed
+36
-6
lines changed- src/interfaces/jdbc/org/postgresql
- jdbc1
- jdbc2
2 files changed
+36
-6
lines changedLines changed: 18 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1651 | 1651 |
| |
1652 | 1652 |
| |
1653 | 1653 |
| |
1654 |
| - | |
| 1654 | + | |
1655 | 1655 |
| |
1656 | 1656 |
| |
1657 | 1657 |
| |
| |||
1687 | 1687 |
| |
1688 | 1688 |
| |
1689 | 1689 |
| |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
| 1693 | + | |
| 1694 | + | |
| 1695 | + | |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
| 1699 | + | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
1690 | 1705 |
| |
1691 | 1706 |
| |
1692 |
| - | |
1693 |
| - | |
| 1707 | + | |
| 1708 | + | |
1694 | 1709 |
| |
1695 | 1710 |
| |
1696 | 1711 |
| |
|
Lines changed: 18 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1651 | 1651 |
| |
1652 | 1652 |
| |
1653 | 1653 |
| |
1654 |
| - | |
| 1654 | + | |
1655 | 1655 |
| |
1656 | 1656 |
| |
1657 | 1657 |
| |
| |||
1687 | 1687 |
| |
1688 | 1688 |
| |
1689 | 1689 |
| |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
| 1693 | + | |
| 1694 | + | |
| 1695 | + | |
| 1696 | + | |
| 1697 | + | |
| 1698 | + | |
| 1699 | + | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
| 1704 | + | |
1690 | 1705 |
| |
1691 | 1706 |
| |
1692 |
| - | |
1693 |
| - | |
| 1707 | + | |
| 1708 | + | |
1694 | 1709 |
| |
1695 | 1710 |
| |
1696 | 1711 |
| |
|
0 commit comments
Comments
(0)