This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
importccl: DELIMITED should handle delimiters only at end of enclosed…
… fields Previously DELIMITED import mode will complain about importing field `"This a nested single quote " inside quoted field"` when importing using option `WITH fields_enclosed_by '"'`. MySql implementation handles this case correctly. For more info and examples see cockroachdb#40959. Touches cockroachdb#40374. Fixes cockroachdb#40959. Release note (enterprise change): Fixes incorrect behavior for enclosed fields. Release justification: This is low risk since only business logic of import has changed. Moreover this functionality has been requested from a potential client.
- Loading branch information
spaskob
committed
Sep 24, 2019
1 parent
a92c7d0
commit 9f0f622
Showing
2 changed files
with
152 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters