lidavidm commented on issue #2079: URL: https://github.com/apache/arrow-adbc/issues/2079#issuecomment-2774017364
@iliya-malecki which driver do you use? I think the problem is that we'd need to write a SQLAlchemy dialect for each backend. It turns out this likely isn't _too_ hard for PostgreSQL at least (because SQLAlchemy is already set up to support many different drivers for Postgres) but might require more work for other backends. And again, I don't mind maintaining a dialect as part of the driver if contributed but right now I don't have the time to develop them myself :/ -- 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]
