SNOW-1437990: Server side binding of parameters to ROWS PRECEDING/FOLLOWING in the OVER Clause does not work #1948
Labels
status-triage_done
Initial triage done, will be further handled by the driver team
Python version
Python 3.11.6 (main, Jan 8 2024, 12:38:24) [Clang 15.0.0 (clang-1500.1.0.2.5)]
Operating system and processor architecture
macOS-14.2.1-arm64-arm-64bit
Installed packages
What did you do?
On running a query that includes ROWS PRECEDING and FOLLOWING in a OVER clause, the query succeeds with paramstyle 'pyformat' and fails with 'qmark'
What did you expect to see?
Queries with both pyformat and qmark paramstyle should succeed, but the query fails for qmark with the error.
As per the docs this should work with sever side binding since there is no IN operator.
Can you set logging to DEBUG and collect the logs?
The text was updated successfully, but these errors were encountered: