Update of /cvsroot/modeling/ProjectModeling
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23227
Modified Files:
CHANGES
Log Message:
Fixed generation of PK: two threads could get the same id
Index: CHANGES
===================================================================
RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** CHANGES 16 Feb 2004 20:01:06 -0000 1.40
--- CHANGES 17 Feb 2004 18:53:39 -0000 1.41
***************
*** 12,16 ****
doc/README.dynamic.txt contains further details.
! * MySQL: added DOUBLE to the list of supported SQL types
* Applied patch #771009: DatabaseContext.batchFetchRelationship()
--- 12,20 ----
doc/README.dynamic.txt contains further details.
! * MySQL:
!
! - added DOUBLE to the list of supported SQL types
!
! - fixed the generation of primary keys: two threads could get the same id
* Applied patch #771009: DatabaseContext.batchFetchRelationship()
|