- Notifications
You must be signed in to change notification settings - Fork5
Commitbad3b30
committed
Repair recently-introduced error in makeIndexable for LIKE:
a non-leading % would be put into the >=/<= patterns. Also, repairlongstanding confusion about whether %% means a literal %%. The SQL92doesn't say any such thing, and textlike() knows that, but gram.y didn't.1 parent43c135e commitbad3b30
2 files changed
+29
-14
lines changedLines changed: 25 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
5357 | 5357 |
| |
5358 | 5358 |
| |
5359 | 5359 |
| |
| 5360 | + | |
5360 | 5361 |
| |
5361 | 5362 |
| |
5362 | 5363 |
| |
| |||
5367 | 5368 |
| |
5368 | 5369 |
| |
5369 | 5370 |
| |
| 5371 | + | |
5370 | 5372 |
| |
| 5373 | + | |
| 5374 | + | |
| 5375 | + | |
5371 | 5376 |
| |
5372 | 5377 |
| |
5373 |
| - | |
5374 | 5378 |
| |
5375 | 5379 |
| |
| 5380 | + | |
5376 | 5381 |
| |
5377 | 5382 |
| |
5378 | 5383 |
| |
| |||
5383 | 5388 |
| |
5384 | 5389 |
| |
5385 | 5390 |
| |
| 5391 | + | |
5386 | 5392 |
| |
5387 |
| - | |
5388 |
| - | |
| 5393 | + | |
| 5394 | + | |
| 5395 | + | |
5389 | 5396 |
| |
5390 | 5397 |
| |
5391 | 5398 |
| |
| |||
5430 | 5437 |
| |
5431 | 5438 |
| |
5432 | 5439 |
| |
5433 |
| - | |
5434 |
| - | |
5435 |
| - | |
5436 |
| - | |
| 5440 | + | |
| 5441 | + | |
| 5442 | + | |
5437 | 5443 |
| |
5438 |
| - | |
5439 |
| - | |
| 5444 | + | |
| 5445 | + | |
| 5446 | + | |
5440 | 5447 |
| |
5441 |
| - | |
5442 |
| - | |
| 5448 | + | |
| 5449 | + | |
| 5450 | + | |
| 5451 | + | |
| 5452 | + | |
| 5453 | + | |
| 5454 | + | |
| 5455 | + | |
5443 | 5456 |
| |
5444 | 5457 |
| |
5445 | 5458 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
| 114 | + | |
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 |
| - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
195 | 197 |
| |
196 | 198 |
| |
197 | 199 |
| |
|
0 commit comments
Comments
(0)