Sandeep Chandappillai

Results 1 comments of Sandeep Chandappillai

``` auto query = sqlpp::select(all_of(_w_map))... ::sqlpp::postgresql::connection::_serializer_context_t context(db); std::string serialized_query = serialize(query, context).str(); ``` ^ This works for me. Are there any plans on adding async support to the library? Especially...