forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita50d08f
Barry Lind
Return something meaningful for Statement.getFetchSize(). Previously we were
returning an exception when this method was called.Modified Files:jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java1 parentfaf2853 commita50d08f
File tree
1 file changed
+2
-3
lines changed- src/interfaces/jdbc/org/postgresql/jdbc2
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
120 | 119 | | |
121 | 120 | | |
122 | 121 | | |
| |||
0 commit comments
Comments
(0)