[Modeling-cvs] ProjectModeling CHANGES,1.29,1.30
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-12-17 17:00:11
|
Update of /cvsroot/modeling/ProjectModeling In directory sc8-pr-cvs1:/tmp/cvs-serv22467 Modified Files: CHANGES Log Message: Added scripts/bug861048.py Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/CHANGES,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** CHANGES 17 Dec 2003 15:15:32 -0000 1.29 --- CHANGES 17 Dec 2003 17:00:08 -0000 1.30 *************** *** 10,13 **** --- 10,17 ---- * Fixed bug #861048: Invalid FK constraints in generated DB schema + Added scripts/bug861048.py that you can run against your model to check if + it is affected your database schema is affected by the bug. If it is, the + script will tell you what should be done to fix the db-schema. + * Fixed bug #857803: mysql: invalid generated sql for complex qualifiers --some qualifiers led to invalid SQL when fetching, causing SyntaxError. |