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

Mssql support #131

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

Mssql support #131

wants to merge 29 commits into from

Commits on Dec 19, 2017

  1. Expose COLUMN_TYPE column for MySQL

    resolves gnormal#86
    
    In MySQL, the DATA_TYPE column contains only the basic type of the
    column. The COLUMN_TYPE column provides a more detailed explanation of
    the column's type, including "unsigned" for numeric types.
    Erik Pettis committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    8bba71b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Merge branch 'master' into new/column-type

    Erik Pettis committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    22b6e38 View commit details
    Browse the repository at this point in the history
  2. Incorporate sign data into type field

    Erik Pettis committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    3ea5331 View commit details
    Browse the repository at this point in the history
  3. Return lost table comments in preview

    Erik Pettis committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    60d6b92 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

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

Commits on Feb 5, 2020

  1. sqlite-support

    lduchosal committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    2550bbd View commit details
    Browse the repository at this point in the history
  2. mssql-support

    lduchosal committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    4c3c06a View commit details
    Browse the repository at this point in the history
  3. mssql-support

    lduchosal committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    0cdc317 View commit details
    Browse the repository at this point in the history
  4. mssql-support

    lduchosal committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    4b805d8 View commit details
    Browse the repository at this point in the history
  5. mssql support

    Luc Dvchosal committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    c4b9e15 View commit details
    Browse the repository at this point in the history
  6. mssql-support

    lduchosal committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    058d8ce View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7faab97 View commit details
    Browse the repository at this point in the history
  8. mssql support

    Luc Dvchosal committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    6c8d80b View commit details
    Browse the repository at this point in the history
  9. mssql support

    Luc Dvchosal committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    b8dcd5a View commit details
    Browse the repository at this point in the history
  10. mssql support

    Luc Dvchosal committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    6f23e96 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'origin/mssql-support' into mssql-support

    # Conflicts:
    #	vendor/github.com/denisenkom/go-mssqldb/bulkimport_example_test.go
    #	vendor/github.com/denisenkom/go-mssqldb/datetimeoffset_example_test.go
    #	vendor/github.com/denisenkom/go-mssqldb/doc/how-to-handle-date-and-time-types.md
    #	vendor/github.com/denisenkom/go-mssqldb/doc/how-to-perform-bulk-imports.md
    #	vendor/github.com/denisenkom/go-mssqldb/doc/how-to-use-applicatinintent-connection-property.md
    #	vendor/github.com/denisenkom/go-mssqldb/doc/how-to-use-table-valued-parameters.md
    #	vendor/github.com/denisenkom/go-mssqldb/examples/routine/routine.go
    #	vendor/github.com/denisenkom/go-mssqldb/lastinsertid_example_test.go
    #	vendor/github.com/denisenkom/go-mssqldb/newconnector_example_test.go
    #	vendor/github.com/denisenkom/go-mssqldb/tvp_example_test.go
    Luc Dvchosal committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    0855c1d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. mssql support

    Luc Dvchosal committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    6ee1a4b View commit details
    Browse the repository at this point in the history
  2. primary key

    lduchosal committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    52f4467 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Foreign key on mssql

    lduchosal committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    ab3e72c View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Merge pull request #1 from gnormal/master

    merge from master
    lduchosal authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    e0c5b8e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from lduchosal/mssql-support

    Mssql support
    lduchosal authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    bcd7c01 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9bc710 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from lduchosal/sqlite-support

    sqlite-support
    lduchosal authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    ea476a1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from lajosbencz/mariadb-support

    mariadb support: GENERATION_EXPRESSION is nullable
    lduchosal authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    65e4229 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from codercom/new/column-type

    New/column type
    lduchosal authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    a117d93 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    3472457 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa02237 View commit details
    Browse the repository at this point in the history
  3. fe

    lduchosal committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    463f96c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c50e67 View commit details
    Browse the repository at this point in the history