Skip to content
Advertisement

Tag: spring-test-dbunit

DBUnit: NoSuchColumnException Non-uppercase input column in ColumnNameToIndexes cache map. map’s column names are NOT case sensitive

My java application stores your information in MySql database version 8. The user information and password are stored in this database. I am implementing an integration test to test the method that validates the user in the database using dbunit. After the test method runs, the error below occurs. I checked through MySql Workbench that both the table and the

Advertisement