waliwali / ibm-db

Automatically exported from code.google.com/p/ibm-db
0 stars 0 forks source link

NameError in base.py (connection) #161

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Version 1.0.6

239         def is_usable(self):
240             if self.databaseWrapper.is_active(connection):
241                 return True
242             else:
243                 return False

I think line 240 should state """if 
self.databaseWrapper.is_active(self.connection)""" instead.

Many thanks

Original issue reported on code.google.com by pjgri...@numericube.com on 2 Sep 2014 at 1:22

GoogleCodeExporter commented 9 years ago
Yes, and this already has been updated in git branch with 
https://code.google.com/p/ibm-db/source/detail?r=1b289def2938ca85b1771759a688d57
e4fa6b329 . I will include this change in next release.

Original comment by rahul.pr...@in.ibm.com on 4 Sep 2014 at 5:55