o
    lf\                     @   s,   d dl mZ d dlmZ G dd deZdS )    )checks)BaseDatabaseValidationc                   @   s   e Zd Zdd ZdS )DatabaseValidationc                 C   s:   g }|j r| | jjv r|tjd| d|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errors r   h/var/www/ticemtrilhas/avaliacao_env/lib/python3.10/site-packages/django/db/backends/oracle/validation.pycheck_field_type   s   z#DatabaseValidation.check_field_typeN)__name__
__module____qualname__r   r   r   r   r   r      s    r   N)django.corer   "django.db.backends.base.validationr   r   r   r   r   r   <module>   s    