UPDATE query returns none #271
Open
Comments
|
Not sure if this is the best approach, but maybe you could add a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using raw SQL query to update the table
rows = await app.db.execute( query= query )
the rows in none
1 ) How will i know if the query is successful or not
2) how will i know that how many rows have been updated ?
The text was updated successfully, but these errors were encountered: