Hi Jesse,
I try to use BigSerial instead of Big Int but but I've usual problem.
I try to insert a new record (feature without geometry) in this simple
table:

create table Test(
 fid bigserial primary key,
 text varchar(100)
)

but the usual exception will be generated when the next code is execute:

FeatureWriter fw =
featureStore.getDataStore().getFeatureWriterAppend(featureType.getTypeNa
me(),featureStore.getTransaction());

The exception is : "java.lang.UnsupportedOperationException: Schema
creation not supported"

Thanks

Stefano





_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Reply via email to