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

[GAC-43] Disable implementation for ODBC API #13

Draft
wants to merge 1 commit into
base: GAC-odbc-driver
Choose a base branch
from

Commits on Dec 18, 2023

  1. Disable ODBC APIs at entry level

    Define macro for unsupported ODBC API
    * When an unimplemented ODBC API is called, a log would be generated as warning. This will help debug process and let us know which unimplemented API has been called.
    
    Disable ODBC APIs at entry level
    * Use `ifdef` to disable code at entry level. The disabled code should be replaced with calls to Dremio's `flightsql-odbc` classes in later PRs.
    * Disable header includes for Timestream-specific classes
    alinaliBQ committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    f3a1032 View commit details
    Browse the repository at this point in the history