forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit653d396
committed
Teach jsonpath string() to unwrap in lax mode
This was an ommission in commit66ea94e, and brings it into compliancewith both other methods and the standard.Per complaint from David Wheeler.Author: David Wheeler, Jeevan ChalkeReviewed-by: Chapman FlackDiscussion:https://postgr.es/m/A64AE04F-4410-42B7-A141-7A7349260F4D@justatheory.com1 parent81d20fb commit653d396
File tree
4 files changed
+19
-2
lines changed- doc/src/sgml
- src
- backend/utils/adt
- test/regress
- expected
- sql
4 files changed
+19
-2
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17792 | 17792 |
| |
17793 | 17793 |
| |
17794 | 17794 |
| |
17795 |
| - | |
| 17795 | + | |
| 17796 | + | |
| 17797 | + | |
| 17798 | + | |
17796 | 17799 |
| |
17797 | 17800 |
| |
17798 | 17801 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1606 | 1606 |
| |
1607 | 1607 |
| |
1608 | 1608 |
| |
| 1609 | + | |
| 1610 | + | |
| 1611 | + | |
1609 | 1612 |
| |
1610 | 1613 |
| |
1611 | 1614 |
| |
|
Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2525 | 2525 |
| |
2526 | 2526 |
| |
2527 | 2527 |
| |
2528 |
| - | |
| 2528 | + | |
| 2529 | + | |
| 2530 | + | |
| 2531 | + | |
2529 | 2532 |
| |
2530 | 2533 |
| |
2531 | 2534 |
| |
| |||
2576 | 2579 |
| |
2577 | 2580 |
| |
2578 | 2581 |
| |
| 2582 | + | |
| 2583 | + | |
| 2584 | + | |
| 2585 | + | |
| 2586 | + | |
| 2587 | + | |
| 2588 | + | |
2579 | 2589 |
| |
2580 | 2590 |
| |
2581 | 2591 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
586 | 586 |
| |
587 | 587 |
| |
588 | 588 |
| |
| 589 | + | |
589 | 590 |
| |
590 | 591 |
| |
591 | 592 |
| |
|
0 commit comments
Comments
(0)