dbunit « mysql « Java Database Q&A





1. How do I get dbunit to play nice with MySQL enum data types?    stackoverflow.com

I'm trying to use dbunit to test some our database access code and I'm running into a problem. We are using MySQL 5 something or other as ...

2. DBunit; confusion over case sensitivity on table/column names    stackoverflow.com

I'm getting this error when I start up my application

Caused by: org.dbunit.dataset.NoSuchColumnException: CLIENT.ID -  (Non-uppercase input column: ID) in ColumnNameToIndexes cache map. Note that the map's column names are NOT ...

3. DbUnit: NoSuchColumnException and case sensitivity    stackoverflow.com

Before posting this I googled a bit, I looked for in dbunit-user archives and a bit also in DbUnit bug list, but I'm not found what looking for. Unfortunately, answers here did not ...

4. Using dbunit to pre-populate varbinary hex values    stackoverflow.com

I have a situation where I'm using a MySQL db, with a varbinary column which holds hexadecimal byte data. I'm testing my application with dbunit, and I'd like to be ...

5. How to add MySQL Spatial data i.e POINT or POLYGON using DBUnit?    stackoverflow.com

I would like to know how to insert the spatial data i.e POINT or POLYGON in MySQL database table using DBUnit. Following is the example xml which I want to load: <dataset>           <Table1 ...