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

Support for QuestDB - SAVEPOINT exclusion #482

Open
jerrinot opened this issue Dec 10, 2024 · 2 comments
Open

Support for QuestDB - SAVEPOINT exclusion #482

jerrinot opened this issue Dec 10, 2024 · 2 comments

Comments

@jerrinot
Copy link

jerrinot commented Dec 10, 2024

Hello, I'm a QuestDB maintainer, and I've been testing RPostgres with QuestDB. dbSendStatement() and dbSendQuery() work fine for me.

However, dbWriteTable() trips over SAVEPOINT not being supported by QuestDB. I've noticed this package does not use SAVEPOINT when connecting to Redshift. Would you accept a patch to exclude SAVEPOINTs on QuestDB, too?

EDIT: Another feature currently not supported by QuestDB is COPY from stdin, I see the driver makes use of it.

@krlmlr
Copy link
Member

krlmlr commented Dec 11, 2024

Thanks, sure. What would your ideal behavior look like? Does RPostgres work if you connect to QuestDB with dbConnect(RPostgres::Redshift()), or are more changes needed?

@jerrinot
Copy link
Author

hi @krlmlr, pretending QuestDB is Redshift is an excellent idea, thanks for that!
I'll give it a try later today and will post my update here.

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