Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-6211

ODBC: SQLBindParameter should not unbind parameter if the ParameterValuePtr is NULL

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.1
    • 2.3
    • odbc

    Description

      Currently, SQLBindParameter unbinds parameter if the ParameterValuePtr is NULL in analogy with SQLBindCol. Howeverm according to https://docs.microsoft.com/en-us/sql/odbc/reference/syntax/sqlbindparameter-function there should not be such a behaviour. ParameterValuePtr can be set to NULL for example if user wants to bind SQL_NULL_DATA parameter.

      Attachments

        Activity

          People

            isapego Igor Sapego
            isapego Igor Sapego
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: