forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd25ada4
committed
Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when an
empty query string is passed to PQexecParams and related functions. Itshandling of the NoData response to Describe messages was subtly incorrect.Per my report of yesterday.Although I consider this a bug, it's a behavioral change that might affectapplications, so not back-patched.In passing fix a second issue in the same code: it didn't react well to anout-of-memory failure while trying to make the PGresult object.1 parentd04db37 commitd25ada4
1 file changed
+16
-11
lines changedLines changed: 16 additions & 11 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 |
| |
| |||
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 |
| - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
310 | 306 |
| |
311 | 307 |
| |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
312 | 316 |
| |
| 317 | + | |
313 | 318 |
| |
314 | 319 |
| |
315 | 320 |
| |
|
0 commit comments
Comments
(0)