Error when use parameters in custom queries using node.js LIMIT and OFFSET clause

Not all databases allow the LIMIT statement to be parameterized. Tested with SQLite where is works fine, MySQL gave an error.