4 Sep
2001
4 Sep
'01
10:32 p.m.
hey guys
I created a ZSQL Method "SELECT * FROM users" which returns 10 rows now in a python script: type = context.type sql = context.mySqlMethod() return type(sql)
this returns: <type 'instance'> while I expected <type 'list'>
try ... sql = contet.mySqlMethod.dictionaries() return sql and look at that output... cheers, oliver