Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made dataloader case insensitive #1487

Merged
merged 3 commits into from
Jan 3, 2021
Merged

Made dataloader case insensitive #1487

merged 3 commits into from
Jan 3, 2021

Conversation

sharadregoti
Copy link
Contributor

  1. Made data loader case insensitive for mysql & sql server

1) Made data loader case insensitive for mysql & sql server
@@ -65,7 +65,11 @@ func (m *Module) Read(ctx context.Context, dbAlias, col string, req *model.ReadR
}

if req.IsBatch {
key := model.ReadRequestKey{DBType: dbAlias, Col: col, HasOptions: req.Options.HasOptions, Req: *req, ReqParams: params}
dbType, err := m.GetDBType(dbAlias)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this acquire a read lock?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont export it if it doesn't acquire a lock

YourTechBud
YourTechBud previously approved these changes Jan 3, 2021
@YourTechBud YourTechBud added this to the v0.21.0 milestone Jan 3, 2021
@YourTechBud YourTechBud merged commit 08d08c8 into v0.21.0 Jan 3, 2021
@YourTechBud YourTechBud deleted the ce-mysql-regex-fix branch January 3, 2021 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants