We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to access a column that does not exist I get org.assertj.db.exception.AssertJDBException: Column <LastNam> does not exist
org.assertj.db.exception.AssertJDBException: Column <LastNam> does not exist
I think it would be nice to have a even more helpful error message, which for example displays all available columns (or even similar named columns).
What do you think?
Thank you very much for providing assertj-db by the way.
The text was updated successfully, but these errors were encountered:
It is a goor idea. I will work on it.
Sorry, something went wrong.
Enhance exception message when column does not exist #34
2621364
#34
Thanks! :)
No branches or pull requests
When I try to access a column that does not exist I get
org.assertj.db.exception.AssertJDBException: Column <LastNam> does not exist
I think it would be nice to have a even more helpful error message, which for example displays all available columns (or even similar named columns).
What do you think?
Thank you very much for providing assertj-db by the way.
The text was updated successfully, but these errors were encountered: