- Notifications
You must be signed in to change notification settings - Fork58
Commit34619f9
authored
Fixed the content of the error message (#133)
Fixed the content of the error messageIf the "rum" index is created without the "WITH" operator,two columns must be specified for "ORDER BY" to work.But now error message in this case looks like: "ERROR: cannot order without attribute ... in WHERE clause"Fixed the content of error message: "WHERE" replaced by "ORDER BY".Added a test that checks the case when only one column isspecified in the "ORDER BY" and error message for this.Tags: rum.1 parenta23de3d commit34619f9
3 files changed
+13
-1
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
460 | 460 |
| |
461 | 461 |
| |
462 | 462 |
| |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
463 | 468 |
| |
464 | 469 |
| |
465 | 470 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
98 | 105 |
| |
99 | 106 |
| |
100 | 107 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
217 |
| - | |
| 217 | + | |
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
|
0 commit comments
Comments
(0)