Can you provide SQL query and the code that you use for the prepared statement creation? Which version of Ignite do you use?
Igor On Thu, Sep 3, 2020 at 10:42 PM manueltg89 < [email protected]> wrote: > 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/ >
