forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1e3372e

Barry Lind
Fix bug in reading acls (didn't treat null acl as meaning the table owner had
full privs), also updated the regression test for this case. Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataTest.java1 parent0489783 commit1e3372e
File tree
2 files changed
+16
-6
lines changed- src/interfaces/jdbc/org/postgresql
- jdbc1
- test/jdbc2
2 files changed
+16
-6
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2466 | 2466 |
| |
2467 | 2467 |
| |
2468 | 2468 |
| |
2469 |
| - | |
| 2469 | + | |
2470 | 2470 |
| |
2471 | 2471 |
| |
2472 | 2472 |
| |
| |||
2569 | 2569 |
| |
2570 | 2570 |
| |
2571 | 2571 |
| |
2572 |
| - | |
| 2572 | + | |
2573 | 2573 |
| |
2574 | 2574 |
| |
2575 | 2575 |
| |
| |||
2693 | 2693 |
| |
2694 | 2694 |
| |
2695 | 2695 |
| |
2696 |
| - | |
| 2696 | + | |
| 2697 | + | |
| 2698 | + | |
| 2699 | + | |
| 2700 | + | |
2697 | 2701 |
| |
2698 | 2702 |
| |
2699 | 2703 |
| |
|
Lines changed: 9 additions & 3 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 |
| |
| |||
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
240 |
| - | |
241 | 240 |
| |
242 | 241 |
| |
243 | 242 |
| |
244 | 243 |
| |
245 |
| - | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
246 | 250 |
| |
| 251 | + | |
| 252 | + | |
247 | 253 |
| |
248 | 254 |
| |
249 | 255 |
| |
|
0 commit comments
Comments
(0)