Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #723 (consistent handling of limit and offset across dialects) #725

Merged
merged 4 commits into from
Jun 28, 2013

Conversation

janmeier
Copy link
Member

As noted by @iamJochen in #533, there was a discrepancy in how limit and offset were handled across different dialects.

If not limit is given, MySQL and SQLite will set the limit to max table size (1.844E+19 and 1e+13 respectively)

@durango
Copy link
Member

durango commented Jun 24, 2013

Please update the jasmine tests :)

@janmeier
Copy link
Member Author

Woops, stupid me. We really need to migrate away from jasmine soon so I don't forget to run half the tests :D

@durango
Copy link
Member

durango commented Jun 28, 2013

Any update on this?

@janmeier
Copy link
Member Author

Will fix it later today or over the weekend :)

@janmeier
Copy link
Member Author

Done @durango

durango added a commit that referenced this pull request Jun 28, 2013
Closes #723 (consistent handling of limit and offset across dialects)
@durango durango merged commit 366685e into sequelize:master Jun 28, 2013
@durango
Copy link
Member

durango commented Jun 28, 2013

Thanks! And ty for including the changelog.md changes, I'll try to keep that in mind for my future PRs ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants