maxirobaina / django-firebird

Firebird SQL backend for Django web framework
BSD 3-Clause "New" or "Revised" License
67 stars 47 forks source link

Add name keyword argument to DatabaseWrapper.create_cursor #91

Closed maxirobaina closed 6 years ago

maxirobaina commented 6 years ago

The name keyword argument is added to the DatabaseWrapper.create_cursor(self, name=None) method to allow usage of server-side cursors on backends that support it.

maxirobaina commented 6 years ago

Solved at #93