Also about new public APIs. I don't see why we need SqlFieldsQuery.isQuery, looks like it has to be optional, so it will only confuse users.
Sergi 2016-08-04 9:00 GMT+03:00 Sergi Vladykin <sergi.vlady...@gmail.com>: > Why do we need to count query arguments? Can anyone clarify? > > Sergi > > 2016-08-04 5:07 GMT+03:00 Alexey Kuznetsov <akuznet...@gridgain.com>: > >> About arguments number. I see following options here: >> 1. Somehow use H2 engine to parse SQL string and check results. >> 2. Use some other parsing library instead of H2 but this will bring one >> more dependency to Ignite. >> 3. Write some simple parser by ourselves . >> > >