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

Barry Lind
Two patches from Kris Jurka. One fixes a problem with incorrect type for double
and the other fixes a NPE in Statement.toString() under some circumstances.The second patch was originally submitted by Oliver Jowett and updated by Kris1 parent16a3034 commit28ce9f0
File tree
1 file changed
+7
-4
lines changed- src/interfaces/jdbc/org/postgresql/jdbc1
1 file changed
+7
-4
lines changedLines changed: 7 additions & 4 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 |
| |
| |||
1890 | 1890 |
| |
1891 | 1891 |
| |
1892 | 1892 |
| |
| 1893 | + | |
| 1894 | + | |
| 1895 | + | |
1893 | 1896 |
| |
1894 | 1897 |
| |
1895 | 1898 |
| |
1896 | 1899 |
| |
1897 | 1900 |
| |
1898 | 1901 |
| |
1899 | 1902 |
| |
| 1903 | + | |
1900 | 1904 |
| |
1901 | 1905 |
| |
1902 | 1906 |
| |
1903 |
| - | |
1904 |
| - | |
| 1907 | + | |
1905 | 1908 |
| |
1906 | 1909 |
| |
1907 | 1910 |
| |
| |||
2070 | 2073 |
| |
2071 | 2074 |
| |
2072 | 2075 |
| |
2073 |
| - | |
| 2076 | + | |
2074 | 2077 |
| |
2075 | 2078 |
| |
2076 | 2079 |
| |
|
0 commit comments
Comments
(0)