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

some error build in centos7 #226

Closed
JZFamily opened this issue Nov 4, 2019 · 1 comment
Closed

some error build in centos7 #226

JZFamily opened this issue Nov 4, 2019 · 1 comment

Comments

@JZFamily
Copy link

JZFamily commented Nov 4, 2019

Environment

  • nanodbc version:
    current
  • DBMS name/version:
    mysql
  • ODBC connection string:
  • OS and Compiler:
    centos7 gcc4.8.5
  • CMake settings:
    use unicode

Actual behavior

1,there are some erorrs. the function SQLColAttribute should be NANODBC_FUNC(SQLColAttribute)

Expected behavior

Minimal Working Example

My english is pool.我的英语很烂, 您能明白大概的意思吗?

@mloskot
Copy link
Member

mloskot commented Nov 4, 2019

nanodbc version: current

Specifying it as 'current' does not mean much. Is it current master branch or current release version?

AFAICT, SQLColAttribute is wrapped with the macro in the current master branch.

nanodbc/nanodbc/nanodbc.cpp

Lines 2529 to 2531 in e99606b

NANODBC_CALL_RC(
SQLColAttribute,
rc,

Please, use the current master branch, it's received numerous fixes and improvements and it is far ahead from the latest release, it can be considered stable (in fact, it could be released today and it won't be more stable than it is).

@mloskot mloskot closed this as completed Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants