You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by Andrus Adamchik <an...@objectstyle.org> on 2010/11/02 14:54:12 UTC

3.1 MySQL testing parameters

FYI...

We don't have a place to document that yet, but 3.1 requires a special URL parameter to run unit tests on MySQL: enerateSimpleParameterMetadata=true. E.g.:

mysql.cayenne.adapter = org.apache.cayenne.dba.mysql.MySQLAdapter
mysql.jdbc.username = bla
mysql.jdbc.password = bla
mysql.jdbc.url = jdbc:mysql://localhost/cayenne?generateSimpleParameterMetadata=true
mysql.jdbc.driver = com.mysql.jdbc.Driver

Andrus