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 to ensure metadata returned follows JDBC data type specs #2326

Merged
merged 10 commits into from
Mar 5, 2024

Commits on Feb 9, 2024

  1. ResultSetMetadata of the ResultSet from DatabaseMetadata.getColumns()…

    … is Incorrect for Some Columns (1751)
    
    Fix ensures the correct data types for each metadata column match the data type from the SQL Server and the JDBC spec
    barryw-mssql committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    dfdbf76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c95f6f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    0b95bc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71e657d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    19bacf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2d1b05 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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