db: fix problems found by drdr
avoid running odbc-dependent modules in drdr fix scribble config to use abs mod paths in eval setup
This commit is contained in:
parent
92e2d1eb6e
commit
78f7c4fcd4
|
@ -14,8 +14,8 @@
|
|||
(void
|
||||
(interaction-eval #:eval the-eval
|
||||
(require racket/class
|
||||
"main.rkt"
|
||||
"util/datetime.rkt"))
|
||||
db
|
||||
db/util/datetime))
|
||||
(interaction-eval #:eval the-eval
|
||||
(define connection% (class object% (super-new))))
|
||||
(interaction-eval #:eval the-eval
|
||||
|
|
|
@ -608,6 +608,11 @@ path/s is either such a string or a list of them.
|
|||
"collects/data" responsible (ryanc samth)
|
||||
"collects/datalog" responsible (jay)
|
||||
"collects/db" responsible (ryanc)
|
||||
"collects/db/odbc.rkt" drdr:command-line #f
|
||||
"collects/db/private/odbc/connection.rkt" drdr:command-line #f
|
||||
"collects/db/private/odbc/dbsystem.rkt" drdr:command-line #f
|
||||
"collects/db/private/odbc/ffi.rkt" drdr:command-line #f
|
||||
"collects/db/private/odbc/main.rkt" drdr:command-line #f
|
||||
"collects/defaults" responsible (robby)
|
||||
"collects/deinprogramm" responsible (sperber)
|
||||
"collects/deinprogramm/contract/contract-test-display.rkt" drdr:command-line (gracket-text "-t" *)
|
||||
|
|
Loading…
Reference in New Issue
Block a user