From 8b8c4a411080ce0b0b8c6bfeb362505cb18d0200 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 16 Jan 2020 14:14:23 +0000 Subject: [PATCH] --- server/AyaNova/biz/WidgetBiz.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/AyaNova/biz/WidgetBiz.cs b/server/AyaNova/biz/WidgetBiz.cs index 7cd73026..447405d5 100644 --- a/server/AyaNova/biz/WidgetBiz.cs +++ b/server/AyaNova/biz/WidgetBiz.cs @@ -285,6 +285,8 @@ namespace AyaNova.Biz "; //BUILD THE QUERY + TODO NEXT, see if this works and continue on below it + var qSelect = SqlSelectBuilder.Build(ObjectFields.WIDGET_KEY, MOCK_WIDGET_DISPLAY_TEMPLATE_JSON, listOptions.Mini); //TODO: Turn this into a raw direct query //Build the select fragment from the template so only selected columns get fetched //instead of projecting it onto a c# object EF style, bypass that and use a SQL data reader instead then create the result set as per the spec doc