You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current behavior of alasql when performing limit/offset is not in line with what major SQL DB engines provide. The conventional expectation when passing these "pagination" params is the "OFFSET" number or rows are skipped but that is not the case based on the example provided "http://jsfiddle.net/efn1yoer/1/" and based on the function "doLimit()".
Please confirm if this is intended behavior and what it is modeled after.
Thanks in advance, - J
The text was updated successfully, but these errors were encountered:
The current behavior of alasql when performing limit/offset is not in line with what major SQL DB engines provide. The conventional expectation when passing these "pagination" params is the "OFFSET" number or rows are skipped but that is not the case based on the example provided "http://jsfiddle.net/efn1yoer/1/" and based on the function "doLimit()".
Please confirm if this is intended behavior and what it is modeled after.
Thanks in advance, - J
The text was updated successfully, but these errors were encountered: