RE: [OJB-developers] "tests" target results against MySql
Brought to you by:
thma
From: Florian B. <bf...@fl...> - 2002-02-27 10:03:42
|
Hi Ricardo, You can easily fix these yourself by editing the file src/test/setup/db-setup.sql. For the table blob_test change the type of the column BLOB_VALUE_ to LONGBLOB and of the columne CLOB_VALUE to LONGCLOB. For the tables ojb_nrm, ojb_dlist_entries, ojb_dset_entries the type of the column OID_ should be changed to BLOB. For ojb_dmap_entries the type of the column KEY_OID should be BLOB. Concerning the testEscaping testcase. Just looked this up in the mysql docs and there it says that the behaviour is expected. For VARCHAR columns trailing spaces get stripped, see also http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#Col umn_types. Informix' behaviour is the same. best regards, Florian |