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

fix mysqldump error #92

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

fix mysqldump error #92

wants to merge 9 commits into from

Conversation

kibitan
Copy link
Owner

@kibitan kibitan commented Sep 24, 2023

fix #88

after the investigation, somehow mysqldump behavior looks changed. it output with many breaklines

INSERT INTO `users` (`id`, `string`, `email`, `integer`, `float`, `boolean`, `null`, `date`, `time`, `binary_or_blob`, `nullable_string`, `nullable_integer`) VALUES (1,'example@exa','test@example.com',1245,2.1,1,-321,NULL,NULL,'\\x92\0\0\0\0\0\0\0','abcde',NULL),
(2,'あいうえお','invalid@email',0,-23.4422,0,321,NULL,NULL,'\\x92\\x92\0\0\0',NULL,12),
(3,'+-l;a*&^%$','chikahiro@test.com',-1,21.2321,NULL,-231321,'2019-10-31','2019-10-31 16:27:21',NULL,'abc123',-123);

todo

@codecov
Copy link

codecov bot commented Sep 24, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a2d5259) 100.00% compared to head (211dd3d) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #92   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        25           
  Lines          409       409           
=========================================
  Hits           409       409           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kibitan kibitan added this to the v1.1.3 milestone Sep 24, 2023
@kibitan kibitan added bug Something isn't working high priority labels Sep 24, 2023
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link

codeclimate bot commented Nov 19, 2023

Code Climate has analyzed commit 211dd3d and detected 0 issues on this pull request.

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working high priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mysqldump bahavior change?
1 participant