ok,thanks。tomorrow i'll try @query and named param. after i read the h2 source code ,i found if he meet IN,it parse like 'IN(?,?,)'. the spring data give 'IN ?' to it. org.h2.command.Parserhttps://github.com/h2database/h2database/blob/version-1.4.197/h2/src/main/org/h2/command/Parser.java#L2432 i guess its incompatible between ignite-spring-data and h2 parser
在 2019-12-19 20:08:57,"Ivan Pavlukhin" <[email protected]> 写道: >Ilya S., > >Actually, I expected it to work because named parameter should be >expanded to multiple "?" parameters. > >Could you please share a ready to run project reproducing the problem? >I can take look. > >чт, 19 дек. 2019 г. в 14:59, shishkovilja <[email protected]>: >> >> I tried to send with @Param, but error is the same, but ":param_name" is in >> query string, i.e. it seems that query is not properly parsed... >> >> >> >> -- >> Sent from: http://apache-ignite-users.70518.x6.nabble.com/ > > > >-- >Best regards, >Ivan Pavlukhin
