From 5f1855abf5449466ed43ff15c6989b1aa3ab198b Mon Sep 17 00:00:00 2001 From: Vlada Macek Date: Wed, 18 Apr 2012 13:34:04 +0200 Subject: [PATCH] =?UTF-8?q?Changed=20comment.=20Oracle=20support=20unteste?= =?UTF-8?q?d.=20Thanks=20for=20contribution,=20S=C5=82awomir.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django_schemata/oracle_backend/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/django_schemata/oracle_backend/base.py b/django_schemata/oracle_backend/base.py index 2437dec..712973e 100644 --- a/django_schemata/oracle_backend/base.py +++ b/django_schemata/oracle_backend/base.py @@ -86,8 +86,8 @@ def set_schemata_off(self): def _cursor(self): """ - Here it happens. We hope every Django db operation using PostgreSQL - must go through this to get the cursor handle. We change the path. + Here it happens. We hope every Django db operation using Oracle + must go through this to get the cursor handle. """ cursor = super(DatabaseWrapper, self)._cursor() self._set_oracle_default_schema(cursor)