1 unresolved thread
- Refactored
build_sql_property_queries()
method. - Removed
build_sql_property_query()
method. - Passes error all the way to response
- Sends back "Bad Request" on non-existent property request
Activity
requested review from @eelcovdw
480 480 } 481 481 482 482 fn build_sql_property_queries(properties: &[String], schema: &Schema) -> Result<String> { I liked the previous implementation better, can we do the error handling with that one instead?
previous as in: with a seperate function that builds a query from property, and one that aggregates them for all properties
Edited by Eelco van der Wel