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

ILIKE,COLLATE and DISCARD deparse #133

Merged
merged 6 commits into from
May 6, 2019
Merged

ILIKE,COLLATE and DISCARD deparse #133

merged 6 commits into from
May 6, 2019

Commits on Apr 2, 2019

  1. ILIKE deparse problem

    mehmet emin karakas committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    c2e3913 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. COLLATE deparse problem. For example;

    SELECT 'foo' COLLATE "tr_TR";
    SELECT * FROM test1 ORDER BY name COLLATE "tr_TR" DESC;
    mehmet emin karakas committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    4728cf2 View commit details
    Browse the repository at this point in the history
  2. COLLATE deparse problem. For example;

    SELECT 'foo' COLLATE "tr_TR";
    SELECT * FROM test1 ORDER BY name COLLATE "tr_TR" DESC;
    mehmet emin karakas committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    303ff93 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Unit tests for deparse COLLATE and ILIKE

    mehmet emin karakas committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    d6c6652 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2019

  1. Configuration menu
    Copy the full SHA
    2eb32fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    693b428 View commit details
    Browse the repository at this point in the history