kou opened a new issue, #86:
URL: https://github.com/apache/arrow-adbc/issues/86

   Now, driver implementers can use any name for entrypoint function. How about 
introducing a naming rule for entrypoint function such as `AdbcDriverInit()` or 
`${driver_name}_init()`? If we have a naming rule, users don't need to 
entrypoint option.
   
   We may not be able to use constant name such as `AdbcDriverInit()` because 
`LoadLibraryEx()` doesn't have a local bind flag like `RTLD_LOCAL` for 
`dlopen()`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to