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

FIX: Contains filter on lookup column returned too many values #2059

Merged
merged 3 commits into from
Oct 19, 2023

Commits on Oct 18, 2023

  1. Contains filter on a lookup column returned too many results

    because the SQL behind it applied the filter on the ids instead of the lookup values. The time rendered in the SQL was also wrong, not respecting culture and formatting of the values from UIService/GetLookupLabelsEx (that is what is displayed in the grid).
    JindrichSusen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    16d1d88 View commit details
    Browse the repository at this point in the history
  2. PgSql Format method throws NotImplementedException

    because in is not implemented and implementing it is not a priority now
    JindrichSusen committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f21cdcb View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Code formatting.

    washibana committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    7aa0594 View commit details
    Browse the repository at this point in the history