- RW queries on state (and country) need rights on the primary key sequence, too
| Newsgroups | gmane.comp.gnu.medical.update |
|---|---|
| Message-ID | <[email protected]> |
Commit from ncq (2004-07-20 03:12 EDT) --------------- - RW queries on state (and country) need rights on the primary key sequence, too gnumed gnumed/server/sql/gmDemographics-Grants.sql 1.5 Commit from ncq (2004-07-20 03:19 EDT) --------------- - in add_name() only deactivate existing names if new name is to be active or else we'd be able to have patients without an active name ... gnumed gnumed/server/sql/gmDemographics-Person-views.sql 1.21 Commit from ncq (2004-07-20 06:09 EDT) --------------- - a bit of cleanup here and there - use Null design pattern instead of None when no real patient connected to gmCurrentPatient Borg this allows us to forego all the tests for None as Null() reliably does nothing no matter what you try, eventually, this will allow us to remove all the is_patient_avail checks in the frontend, it also acts sanely for code forgetting to check for a connected patient gnumed gnumed/client/business/gmPatient.py 1.48