gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] tried different call


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] tried different call
Date: Sun, 1 Jun 2003 14:16:00 +0200
User-agent: Mutt/1.3.22.1i

The "portal not found" problem may have to do with the fact
that in gmClinicalRecord.execute() you explicitely rollback
failing queries which isn't at all needed and just may confuse
pypgsql. Just closing a cursor without a previous
connection.commit() will rollback anything in that cursor.

One needs to explicitely commit() to get stuff actually
stored.

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346




reply via email to

[Prev in Thread] Current Thread [Next in Thread]