forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitce8c6aa
committed
Add:
>> o Add new version of PQescapeString() that doesn't double backslashes> that are part of a client-only multibyte sequence>> Single-quote is not a valid byte in any supported client-only> encoding.>> o Add new version of PQescapeString() that doesn't double> backslashes when standard_conforming_strings is true and> non-E strings are used1 parent5d096d0 commitce8c6aa
2 files changed
+20
-2
lines changedLines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
721 | 721 |
| |
722 | 722 |
| |
723 | 723 |
| |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
724 | 734 |
| |
725 | 735 |
| |
726 | 736 |
| |
|
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
656 | 656 |
| |
657 | 657 |
| |
658 | 658 |
| |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
659 | 667 |
| |
660 | 668 |
| |
661 | 669 |
| |
|
0 commit comments
Comments
(0)