Hello list,

I'm trying to understand what's going on here:

- 2 Pyramid development servers, running almost identical versions of OS
and software (only minor versions may differ, e.g. FreeBSD 9.1 vs 9.2,
PostgreSQL 9.2 vs 9.3, etc.)

- Same Pyramid app deployed on both servers

- On server #1, database COMMITs are emitted automatically inside views,
which is normal, but not on server #2.

- On server #2, if I add a "transaction.commit()" at the end of a view,
transactions are emitted (I thought it was supposed to raise an exception??)

I'm rather baffled, to say the least. Would you have any hint as to what
may be happening?

Many thanks in advance,

Laurent.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to