Hi!
I have problems with my Apache Ignite app, the problem is the next:

I have a field price with decimal precision, when I update from my PHP APP
with PDO and bindParam function, Apache Ignite store other value, It 
doesn't happen always, only with any values, for example with: 1.85 or 1.86
... Apache Ignite store -0.57, -0.58 etc, but It doesn't happen for example
with 2.85.

I've checked with: 
$res->bindParam(':price', $price,PDO::PARAM_STR); and 
$res->bindParam(':price', $price); 
with same results.

If I update with raw SQL without bindParam It works perfectly. 

Any suggestion?

Thnaks un advance.



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to