mirror of
https://github.com/django/django.git
synced 2025-09-28 04:54:53 +00:00
Fixed broken link to cx_Oracle docs.
This commit is contained in:
parent
890bfa368c
commit
a93a1ba347
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ END;
|
||||||
) if sql)
|
) if sql)
|
||||||
|
|
||||||
def last_executed_query(self, cursor, sql, params):
|
def last_executed_query(self, cursor, sql, params):
|
||||||
# https://cx-oracle.readthedocs.io/en/latest/cursor.html#Cursor.statement
|
# https://cx-oracle.readthedocs.io/en/latest/api_manual/cursor.html#Cursor.statement
|
||||||
# The DB API definition does not define this attribute.
|
# The DB API definition does not define this attribute.
|
||||||
statement = cursor.statement
|
statement = cursor.statement
|
||||||
# Unlike Psycopg's `query` and MySQLdb`'s `_executed`, cx_Oracle's
|
# Unlike Psycopg's `query` and MySQLdb`'s `_executed`, cx_Oracle's
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue