Follow-up Comment #4, task #12878 (project health):
> a = Table('gnuhealth.patient.ecg')
is not correct. You should write:
> ECG = pool.get('gnuhealth.patient.ecg')
> a = ECG.__table__()
SQLite doesn't support the UPDATE/FROM so your query will fail on it.
PS: it will be easier if we were using a codereview tool.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/task/?12878>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/