kiran-g
Results
2
issues of
kiran-g
I am trying to generate an SQL insert statement where the string value to be inserted have single quote. ``` from pypika import Table, MySQLQuery columns = ['country','city'] values =...
I am trying to read temperature values from a BLE Temperature sensor (bluemaestro tempo disc) I am developing in c++ using tinyb library. Relevant code snippet: ``` using Iter =...