Comment 3 for bug 919550

Revision history for this message
Alexey Panteleev (alexey-0) wrote :

FYI:

  In MySQL we work with multiple catalogs/databases. Are those the same as schemas in Oracle?
The simple thing we do is conn.setCatalog(db) right after getting a new connection from BoneCP.
This way we can use one datasource but still work with multiple catalogs.