File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -3913,6 +3913,22 @@ public static function provideCases(): iterable
39133913 'stringify ' => self ::STRINGIFY_NONE ,
39143914 ];
39153915
3916+ yield '-INT_PI() ' => [
3917+ 'data ' => self ::dataDefault (),
3918+ 'select ' => 'SELECT -INT_PI() FROM %s t ' ,
3919+ 'mysql ' => self ::mixed (),
3920+ 'sqlite ' => self ::mixed (),
3921+ 'pdo_pgsql ' => self ::mixed (),
3922+ 'pgsql ' => self ::mixed (),
3923+ 'mssql ' => self ::mixed (),
3924+ 'mysqlResult ' => '-3.14159 ' ,
3925+ 'sqliteResult ' => -3.14159 ,
3926+ 'pdoPgsqlResult ' => '-3.14159 ' ,
3927+ 'pgsqlResult ' => '-3.14159 ' ,
3928+ 'mssqlResult ' => '-3.14159 ' ,
3929+ 'stringify ' => self ::STRINGIFY_DEFAULT ,
3930+ ];
3931+
39163932 yield 'BOOL_PI() ' => [
39173933 'data ' => self ::dataDefault (),
39183934 'select ' => 'SELECT BOOL_PI() FROM %s t ' ,
You can’t perform that action at this time.
0 commit comments