Open JackSalloway opened 5 months ago
Reduce the complexity of prepared statement parameters by everything but the variables that come from the body in the request. Doing this as they are not actually needed unless it is a function that assembles the query dynamically.
Reduced params for location route prepared statements - 76a7ade
Reduce the complexity of prepared statement parameters by everything but the variables that come from the body in the request. Doing this as they are not actually needed unless it is a function that assembles the query dynamically.