-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ucm.execute_sql_query can't run. #7
Comments
I have not tested it yet but it looks like the documentation have some typos. I can see on the code that if you need to execute a sql query, you will need to do "sql_query(your_query)" and if you need to update the database, you will need to use "sql_update(your_update_query)" both takes one argument. Code snippet from axl.py:
|
@yuexp001 @Insigna2020 did you later get a fix for this, there was some typos in the documentation and running
kept returning |
I was able to work around this by adding the ['rows'] after my SQL statement. The issue is the return has a parent element called Also changed from Execute to Run in the Function Call. I'll work on fixing this in the axl.py and forking it, but I've never done that before. Also, a quick note that this library is fantastic, and I am thankful for the time and effort that has gone into it. Execute SQL Query
|
Hello
I got an error message 'axl' object has no attribute 'execute_sql_query' when I try it run SQL query.
The text was updated successfully, but these errors were encountered: