forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4128211
committed
Skip dropped attributes when converting Python objects to tuples
Pay attention to the attisdropped field and skip over TupleDesc fieldsthat have it set. Not a real problem until we get table returningfunctions, but it's the right thing to do anyway.Jan Urbański1 parent59ea9ef commit4128211
1 file changed
+21
-2
lines changedLines changed: 21 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2304 | 2304 |
| |
2305 | 2305 |
| |
2306 | 2306 |
| |
| 2307 | + | |
| 2308 | + | |
| 2309 | + | |
2307 | 2310 |
| |
2308 | 2311 |
| |
2309 | 2312 |
| |
| |||
2354 | 2357 |
| |
2355 | 2358 |
| |
2356 | 2359 |
| |
| 2360 | + | |
2357 | 2361 |
| |
2358 | 2362 |
| |
2359 | 2363 |
| |
| |||
2364 | 2368 |
| |
2365 | 2369 |
| |
2366 | 2370 |
| |
2367 |
| - | |
| 2371 | + | |
| 2372 | + | |
| 2373 | + | |
| 2374 | + | |
| 2375 | + | |
| 2376 | + | |
| 2377 | + | |
2368 | 2378 |
| |
2369 | 2379 |
| |
2370 | 2380 |
| |
| |||
2376 | 2386 |
| |
2377 | 2387 |
| |
2378 | 2388 |
| |
| 2389 | + | |
2379 | 2390 |
| |
2380 | 2391 |
| |
2381 | 2392 |
| |
2382 | 2393 |
| |
2383 | 2394 |
| |
| 2395 | + | |
| 2396 | + | |
| 2397 | + | |
2384 | 2398 |
| |
2385 | 2399 |
| |
2386 | 2400 |
| |
2387 | 2401 |
| |
2388 |
| - | |
| 2402 | + | |
2389 | 2403 |
| |
2390 | 2404 |
| |
2391 | 2405 |
| |
| |||
2407 | 2421 |
| |
2408 | 2422 |
| |
2409 | 2423 |
| |
| 2424 | + | |
| 2425 | + | |
2410 | 2426 |
| |
2411 | 2427 |
| |
2412 | 2428 |
| |
| |||
2441 | 2457 |
| |
2442 | 2458 |
| |
2443 | 2459 |
| |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
2444 | 2463 |
| |
2445 | 2464 |
| |
2446 | 2465 |
| |
|
0 commit comments
Comments
(0)