Skip to content

Commit

Permalink
Changed comment. Oracle support untested. Thanks for contribution, Sł…
Browse files Browse the repository at this point in the history
…awomir.
  • Loading branch information
tuttle committed Apr 18, 2012
1 parent 310c778 commit 5f1855a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions django_schemata/oracle_backend/base.py
Expand Up @@ -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)
Expand Down

0 comments on commit 5f1855a

Please sign in to comment.