Bug #73795 C/C++ version macros missing from installed headers file
Submitted: 3 Sep 2014 15:34 Modified: 14 Oct 2014 21:39
Reporter: Hemant Dangi Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / C++ Severity:S3 (Non-critical)
Version:1.1.4 OS:Any
Assigned to: CPU Architecture:Any

[3 Sep 2014 15:34] Hemant Dangi
Description:
driver/version_info.h doesn't get installed and neither any of its macros are included in installed header files.
User can’t #ifdef code based on its version.

How to repeat:
Search MYCPPCONN_MAJOR_VERSION, MYCPPCONN_MINOR_VERSION, MYCPPCONN_PATCH_VERSION in cppconn directory.

Suggested fix:
driver/version_info.h should be moved to cppconn.
[14 Oct 2014 21:39] Paul DuBois
Noted in 1.1.5 changelog.

driver/version_info.h (containing version macros) was not included in
the installed header files.