ibmdb / python-ibmdb-django

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

Signed-off-by: Wanderley de Souza wandss@gmail.com #79

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.

wandss commented 1 year ago

Still didn't got the DCO. Closing the PR