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

[2.2.x] Updated Oracle docs links to Oracle 18c.

Backport of 759a9b710c from master
This commit is contained in:
Mariusz Felisiak
2019-02-07 09:59:47 +01:00
parent d293948938
commit 0aff35459d
7 changed files with 24 additions and 16 deletions

View File

@@ -94,7 +94,8 @@ class DatabaseSchemaEditor(BaseDatabaseSchemaEditor):
# Add it
self.add_field(model, new_temp_field)
# Explicit data type conversion
# https://docs.oracle.com/database/121/SQLRF/sql_elements002.htm#SQLRF51054
# https://docs.oracle.com/en/database/oracle/oracle-database/18/sqlrf
# /Data-Type-Comparison-Rules.html#GUID-D0C5A47E-6F93-4C2D-9E49-4F2B86B359DD
new_value = self.quote_name(old_field.column)
old_type = old_field.db_type(self.connection)
if re.match('^N?CLOB', old_type):