|
@@ -119,6 +119,7 @@
|
|
|
(define (printopen)
|
|
(define (printopen)
|
|
|
(define uIDs (query-list conn
|
|
(define uIDs (query-list conn
|
|
|
"SELECT DISTINCT ID FROM predictions"))
|
|
"SELECT DISTINCT ID FROM predictions"))
|
|
|
|
|
+ (write-string "ID(DATE) PREDICTION: LATEST FORECAST\n")
|
|
|
(map printpred uIDs))
|
|
(map printpred uIDs))
|
|
|
|
|
|
|
|
; find unresolved predictions
|
|
; find unresolved predictions
|
|
@@ -151,4 +152,4 @@
|
|
|
[else (error(string-append "Unknown mode. Try " progname " help\n\n"))])
|
|
[else (error(string-append "Unknown mode. Try " progname " help\n\n"))])
|
|
|
|
|
|
|
|
; close the databse
|
|
; close the databse
|
|
|
-(disconnect conn)
|
|
|
|
|
|
|
+(disconnect conn)
|