forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteb42110
committed
Add tests for bytea LIKE operator
Add test coverage for the following operations, which were previouslynot tested at all:bytea LIKE bytea (bytealike)bytea NOT LIKE bytea (byteanlike)ESCAPE clause for the above (like_escape_bytea)alsoname NOT ILIKE text (nameicnlike)Discussion:https://www.postgresql.org/message-id/flat/4d13563a-2c8d-fd91-20d5-e71b7a4eaa87%40enterprisedb.com1 parentf5465fa commiteb42110
2 files changed
+60
-0
lines changedLines changed: 48 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1035 | 1035 |
| |
1036 | 1036 |
| |
1037 | 1037 |
| |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| 1048 | + | |
| 1049 | + | |
| 1050 | + | |
| 1051 | + | |
| 1052 | + | |
| 1053 | + | |
| 1054 | + | |
| 1055 | + | |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
| 1061 | + | |
1038 | 1062 |
| |
1039 | 1063 |
| |
1040 | 1064 |
| |
| |||
1158 | 1182 |
| |
1159 | 1183 |
| |
1160 | 1184 |
| |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
1161 | 1197 |
| |
1162 | 1198 |
| |
1163 | 1199 |
| |
| |||
1271 | 1307 |
| |
1272 | 1308 |
| |
1273 | 1309 |
| |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
1274 | 1322 |
| |
1275 | 1323 |
| |
1276 | 1324 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
300 | 300 |
| |
301 | 301 |
| |
302 | 302 |
| |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
303 | 309 |
| |
304 | 310 |
| |
305 | 311 |
| |
| |||
333 | 339 |
| |
334 | 340 |
| |
335 | 341 |
| |
| 342 | + | |
| 343 | + | |
| 344 | + | |
336 | 345 |
| |
337 | 346 |
| |
338 | 347 |
| |
| |||
367 | 376 |
| |
368 | 377 |
| |
369 | 378 |
| |
| 379 | + | |
| 380 | + | |
| 381 | + | |
370 | 382 |
| |
371 | 383 |
| |
372 | 384 |
| |
|
0 commit comments
Comments
(0)