Add unit test for 0c7848083d

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2023-07-13 17:35:50 -03:00
parent dfa7448914
commit 2cdf86d30c
No known key found for this signature in database
GPG Key ID: 6A16FD38AFC89CC8

View File

@ -563,6 +563,14 @@ class SqlTest extends AbstractTestCase
20,
],
[
'SELECT DISTINCT country_id FROM city;',
['max_rows' => 25, 'pos' => 0],
25,
109,
false,
'SELECT COUNT(*) FROM (SELECT DISTINCT country_id FROM city ) as cnt',
],
];
}