提交 c3b30a88 authored 作者: Mathieu Parent's avatar Mathieu Parent

MIN is an aggregate function on MySQL

Closes: FS-5218 (Thanks to Nathan Neulinger for the patch)
上级 bb3114e9
......@@ -1508,11 +1508,10 @@ switch_status_t skinny_handle_button_template_request(listener_t *listener, skin
/* Add buttons */
if ((sql = switch_mprintf(
"SELECT device_name, device_instance, position, MIN(type, %d) AS type "
"SELECT device_name, device_instance, position, type "
"FROM skinny_buttons "
"WHERE device_name='%s' AND device_instance=%d "
"ORDER BY position",
SKINNY_BUTTON_UNDEFINED,
listener->device_name, listener->device_instance
))) {
skinny_execute_sql_callback(profile, profile->sql_mutex, sql, skinny_handle_button_template_request_callback, &helper);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论