[Modeling-users] bug #861048 --fixing your db-schema may require your intervention
Status: Abandoned
Brought to you by:
sbigaret
|
From: Sebastien B. <sbi...@us...> - 2003-12-20 15:35:53
|
Hi all,
Some time ago I warned you about a bug, affecting generated database
schemas for all adaptors, that was causing exceptions at saveChanges()
time while the data committed are absolutely valid.
In addition, this bug can possibly lead to *data loss* when the
framework is used w/ Postgresql and psycopg --because of an other
bug found in psycopg, fixed in v1.1.11 (upgrade is strongly
recommended).
The bug is now fixed, but still, db schema generated by the framework
needs to be fixed by hand. A script has been made to help you determine
whether the db-schema derived from your model(s) are affected by the
bug. When it is the case, the script also indicates what should be done
for fixing the problem.
You'll find all the details here:
http://modeling.sourceforge.net/bugs/bug861048.html
(The reason why there is a specific page for that bug is that it is one
the rare bugs that cannot be simply fixed by a patch against the
framework itself)
Sorry for any inconvenience,
-- S=E9bastien.
Initial announce:
https://sf.net/mailarchive/forum.php?thread_id=3D3559235&forum_id=3D10674
SF Bug ticket:
https://sf.net/tracker/index.php?func=3Ddetail&aid=3D861048&group_id=3D5893=
5&atid=3D489335
|