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

Error in not_connected if no connections are live #10

Closed
majr-red opened this issue Sep 12, 2023 · 1 comment
Closed

Error in not_connected if no connections are live #10

majr-red opened this issue Sep 12, 2023 · 1 comment
Assignees

Comments

@majr-red
Copy link
Collaborator

If no databases are connected (i.e. sqlhelper::connect() has not been called), is_connected indicates this with NULL. This makes not_connected error because NULL cannot be negated. In any case not_connected should replicate this behaviour.

@majr-red majr-red self-assigned this Sep 12, 2023
@majr-red majr-red closed this as completed Nov 9, 2023
@majr-red
Copy link
Collaborator Author

majr-red commented Nov 9, 2023

Fixed in 00f4721

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

1 participant