[ic] Postgresql problem (pg newbe)

Jon Jensen jon at endpoint.com
Tue Aug 26 03:42:40 UTC 2008


Rick wrote:

> It seems as though postgres is talking to IC saying, OK I will insert 
> that, ok, yup its done, (I tossed it away just like you wanted me to...)

Hmm. If it's incrementing the sequence but the data's not being saved, it 
sounds like you've somehow got autocommit turned off for that table in 
Interchange. Even if a transaction rolls back, the sequence will still 
have moved forward permanently, but the data you inserted will be gone.

Do you have any tables in Interchange defined as transactional? Any 
DatabaseDefault directives?

Jon

-- 
Jon Jensen
End Point Corporation
http://www.endpoint.com/



More information about the interchange-users mailing list