Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/trac/upgrades/__pycache__/ |
Upload File : |
o �k�`� � @ s$ d dl mZ d dlmZ dd� ZdS )� )�DatabaseManager)�schemac s� t | �j�d�rk| j�V� dd� tD �}|�dd�dt|� � � jg| � i }|D ] \}}|�|g �� |� q*|� � D ]\}}d�� fdd �|D ��}|�d � �|�|f � q<W d � dS 1 sdw Y dS dS )zZChange `text` type to `mediumtext` type in all columns only if MySQL database backend.zmysql:c S s g | ]}|j �qS � )�name)�.0�tabr r �4/usr/lib/python3/dist-packages/trac/upgrades/db37.py� <listcomp> s zdo_upgrade.<locals>.<listcomp>z� SELECT table_name, column_name FROM information_schema.columns WHERE table_schema=%%s AND table_name IN (%s) AND data_type='text' ORDER BY table_name, column_name �,)z%sz, c 3 s � | ] }d � � |� V qdS )zMODIFY %s mediumtextN)�quote)r �col��dbr r � <genexpr>&