health-dev
[Top][All Lists]
Advanced

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

[Health-dev] [task #12878] Include the EKG model to core


From: Cédric Krier
Subject: [Health-dev] [task #12878] Include the EKG model to core
Date: Tue, 09 Jun 2015 07:07:14 +0000
User-agent: Mozilla/5.0 (X11; OpenBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0

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/




reply via email to

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