Re: [Geotools-devel] JDBC datastore question!!!

2006-06-07 Thread Jody Garnett
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

[Geotools-devel] JDBC datastore question!!!

2006-06-07 Thread Vitali Diatchkov
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