
    g\                     2    d dl mZ d dlmZ  G d de      Zy)    )checks)BaseDatabaseValidationc                       e Zd Zd Zy)DatabaseValidationc                     g }|j                   rQ|j                         | j                  j                  v r+|j	                  t        j                  d|z  d|d             |S )z;Oracle doesn't support a database index on some data types.z7Oracle does not support a database index on %s columns.zKAn index won't be created. Silence this warning if you don't care about it.zfields.W162)hintobjid)db_indexlower
connection_limited_data_typesappendr   Warning)selffield
field_typeerrorss       |/var/www/python.vincentserveurtest.ovh/public_html/venv/lib/python3.12/site-packages/django/db/backends/oracle/validation.pycheck_field_typez#DatabaseValidation.check_field_type   s_    >>j..0DOO4W4WWMMM !3 $	     N)__name__
__module____qualname__r    r   r   r   r      s    r   r   N)django.corer   "django.db.backends.base.validationr   r   r   r   r   <module>r      s     E/ r   