|
08cba77728
|
show the number if impacted rows instead of returning nothing
|
2022-05-12 00:17:31 -04:00 |
|
|
9e381f7d78
|
refactor work
|
2022-05-06 23:07:42 -04:00 |
|
|
a8a14dda2b
|
dont deposit files
|
2022-04-28 01:17:08 -04:00 |
|
|
4128e12848
|
move scale route sql to setup
|
2022-04-28 01:13:13 -04:00 |
|
|
d0ea91d985
|
move folder
|
2022-04-28 01:10:35 -04:00 |
|
|
4dd71057f4
|
move baseline route sql to table only mode
|
2022-04-28 01:09:26 -04:00 |
|
|
60f881a535
|
notes on issues; grant schema usage
|
2022-04-28 01:04:54 -04:00 |
|
|
9356081662
|
only create foreign tables where the foreign key is not a date
|
2022-04-28 00:51:21 -04:00 |
|
|
a5d9c1d145
|
update file names
|
2022-04-27 22:42:35 -04:00 |
|
|
2f10d46806
|
a foreign table is built for any func populated even if a date
|
2022-04-26 22:50:59 -04:00 |
|
|
0b5ee0bdf3
|
handled a returned array as opposed to a returned object
|
2022-04-22 23:35:48 -04:00 |
|
|
3d9bc487ba
|
upgrade
|
2022-04-22 01:16:01 -04:00 |
|
|
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 |
|
|
d47b00b5cd
|
turn on sql execution for scale route, but not working
|
2022-04-22 00:22:35 -04:00 |
|
|
2531914387
|
issues addressed
|
2022-04-13 01:36:31 -04:00 |
|
|
9c6ed6b304
|
baseline functional, but json doesn't look correct in fc.log or the sql
|
2022-04-13 01:34:54 -04:00 |
|
|
a0fb500f29
|
rework baseline, previously assumed ordinal position of version and iter columns, also include a log record
|
2022-04-13 01:17:04 -04:00 |
|
|
64af23cf04
|
do a merge instead of an insert
|
2022-04-13 01:15:40 -04:00 |
|
|
d77b7910d5
|
notes on issues
|
2022-04-13 01:15:07 -04:00 |
|
|
298e2fdc4e
|
notes on column purpose
|
2022-04-12 23:54:03 -04:00 |
|
|
80bcb23170
|
update readme
|
2022-04-12 23:31:31 -04:00 |
|
|
d35bc49f6f
|
update readme, get rid of old file
|
2022-04-12 23:29:05 -04:00 |
|
|
8bda52f770
|
get rid of clone files; move mapping to readme; rename setup to sequence the operations
|
2022-04-12 22:58:31 -04:00 |
|
|
d0a4f8324d
|
move perd table to schema setup
|
2022-04-12 22:54:54 -04:00 |
|
|
a657106bf5
|
use proper data type for app columns, include master table for app columns
|
2022-04-12 22:52:42 -04:00 |
|
|
b47630cf61
|
include files from iter branch; need to be reviewed
|
2022-04-12 12:48:05 -04:00 |
|
|
95675428a4
|
do rounding
|
2022-04-12 02:30:26 -04:00 |
|
|
d5c2980bb1
|
isolate price change on no volume adjustment
|
2022-04-12 02:09:36 -04:00 |
|
|
0e904c1631
|
temp price factor
|
2022-04-12 01:58:52 -04:00 |
|
|
959d858b10
|
setup from dcard to test with
|
2022-04-09 02:29:51 -04:00 |
|
|
342e0824c5
|
mising pieces
|
2022-04-09 02:28:53 -04:00 |
|
|
a29e5e54f3
|
include application column list
|
2022-04-09 02:28:00 -04:00 |
|
|
4f9667b553
|
build a volume column if it's missing
|
2022-04-09 02:27:35 -04:00 |
|
|
b17c37788e
|
include forecast name
|
2022-04-09 02:26:38 -04:00 |
|
|
8f2a7431bc
|
comment out the raise notice debug items
|
2022-04-06 23:34:00 -04:00 |
|
|
aa4d6fb7f0
|
dates can't have foriegn key, need to operate off appcol and func.
|
2022-04-06 02:32:20 -04:00 |
|
|
57051675b3
|
add dynamic target table; dynamically create additional columns if application columns were not defined
|
2022-04-06 01:52:18 -04:00 |
|
|
00c8a063cd
|
get rid of temporary output
|
2022-04-05 23:08:29 -04:00 |
|
|
1c28831f1e
|
?
|
2022-04-05 23:08:06 -04:00 |
|
|
66813bb156
|
use the actual column name
|
2022-04-05 20:58:22 -04:00 |
|
|
c97e92f3bc
|
remove single quotes from open order status since they shoudl be supplied by the request, and couple more quoted identifiers
|
2022-04-03 01:18:14 -04:00 |
|
|
a859ffa91a
|
create schema and sql table
|
2022-04-03 00:50:49 -04:00 |
|
|
53523eb330
|
get rid of sql table creation here, all column references should be formatted as quote itentifieds format('%I)
|
2022-04-03 00:49:54 -04:00 |
|
|
d1371bcdce
|
update readme to create more of a checklist
|
2022-04-03 00:48:29 -04:00 |
|
|
6462e742d9
|
fc.sql table is still missing from initial schema setup, shoudl be fc.sql (cmd, t)
|
2022-04-01 16:29:36 -04:00 |
|
|
59ffe255cc
|
rename curl
|
2020-12-12 09:31:20 -05:00 |
|
|
4cda3c3924
|
get rid of temporary file to test speed of initial baseline filter
|
2020-12-12 09:29:06 -05:00 |
|
|
028bda6c26
|
start working on integrating logging
|
2020-12-08 01:30:02 -05:00 |
|
|
40ccaefbc8
|
update status
|
2020-12-08 01:14:52 -05:00 |
|
|
b9a2d9d8fc
|
add version and inter, SQL works fine
|
2020-12-08 01:13:31 -05:00 |
|