[wpdev-commits] wolfpack/python tempeffect.h,1.10,1.11
Brought to you by:
rip,
thiagocorrea
|
From: <co...@us...> - 2003-11-23 15:09:50
|
Update of /cvsroot/wpdev/wolfpack/python In directory sc8-pr-cvs1:/tmp/cvs-serv20028/python Modified Files: tempeffect.h Log Message: sql fix effects_properties.key -> keyname Index: tempeffect.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/python/tempeffect.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** tempeffect.h 25 Sep 2003 03:05:59 -0000 1.10 --- tempeffect.h 23 Nov 2003 15:09:45 -0000 1.11 *************** *** 205,209 **** PyTuple_SetItem( args, i, Py_None ); ! cDBResult res = persistentBroker->query( QString( "SELECT key,type,value FROM effects_properties WHERE id = %1 AND key LIKE 'pyarg_%'" ).arg( id ) ); while( res.fetchrow() ) --- 205,209 ---- PyTuple_SetItem( args, i, Py_None ); ! cDBResult res = persistentBroker->query( QString( "SELECT keyname,type,value FROM effects_properties WHERE id = %1 AND keyname LIKE 'pyarg_%'" ).arg( id ) ); while( res.fetchrow() ) |