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

#2780 - LIMIT. #2781

Merged
merged 3 commits into from
Apr 20, 2020
Merged

#2780 - LIMIT. #2781

merged 3 commits into from
Apr 20, 2020

Commits on Mar 30, 2020

  1. codeigniter4#2780 - LIMIT.

    codeigniter4#2780 
    _limit() is called inside delete(), no need to call it again in _delete();
    nowackipawel committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    49b4359 View commit details
    Browse the repository at this point in the history
  2. Update BaseBuilder.php

    OFFSET in DELETE / UPDATE will throw exception if will be provided.
    nowackipawel committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    e21ab94 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Update Builder.php

    Required change in Postgre.
    nowackipawel committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    a88c6de View commit details
    Browse the repository at this point in the history