1. How do I get dbunit to play nice with MySQL enum data types? stackoverflow.comI'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.comI'm getting this error when I start up my application
|
3. DbUnit: NoSuchColumnException and case sensitivity stackoverflow.comBefore 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.comI 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.comI 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 ... |