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

Enables mssql support #383

Merged
merged 2 commits into from
Dec 24, 2016
Merged

Enables mssql support #383

merged 2 commits into from
Dec 24, 2016

Commits on Dec 16, 2016

  1. Enables mssql support

    Port of dlobs work in gogs.
    Enables options in index.js
    Enables MSSQL as a database option in go.
    Sets ID to 0 on initial migration. Required for
    MSSQL insert statements.
    
    Signed-off-by: Beau Trepp <[email protected]>
    bt701 committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    3fd000b View commit details
    Browse the repository at this point in the history
  2. Vendors in denisenkom/go-mssqldb

    Includes golang.org/x/crypto/md4
    as this is required by go-msssqldb
    
    Signed-off-by: Beau Trepp <[email protected]>
    bt701 committed Dec 16, 2016
    Configuration menu
    Copy the full SHA
    1188f70 View commit details
    Browse the repository at this point in the history