IBM / django-ibmi

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

Move data types dictionary to DatabaseWrapper Class #46

Open naveen-ram opened 3 years ago

naveen-ram commented 3 years ago

This is done as the DatabaseWrapper Class sets it's own data_types attribute using the dictionary in the creation class. This is not used in the creation class, so it makes more sense to have it in the DatabaseWrapper Class