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

Bump ADBC to v0.7 #9185

Merged
merged 6 commits into from
Oct 5, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ADBC is already defined in the parser
  • Loading branch information
pdet committed Oct 3, 2023
commit 5b3159e6445a5221620546d064453518cfa56b6d
5 changes: 3 additions & 2 deletions src/include/duckdb/common/adbc/adbc.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@ struct ArrowArrayStream {

/// @}

#ifndef ADBC
#define ADBC
#ifndef ADBC_EXPORTING
#define ADBC_EXPORTING
#endif

// Storage class macros for Windows
// Allow overriding/aliasing with application-defined macros
Expand Down