[Modeling-cvs] ProjectModeling CHANGES,1.67,1.68
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2006-02-25 15:46:28
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15451 Modified Files: CHANGES Log Message: Fixed: Attribute.convertStringToAttributeType() failed when python db-adapters, such as mysqldb, already return values under the a date type Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.67 retrieving revision 1.68 diff -C2 -d -r1.67 -r1.68 *** CHANGES 25 Feb 2006 13:26:04 -0000 1.67 --- CHANGES 25 Feb 2006 15:46:25 -0000 1.68 *************** *** 10,13 **** --- 10,16 ---- * Now distributed under a 3-clause BSD-style license, see LICENSE for details + * Fixed: Attribute.convertStringToAttributeType() failed when python + db-adapters, such as mysqldb, already return values under the a date type + * Fixed a serious problem occuring in multi-threaded environment: unexpected failures happened when an EC was fetching objects while another |