IBM / django-ibmi

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

Rewrite DatabaseWrapper class #40

Open naveen-ram opened 3 years ago

naveen-ram commented 3 years ago

Moved data_types and data_type_check_contraints from the creation module to remove the init as all actions done in the overriden init are done by the super init. Following sqlalchemy__ibmi connection options.

Fixes #27