JackSalloway / seros-interactive-map-server

Back end (API) for my interactive map project
2 stars 0 forks source link

Reduce complexity of prepared statements #43

Open JackSalloway opened 5 months ago

JackSalloway commented 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.

JackSalloway commented 5 months ago

Reduced params for location route prepared statements - 76a7ade