Have you tried to execute same sql script without "?" ? Is it works?
Could you check logs from ignite? Are there any exceptions? 2017-05-23 19:41 GMT+03:00 rishi007bansod <[email protected]>: > Hi, > I have set encoding/decoding to 'utf8' as, > > *cnxn.setdecoding(pyodbc.SQL_CHAR, encoding='utf-8') > cnxn.setdecoding(pyodbc.SQL_WCHAR, encoding='utf-8') > cnxn.setencoding(unicode, encoding='utf-8')* > > as mentioned at link > https://github.com/mkleehammer/pyodbc/wiki/Unicode#mysql-and-postgresql > <https://github.com/mkleehammer/pyodbc/wiki/Unicode#mysql-and-postgresql> > . > But still I am getting error. > > Thanks. > > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Error-while-passing-arraylist-as- > argument-to-INSERT-data-into-Ignite-cache-using-pyodbc-tp13049p13097.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
