- there is no sensible reason to make state.code varchar(10) [...]

[email protected] Fri, 10 Jun 2005 00:00:15 -0400
Newsgroups gmane.comp.gnu.medical.update
Message-ID <[email protected]>
Commit from ncq (2005-06-09 17:09 EDT)
---------------

- there is no sensible reason to make state.code varchar(10)
  instead of text so put it back

  gnumed  gnumed/server/sql/gmDemographics.sql  1.53


Commit from ncq (2005-06-09 17:16 EDT)
---------------

- torture-test our concurrency conflict detection

+ gnumed  gnumed/client/testing/concurrency-torture-test.py  1.1


Commit from ncq (2005-06-09 17:29 EDT)
---------------

- added missing s in %()s

  gnumed  gnumed/client/business/gmClinNarrative.py  1.16


Commit from ncq (2005-06-09 17:32 EDT)
---------------

- torture test fixes :-)
  - properly detect "cannot serialize access due to concurrent update"
  - return (2, 'l') when it happens (that is, the row is 'l'ocked)

  gnumed  gnumed/client/pycommon/gmPG.py  1.48