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

Changing queries to be compatible with MSSQL2000 #440

Merged
merged 2 commits into from Nov 6, 2019
Merged

Commits on Nov 5, 2019

  1. Changing queries to be compatible with MSSQL2000

    Changing the queries to be compatible with MSSQL Server 2000 (v8.x), replacing CONCAT with ISNULL(string, '') + next string and STRING_AGG with a COALESCE(STUFF(ISNULL())) mix.
    glha committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    b97e9b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

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