[Modeling-cvs] ProjectModeling/Modeling TODO,1.16,1.17
Status: Abandoned
Brought to you by:
sbigaret
From: Sebastien B. <sbi...@us...> - 2004-08-02 20:19:12
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25685/Modeling Modified Files: TODO Log Message: Updated Index: TODO =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/TODO,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** TODO 4 Oct 2003 12:29:43 -0000 1.16 --- TODO 2 Aug 2004 20:19:02 -0000 1.17 *************** *** 282,286 **** --- 282,310 ---- + Database-related problems + ------------------------- + + * Hooks to be triggered at db- creation and connection time + + Mario (Ruggier) and Ernesto (Revilla) suggested the following: (quoted + from the ml) + + > 2. there should be hooks on a per db adaptor base (at least, at db + > creation time, and at connection time). Perhaps, which instructions to + > send to the database should be part of either a general config file with + > a section for each db adaptor, or a different config file for each db + > adaptor. + + This needs to be thought. I'm (Sébastien) personally more inclined to have + specific python hooks that could be triggered at creation time and at + connection time. + + * Add the possibility to declare some attributes as UNIQUE, see: + http://sourceforge.net/mailarchive/forum.php?thread_id=3575938&forum_id=10674 + + + Tests + ----- * Writing test_units was lately initiated, so tests are scarce... This |