ibmdb / python-ibmdb-django

IBM DB2 Driver for the Django application Framework
Apache License 2.0
29 stars 42 forks source link

Add CURRENTSCHEMA in README.md #78

Closed wandss closed 1 year ago

wandss commented 1 year ago

I had to jump into source code to figure out how to connect to a DB2 when the instance owner USER doesn't match the SCHEMA configured in a data base. Inside the source files I could see that the CURRENTSCHEMA information can be retrieved from the database itself or pulled out from django settings file. Having this information here will make the documentation more accurate.

bimalkjha commented 1 year ago

@wandss Please do the DCO signoff. Thanks.

wandss commented 1 year ago

sorry about that. Will close this pull request and create a new one.