[asterisk-bugs] [JIRA] (ASTERISK-27888) SQL fetch error on query which return 0 columns

Alexei Gradinari (JIRA) noreply at issues.asterisk.org
Thu May 31 10:25:54 CDT 2018


Alexei Gradinari created ASTERISK-27888:
-------------------------------------------

             Summary: SQL fetch error on query which return 0 columns
                 Key: ASTERISK-27888
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-27888
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Functions/func_odbc
    Affects Versions: 13.21.0
            Reporter: Alexei Gradinari


The functions acf_odbc_read/cli_odbc_read ignore a number of columns in the  SQLNumResultCols.
If the number of columns is zero it means no data.
In this case, a SQLFetch function has to be not called,
because it will cause an error.




--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list