Subject | Re: Jsonify |
---|---|
Author | philippe makowski |
Post date | 2012-05-08T13:05:06Z |
Philippe Makowski [2012-05-07 11:47] :
1338, instead of
if self.__executed and (self.out_sqlda.sqld > 0):
we need to put :
if self.__prepared and (self.out_sqlda.sqld > 0):
Pavel, do you agree ?
> nxciro [2012-05-04 14:35] :seems that in fbcore.py in PreparedStatement __get_description, line
>> Following code works fine with kinterbasdb but
>> fails with fdb :
>>
>> File "jsonify-firebird.py", line 22, in <module>
>> cols = [x[0] for x in cur.description]
>> TypeError: 'NoneType' object is not iterable
>>
> will check
1338, instead of
if self.__executed and (self.out_sqlda.sqld > 0):
we need to put :
if self.__prepared and (self.out_sqlda.sqld > 0):
Pavel, do you agree ?