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

Barry Lind
Fixes bug where join to pg_description was incorrect. Also modifies the
regression test to test for this case. Patch submitted by Kris Jurka. Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java1 parentad18b10 commit5ec61f4
File tree
2 files changed
+11
-4
lines changed- src/interfaces/jdbc/org/postgresql
- jdbc1
- test/jdbc2
2 files changed
+11
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1988 | 1988 |
| |
1989 | 1989 |
| |
1990 | 1990 |
| |
1991 |
| - | |
| 1991 | + | |
1992 | 1992 |
| |
1993 | 1993 |
| |
1994 | 1994 |
| |
| |||
2038 | 2038 |
| |
2039 | 2039 |
| |
2040 | 2040 |
| |
2041 |
| - | |
| 2041 | + | |
2042 | 2042 |
| |
2043 | 2043 |
| |
2044 | 2044 |
| |
|
Lines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
31 | 36 |
| |
32 | 37 |
| |
33 | 38 |
| |
| |||
44 | 49 |
| |
45 | 50 |
| |
46 | 51 |
| |
47 |
| - | |
| 52 | + | |
48 | 53 |
| |
49 | 54 |
| |
50 | 55 |
| |
51 | 56 |
| |
52 | 57 |
| |
| 58 | + | |
| 59 | + | |
53 | 60 |
| |
54 | 61 |
| |
55 | 62 |
| |
|
0 commit comments
Comments
(0)