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 non-ASCII search on database #18437

Merged
merged 7 commits into from
Feb 1, 2022
Merged

Commits on Jan 28, 2022

  1. Fix non-ASCII search on database

    - Use `ToASCIIUpper` for SQLite database on issues search, this because
    `UPPER(x)` on SQLite only transforms ASCII letters.
    - Resolves go-gitea#18429
    Gusted committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    9cfa004 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into fix-sqlite-search

    Gusted committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    dcc55ff View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Per wxiaoguang

    Gusted committed Jan 29, 2022
    Configuration menu
    Copy the full SHA
    478e1d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f8a09c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2022

  1. Configuration menu
    Copy the full SHA
    4d57a6e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Configuration menu
    Copy the full SHA
    9f86e17 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    a7cfcf8 View commit details
    Browse the repository at this point in the history