FMCorz / mdk

Moodle Development Kit. A collection of tools meant to make developers' lives easier.
GNU General Public License v3.0
85 stars 47 forks source link

Missing assignment for the sqlsrv cursor #168

Closed junpataleta closed 6 years ago

junpataleta commented 6 years ago

When I tried to create an instance running on sqlsrv, I got the following:

AttributeError: 'NoneType' object has no attribute 'execute'

This is because I accidentally nuked the assignment of sqlsrv's cursor to self.cur in my previous patch.

Created a patch for this, with a version bump commit as well. Hope this is okay. Thanks!

FMCorz commented 6 years ago

Thanks Jun. Released.