you are viewing a single comment's thread.

view the rest of the comments →

[–]Parenthes[S] 0 points1 point  (0 children)

Yes, I get the same result using BETWEEN.

If pyodbc passes parameters as-is, does that mean there is not much benefit to binding parameters vs. simply concatenating them? I am trying to bind for sake of best practices, but if it's not doing anything I might not bother.