-
Notifications
You must be signed in to change notification settings - Fork 24.1k
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
fail to run test in maven #92
Labels
Comments
arey
added a commit
that referenced
this issue
Aug 19, 2015
Hi MikeZheng, could you please pull the last commit and execute your test again? |
arey
added a commit
that referenced
this issue
Oct 13, 2015
attil-io
added a commit
to attil-io/spring-petclinic
that referenced
this issue
Jun 17, 2016
attil-io
added a commit
to attil-io/spring-petclinic
that referenced
this issue
Jun 17, 2016
attil-io
added a commit
to attil-io/spring-petclinic
that referenced
this issue
Jun 17, 2016
mariusoe
pushed a commit
to JonasKunz/spring-petclinic
that referenced
this issue
May 11, 2021
…ectory spring-projects#14 Do not fail maven build of the .git directory is missing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I encountered an issue that description is "org.springframework.jdbc.UncategorizedSQLException: PreparedStatementCallback; uncategorized SQLException for SQL [SELECT id as visit_id, visit_date, description FROM visits WHERE pet_id=?]; SQL state [S0022]; error code [0]; Column 'visits.id' not found.; nested exception is java.sql.SQLException: Column 'visits.id' not found." when running test in maven.
I use MySQL as database.
I think the root cause is that the sql in method "findByPetId" of class JdbcVisitRepositoryImpl are not mapped with the method "mapRow" of class JdbcVisitRowMapper.
The text was updated successfully, but these errors were encountered: