yetanalytics / lrsql

A SQL-based Learning Record Store
https://www.sqllrs.com
Apache License 2.0
91 stars 17 forks source link

[SQL-239] `from` parameter validation #382

Closed kelvinqian00 closed 8 months ago

kelvinqian00 commented 8 months ago

The from parameter for Statement queries was not validated due to it not being an xAPI spec-defined parameter. As a result, if the value of from was invalid, this would result in a 500 Internal Server Error instead of a 400 Bad Request error.