mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-05 02:45:34 -05:00
27218fee46
This makes the lifecycle of the LateBinder resources more correct, since they should typically live until the end of the process. In test contexts, in particular, it was common to have one command see the closer != nil, close it, and still receive the cached Queryist from the CliContext on later Command.Exec invocations.