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

[FEATURE] Test Set for LibPQ Connection #1

Open
4 tasks
TheCedarPrince opened this issue Mar 14, 2023 · 2 comments
Open
4 tasks

[FEATURE] Test Set for LibPQ Connection #1

TheCedarPrince opened this issue Mar 14, 2023 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@TheCedarPrince
Copy link
Collaborator

TheCedarPrince commented Mar 14, 2023

Currently, the test set for PostgreSQL support via LibPQ.jl does not exist yet. We need a test set that covers the following functions within postgresql.jl:

To create tests initially, a PostgreSQL database can be used either locally or on a server. Most likely for those interested in addressing this problem, one will have to set-up a local PostgreSQL instance for testing.

Furthermore, it will generally be difficult to create tests individually for each of these functions so we could perhaps instead adopt an integration test approach where we have a test set that relies on each of these three functions working together.

@TheCedarPrince TheCedarPrince added enhancement New feature or request help wanted Extra attention is needed labels Mar 14, 2023
@TheCedarPrince
Copy link
Collaborator Author

This will become a lot easier thanks to the upcoming PR that will be added to LibPQ.jl: JuliaDatabases/LibPQ.jl#271 !

@TheCedarPrince
Copy link
Collaborator Author

Until this PR is finished, we may have to use this fork until this functionality is merged into LibPQ itself: https://github.com/chris-b1/LibPQ.jl#dbinterface. But, that should unblock the complications in adding this feature.

Farreeda pushed a commit to Farreeda/DBConnector.jl that referenced this issue Jul 3, 2023
testing the github secrets
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant