Hi All,
I am trying to push a result file using below robotframework(python) command to a Mysql db and getting below error.
Command used:
python -m dbbot.run -b mysql://username:pass@localhost/robot_results output.xml
where dbname - robot_results
filename - output.xml
Getting error as below on running the above command.
TypeError: Connection.execute() got an unexpected keyword argument 'hash'
Any help here is appreciated.
Regards
Albert