openlink / iODBC

An open-source ODBC driver manager and SDK that facilitates the development of database-independent applications on linux, freebsd, unix and MacOS X platforms.
http://www.iodbc.org/
Other
157 stars 53 forks source link

Fix SQLGetInstalledDrivers single entry error #79

Closed paul-aiyedun closed 1 year ago

paul-aiyedun commented 1 year ago

Fix a bug where SQLGetInstalledDrivers would return an error response when the "[ODBC Drivers]" section of an odbcinst.ini file contained only one installed driver entry. The bug was the result of a logical error where installed driver entries are only copied to the output buffer if the number of entries was greater than one.