updated build system
This commit is contained in:
		@@ -110,7 +110,7 @@ auto db_select::dump() const -> std::string {
 | 
			
		||||
    query << " GROUP BY ";
 | 
			
		||||
    for (std::size_t idx = 0U; idx < context_->group_by.size(); idx++) {
 | 
			
		||||
      if (idx > 0U) {
 | 
			
		||||
        group << ", ";
 | 
			
		||||
        query << ", ";
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      query << "\"" << context_->group_by.at(idx) << "\"";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user