Skip to content

bug: REMOVE 'file/in/volume' panics #204

@candiduslynx

Description

@candiduslynx

It's caused by the following section:

var stringValues []string = make([]string, 4)
for i := range stringValues {
if s, ok := sqlRow[i].(string); ok {
stringValues[i] = s
} else {
return dbsqlerrint.NewDriverError(ctx, "received unexpected response from the server.", nil)
}
}

It's assumed when handling staging requests to always have 4 columns in the return, however, remove returns only 3 (there's no local file).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions