[Modeling-cvs] ProjectModeling/Modeling CHANGES,1.113,1.114
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-06-24 08:58:20
|
Update of /cvsroot/modeling/ProjectModeling/Modeling In directory sc8-pr-cvs1:/tmp/cvs-serv32766 Modified Files: CHANGES Log Message: Changes: I formerly announced on the ml. that a varchar w/o width would issue a message at the INFO level --the previous changes simply discarded it Index: CHANGES =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/CHANGES,v retrieving revision 1.113 retrieving revision 1.114 diff -C2 -d -r1.113 -r1.114 *** CHANGES 24 Jun 2003 08:51:10 -0000 1.113 --- CHANGES 24 Jun 2003 08:58:15 -0000 1.114 *************** *** 11,15 **** contains a CHAR/VARCHAR field with no width set, as long as the underlying adaptor supports it (varchar w/o width are valid for: Postgresql, SQLite), ! as Ernesto Revilla suggested it. * Fixed bug #757181: under python2.2 AccessArrayFaultHandler was triggered --- 11,16 ---- contains a CHAR/VARCHAR field with no width set, as long as the underlying adaptor supports it (varchar w/o width are valid for: Postgresql, SQLite), ! as Ernesto Revilla suggested it. Instead, it produces a message at the ! INFO level. * Fixed bug #757181: under python2.2 AccessArrayFaultHandler was triggered |