1
0
mirror of https://github.com/django/django.git synced 2025-10-27 23:56:08 +00:00

Updated Oracle docs links to Oracle 12c.

This commit is contained in:
Mariusz Felisiak
2017-04-21 16:02:31 +02:00
committed by GitHub
parent b7dc998087
commit 87f9a3c5b2
2 changed files with 4 additions and 4 deletions

View File

@@ -76,7 +76,7 @@ class DatabaseSchemaEditor(BaseDatabaseSchemaEditor):
# Add it
self.add_field(model, new_temp_field)
# Explicit data type conversion
# https://docs.oracle.com/cd/B19306_01/server.102/b14200/sql_elements002.htm#sthref340
# https://docs.oracle.com/database/121/SQLRF/sql_elements002.htm#SQLRF51054
new_value = self.quote_name(old_field.column)
old_type = old_field.db_type(self.connection)
if re.match('^N?CLOB', old_type):