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


-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sqlalchemy/e518c975-0750-4d38-8c51-b94bafd1abd8n%40googlegroups.com.

Reply via email to