- Notifications
You must be signed in to change notification settings - Fork5
Commitf13c132
committed
Have psql escape bytes in strings for variables follow the backend
conventions of only allowing octal, like \045. Remove support for\decimal, \0octal, and \0xhex which matches the strtol() function butdidn't make sense with backslashes.These now return the same character:test=> \set x '\54'test=> \echo :x,test=> \set x '\054'test=> \echo :x,THIS IS A BACKWARD COMPATIBILITY CHANGE.1 parent6616e23 commitf13c132
1 file changed
+3
-22
lines changedLines changed: 3 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| |||
849 | 849 |
| |
850 | 850 |
| |
851 | 851 |
| |
852 |
| - | |
853 |
| - | |
854 |
| - | |
855 |
| - | |
856 |
| - | |
857 |
| - | |
858 |
| - | |
| 852 | + | |
859 | 853 |
| |
860 | 854 |
| |
861 |
| - | |
862 |
| - | |
863 |
| - | |
864 |
| - | |
865 |
| - | |
866 |
| - | |
867 |
| - | |
868 |
| - | |
869 |
| - | |
870 |
| - | |
871 |
| - | |
872 |
| - | |
873 |
| - | |
874 |
| - | |
| 855 | + | |
875 | 856 |
| |
876 | 857 |
| |
877 | 858 |
| |
|
0 commit comments
Comments
(0)