- Notifications
You must be signed in to change notification settings - Fork28
Commit1e4c050
committed
Add a very specific hint for the case that we're unable to locate a function
matching a call like f(x, ORDER BY y,z). It could be that what the userreally wants is f(x,z ORDER BY y). We now have pretty conclusive evidencethat many people won't understand this problem without concrete guidance,so give it to them. Per further discussion of the string_agg() problem.1 parent2e6dc53 commit1e4c050
1 file changed
+14
-1
lines changedLines changed: 14 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 |
| |
| |||
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
287 | 300 |
| |
288 | 301 |
| |
289 | 302 |
| |
|
0 commit comments
Comments
(0)