Vitali Diatchkov wrote:
> There is a problem with DefaultFIDMapperFactory.
>
> Seems Oracle datastore uses this default factory while the method
> DefaultFIDMapperFactory.isAutoIncrement(...) does not use schema parameter
> in constructing of SQL query.. But in Oracle if the schema exists it must b
There is a problem with DefaultFIDMapperFactory.
Seems Oracle datastore uses this default factory while the method
DefaultFIDMapperFactory.isAutoIncrement(...) does not use schema parameter
in constructing of SQL query.. But in Oracle if the schema exists it must be
specified in FROM clause like