Commit Graph

23 Commits

Author SHA1 Message Date
Paul Trowbridge 9265777caf comment out https for now 2022-05-12 00:52:00 -04:00
Paul Trowbridge db3b267657 create local variables in build where and return as newly named 2022-05-12 00:27:31 -04:00
Paul Trowbridge 9e381f7d78 refactor work 2022-05-06 23:07:42 -04:00
Paul Trowbridge 0b5ee0bdf3 handled a returned array as opposed to a returned object 2022-04-22 23:35:48 -04:00
Paul Trowbridge bde86fd3eb have the insert return rows; also need to deal with multiple result sets in index.js 2022-04-22 01:15:51 -04:00
Paul Trowbridge d47b00b5cd turn on sql execution for scale route, but not working 2022-04-22 00:22:35 -04:00
Paul Trowbridge 9c6ed6b304 baseline functional, but json doesn't look correct in fc.log or the sql 2022-04-13 01:34:54 -04:00
Paul Trowbridge b17c37788e include forecast name 2022-04-09 02:26:38 -04:00
Paul Trowbridge 1d6317df1e use target cte to hold targets instead of build sql in node 2020-12-08 00:49:04 -05:00
Paul Trowbridge 78a766cb86 point curl to current directory target 2020-12-08 00:24:29 -05:00
Paul Trowbridge 3e94851aea work on getting errors out 2020-12-05 01:19:17 -05:00
Paul Trowbridge cb5a1dc6b5 get scale route roughed in a building sql along with new where clause function 2020-12-05 00:10:47 -05:00
Paul Trowbridge c6bf867ffc move functional pieces into their own folders 2020-11-27 20:40:34 -05:00
Paul Trowbridge a9b1523f93 get rid of old routes and update readme to reflect sql parameterizaion 2020-11-27 11:41:47 -05:00
Paul Trowbridge 31c6390617 if multiple result sets are involved then `res` is an array, specificy second result set 2020-11-27 02:31:30 -05:00
Paul Trowbridge 3b3a2f7b39 return count of inserted rows 2020-11-27 02:24:20 -05:00
Paul Trowbridge e54e2eb05c push the items from the request body into the variables, and then from there into the sql 2020-11-24 01:24:06 -05:00
Paul Trowbridge 994a1027df push arguments into variables and swap out with sql statement position 2020-11-22 23:15:50 -05:00
Paul Trowbridge c16e8939e9 remove duplicates 2020-11-21 01:51:11 -05:00
Paul Trowbridge 663e5d3de5 adjust the regex to exclude brackets not behaving as expected. req.send to send the sql back as text 2020-11-17 08:42:35 -05:00
Paul Trowbridge 90d62a2bb0 start working on parameterizing the baseline route 2020-11-12 00:22:00 -05:00
Paul Trowbridge 4a04a81241 get the baseline route pulling the sql from a simple curl for testing 2020-11-12 00:05:11 -05:00
Paul Trowbridge d4d2f48d52 include node project 2020-11-11 23:39:26 -05:00