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

Add new lines in error messages #564

Closed
hadley opened this issue Apr 24, 2023 · 0 comments · Fixed by #643
Closed

Add new lines in error messages #564

hadley opened this issue Apr 24, 2023 · 0 comments · Fixed by #643
Labels
feature a feature request or enhancement
Milestone

Comments

@hadley
Copy link
Member

hadley commented Apr 24, 2023

e.g.

library(DBI)
con <- DBI::dbConnect(odbc::odbc(), "postgresql_testing")
#> Error: nanodbc/nanodbc.cpp:1021: 00000: [unixODBC][Driver Manager]Data source name not found and no default driver specified

Created on 2023-04-24 with reprex v2.0.2

Could we make it this instead?

#> Error: nanodbc/nanodbc.cpp:1021: 00000: [unixODBC][Driver Manager]
#> Data source name not found and no default driver specified
@hadley hadley added the feature a feature request or enhancement label Apr 24, 2023
@hadley hadley added this to the v1.4.0 milestone Apr 24, 2023
hadley pushed a commit that referenced this issue Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant