File tree 1 file changed +16
-0
lines changed
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
3913
3913
'stringify ' => self ::STRINGIFY_NONE ,
3914
3914
];
3915
3915
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
+
3916
3932
yield 'BOOL_PI() ' => [
3917
3933
'data ' => self ::dataDefault (),
3918
3934
'select ' => 'SELECT BOOL_PI() FROM %s t ' ,
You can’t perform that action at this time.
0 commit comments