IBM / django-ibmi

Django adapter for IBM i
Apache License 2.0
3 stars 5 forks source link

Convert DatabaseWrapper to connect to IBM i using pyodbc #27

Open naveen-ram opened 3 years ago

naveen-ram commented 3 years ago

Currently, the DatabaseWrapper class is written using ibm_db to connect to Db2, whereas we want to support pyodbc and this will require significant changes to the methods within that class.

richardschoen commented 1 year ago

It might be a good idea to accept this pull request.

The driver at least works with the changes in base.py and creation.py that are part of this pull request.

Food for thought if you want people to try and use this driver.