Hi Simon, PostgresqlAdapter doesn’t support deferred constraints. I think it should. I’ll put it in my work queue.
Too bad MySQL doesn’t even have a concept of deferred constraints [1]. This would’ve motivated me to do it faster :) Cheers, Andrus [1] http://stackoverflow.com/questions/5014700/in-mysql-can-i-defer-referential-integrity-checks-until-commit On Apr 2, 2014, at 12:30 PM, Simon Schneider <[email protected]> wrote: > Hello list, > > Cayenne 3.0 does not support deferred constraints but in the mailing list I > saw suggestions to support it. > > Now my questions are, does Cayenne 3.1 have support for deferred constraints > built in? > And in particular does the adaptor for Postgres support deferred constraints? > > Best regards, > > Simon
