- Notifications
You must be signed in to change notification settings - Fork5
Commit5c4ca3b
committed
In CREATE CONVERSION, test that the given function is a valid conversion
function for the specified source and destination encodings. We do that bycalling the function with an empty string. If it can't perform the requestedconversion, it will throw an error.Backport to 7.4 - 8.3. Per bug report #4680 by Denis Afonin.1 parent92fc8b4 commit5c4ca3b
1 file changed
+15
-1
lines changedLines changed: 15 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 |
| |
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
| 52 | + | |
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
| |||
95 | 96 |
| |
96 | 97 |
| |
97 | 98 |
| |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
98 | 112 |
| |
99 | 113 |
| |
100 | 114 |
| |
|
0 commit comments
Comments
(0)