[Modeling-cvs] ProjectModeling CHANGES,1.52,1.53
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-09-06 19:05:55
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28028 Modified Files: CHANGES Log Message: Fixed bug #1023234: PyModel fails to validate to-many relationships in associations where the upper bound is a finite number Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** CHANGES 20 Jul 2004 06:21:36 -0000 1.52 --- CHANGES 6 Sep 2004 19:05:43 -0000 1.53 *************** *** 10,13 **** --- 10,16 ---- * Now distributed under a 3-clause BSD-style license, see LICENSE for details + * Fixed bug #1023234: PyModel fails to validate to-many relationships in + associations where the upper bound is a finite number (for example: 2) + * Fixed bug #938096: QualifierParser fails when an attribute's name begins w/ a keyword, such as AND, OR (e.g. attribute 'origin'), etc. |