Nikita Popov
c614dd677c
Fix intermittent failures in mysqli_stmt_bind_result_format.phpt
...
There were two distinct issues here:
* $trend was compared against 'NULL' using !=, which does not work
as intended in the case where $trend==0.0.
* current_targets was declared as double(17,0), which means that
the fractional part was rounded, so that the same comparison in
SQL (rounded) and in PHP (not rounded) did not necessarily
match.
Please don't write mt_rand based tests, it takes ages to debug this
crap...
2018-09-19 12:27:31 +02:00
..
2018-05-19 13:09:56 +02:00
2018-08-13 15:59:08 +02:00
2018-07-22 17:42:10 +02:00
2018-08-02 18:59:34 +02:00
2018-01-02 12:53:31 +08:00
2018-09-17 20:28:44 -04:00
2018-06-12 15:30:14 +02:00
2018-01-02 12:53:31 +08:00
2018-07-09 21:21:41 +02:00
2018-04-29 19:23:07 +01:00
2018-07-16 16:52:36 -07:00
2018-01-02 12:53:31 +08:00
2018-07-07 12:07:43 +02:00
2018-09-04 04:53:38 +02:00
2018-03-30 19:22:23 +02:00
2018-08-05 20:26:40 +02:00
2018-07-02 17:27:43 +02:00
2018-01-02 12:53:31 +08:00
2018-08-26 13:18:35 +02:00
2018-04-14 13:04:40 +02:00
2018-01-02 12:53:31 +08:00
2018-08-09 22:07:24 +02:00
2018-01-02 12:53:31 +08:00
2018-04-23 22:00:24 -07:00
2018-08-22 12:51:06 +02:00
2018-08-04 12:51:57 +02:00
2018-01-02 12:53:31 +08:00
2018-09-19 12:27:31 +02:00
2018-09-04 05:47:28 +02:00
2018-01-02 23:42:29 +02:00
2018-01-22 17:02:54 +01:00
2018-09-03 15:09:23 +02:00
2018-09-12 16:22:22 +02:00
2018-02-28 02:13:28 +01:00
2018-01-02 12:53:31 +08:00
2018-05-21 12:18:46 +02:00
2018-01-02 12:53:31 +08:00
2018-07-06 16:07:28 +02:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-07-30 18:27:59 +02:00
2018-08-03 07:08:53 +02:00
2018-06-29 18:34:53 +02:00
2018-09-04 05:32:25 +02:00
2018-09-04 05:13:45 +02:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-09-05 15:05:19 +02:00
2018-05-07 14:41:49 +02:00
2018-01-02 12:53:31 +08:00
2018-02-08 10:50:22 +01:00
2018-01-02 12:53:31 +08:00
2018-03-14 22:59:54 +01:00
2018-04-29 17:34:03 +01:00
2018-08-22 15:37:02 +02:00
2018-07-26 13:15:19 +02:00
2018-09-18 20:49:59 +02:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-02 12:53:31 +08:00
2018-01-11 14:29:49 +01:00
2018-01-02 12:53:31 +08:00
2018-02-08 10:50:22 +01:00
2018-02-08 10:50:22 +01:00
2018-02-08 10:50:22 +01:00
2018-02-08 10:50:22 +01:00
2018-02-08 10:50:22 +01:00
2018-01-02 12:53:31 +08:00
2018-07-13 20:13:51 +02:00
2018-09-08 19:01:36 +02:00
2018-08-06 01:22:17 +02:00