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

Use configuration file to set database collation. #235

Merged
merged 2 commits into from
Sep 25, 2023

Commits on Sep 25, 2023

  1. Removed trailing white-space.

    rmar3a committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    79b2c1e View commit details
    Browse the repository at this point in the history
  2. Setting the database collation via the configuration file.

    - The executable comments found in the SQL files were being removed due to the
      logic in the prepareFile() method.
    - Updated areas in the codebase that set the collation to set the collation via
      a value drawn from the configuration file passed to FactorBase.
    rmar3a committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    444eb3d View commit details
    Browse the repository at this point in the history