-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
2.9.1
-
MOODLE_29_STABLE
The get_recordset_sql breaks when supplied with a query like this:
SELECT TOP 1 * FROM... |
But when the code is like this:
SELECT TOP (1) * FROM... |
It ignores the limit/offset arguments for the function.
It probably should throw a coding error in both cases
- has been marked as being related by
-
MDL-49482 FreeTDS needs unlimited memory_limit or report_log with hundreds of thousands of records does not work
-
- Closed
-