[MDEV-7468] Support expressions in LIMIT clause Created: 2015-01-14 Updated: 2019-02-18 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Parser, Prepared Statements |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | mario | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 2 |
| Labels: | None | ||
| Description |
|
Feature Request Support expressions in the LIMIT clause, not just integers, Both SQLite and Postgres allow similar. And it would be kind of helpful for PHP users, to eschew the emulated prepared statement driver situation there. It's entirely sufficient to support scalar expressions of course. There's no need for incorporating column references etc. |