Add unit test for 0c7848083d
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
dfa7448914
commit
2cdf86d30c
@ -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',
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user