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

Add support to MySQL for keyword LIKE, add support to laravel 5.4.* for relation keys and other minor fixes #20

Merged
merged 10 commits into from
Aug 3, 2017

Commits on Jul 26, 2017

  1. Add support to MySQL for keyword LIKE. The keyword ILIKE can be used …

    …instead of LIKE to make the match case insensitive according to the active locale. This is not in the SQL standard but is a PostgreSQL extension.
    Carghaez committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    2a68e5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e43b3aa View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    Carghaez committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    139c4aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    130d9c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11edc83 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66c1750 View commit details
    Browse the repository at this point in the history
  7. Added Support for gte (greater than or equal to) and lte (lesser than…

    … or equal to) operators
    Carghaez committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    0d2dcab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    63cdff3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Remove useless support of bt

    Carghaez committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    1816755 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65ea244 View commit details
    Browse the repository at this point in the history