Skip to content

Commit

Permalink
chore: update .check_con output
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed2uiz committed Mar 20, 2024
1 parent 09dff9b commit 44e75c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/input_validation.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

if(!DBI::dbIsValid(conn)) {
stop("Invalid connection, check your db connection.")
stop("Stale connection. Reconnect your db connection.")
}

if(!inherits(conn, "duckdb_connection")) {
Expand Down

0 comments on commit 44e75c9

Please sign in to comment.