You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we try to build with builder.push_values, and we pass an empty list, the sql query will fails, cause nothing is generated via an empty list.
Perhaps this should be mentioned in the docs
Description
builder.push_values
Prefered solution
add some docs for QueryBuilder
Is this a breaking change? Why or why not?
not a breaking change, just a small tip
The text was updated successfully, but these errors were encountered:
I have found these related issues/pull requests
If we try to build with builder.push_values, and we pass an empty list, the sql query will fails, cause nothing is generated via an empty list.
Perhaps this should be mentioned in the docs
Description
builder.push_values
Prefered solution
add some docs for QueryBuilder
Is this a breaking change? Why or why not?
not a breaking change, just a small tip
The text was updated successfully, but these errors were encountered: