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
Notice that table binding, route, and context.log all use {id}. The URL is /api/products/891bab72-7ac0-4680-82ca-cd07e317bd5c, and the context.log displays that id. The function returns all rows instead of 1.
If the route returns the id correctly in the context.log, why isn't the table binding reducing the results to that row?
Expected behavior
Provide a description of the expected behavior.
Actual behavior
Provide a description of the actual behavior observed.
Known workarounds
Provide a description of any known workarounds.
Related information
Provide any related information
Programming language used
Links to source
Bindings used
The text was updated successfully, but these errors were encountered:
Investigative information
Please provide the following:
Repro steps
Provide the steps required to reproduce the problem:
Example:
/api/products/891bab72-7ac0-4680-82ca-cd07e317bd5c
, and the context.log displays that id. The function returns all rows instead of 1.Expected behavior
Provide a description of the expected behavior.
Actual behavior
Provide a description of the actual behavior observed.
Known workarounds
Provide a description of any known workarounds.
Related information
Provide any related information
The text was updated successfully, but these errors were encountered: