mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-24 00:22:57 +03:00
Docs cleanup
This commit is contained in:
parent
79e1afd64f
commit
997cd1c2d3
@ -93,7 +93,7 @@ func (p *pipeline) execute(ctx context.Context, recw RecordWriter) error {
|
||||
// what happens if a task does something that is session/connection-dependent?
|
||||
// When the query executes later (below), it could be on a different
|
||||
// connection. Maybe the tasks need a means of declaring that they
|
||||
// hae to be run on the same connection as the main query?
|
||||
// must be executed on the same connection as the main query?
|
||||
if err := p.executeTasks(ctx); err != nil {
|
||||
return errw(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user