db: add strict dependency on prepared-statement module
Otherwise, lazy-require can make the finalizer thread get the wrong initial custodian.
This commit is contained in:
parent
09e90c65dc
commit
2df51c4d19
|
@ -3,6 +3,7 @@
|
|||
racket/class
|
||||
racket/promise
|
||||
"interfaces.rkt"
|
||||
(only-in "prepared.rkt")
|
||||
(only-in "sql-data.rkt" sql-null sql-null?))
|
||||
(provide connected?
|
||||
disconnect
|
||||
|
|
Loading…
Reference in New Issue
Block a user