PHK
Results
1
comments of
PHK
another bug case: target row: ```sql SELECT * FROM `statement_info` WHERE 1=1 AND `request_at` >= '2024-06-11 08:00:00' and statement_id = '01900652-25de-7931-9c03-4f12ad04fedc'; ``` effective sql: ```sql SELECT statement, statement_id FROM `system`.`statement_info`...