From: Gavin_King/Cirrus%<CI...@ci...> - 2002-02-18 11:30:29
|
As requested, I have implemented support for access to data in multiple schemas. You may now specify an optional schema attribute everywhere the table attribute may appear and/or on the <hibernate-mapping> tag. I've tested this works for all "supported" databases except: McKoi HypersonicSQL Postgres Postgres certainly _doesn't_ work - it seems to need quoted identifiers (ie. "owner.table" not owner.table). I will get on to this at some stage. |