mirror of
https://github.com/django/django.git
synced 2025-02-08 08:26:13 +00:00
Field names are always uppercased in the Oracle backend. Changing case should be a noop to avoid database errors: "ORA-00957: duplicate column name".