Skip to content

Tag: python

TypeError: Params must be in a list, tuple, or Row in Python

I built out a python script the retrieves data from Auth0 and publish it to Ms-sql but im getting errors When I did the print statements, everything printed great. but when i used SQL commands to try to populate my table, it returns this error Any suggestions/insights appreciated! Answer executemany executes …

Flask SQLAlchemy query join

I have 2 table like this: Then I try to making 2 kinds of query to get data for the relationship models. first, I make it like this: and the second one I use join statement on that: My questions are, what’s the difference in that query while in the second one I use the join statement but the result