Emanuele Maiarelli wrote:
I'm using cayenne 3 with postgresql 8.2.14, for instance i've a table
structured like that
CREATE TABLE documenti
(
doc_pk bigserial NOT NULL,
doc_desc character varying(255),
doc_mine character varying(255),
doc_prot_fk bigint,
doc_self_fk bigint,
doc_prot_nr bi
I'm using cayenne 3 with postgresql 8.2.14, for instance i've a table
structured like that
CREATE TABLE documenti
(
doc_pk bigserial NOT NULL,
doc_desc character varying(255),
doc_mine character varying(255),
doc_prot_fk bigint,
doc_self_fk bigint,
doc_prot_nr bigint,
doc_folder_fk bigint