Closed akademic closed 1 year ago
Could you please specify a mysqldump
version which creates a dumps with spaces? I mean this case:
INSERT INTO `my_table` (id, first_name, last_name) VALUES (1, 'John', NULL);
It is not mysqldump I wrote this sql by hands
This case may be solved with additional checks within the code. And it's affect to performance. So I don't think we need to fix this without real issue. I hope you are agree with me?
no problem i can live with it
I have two sql
First one produces value []byte("NULL") with type ValueTypeNULL Second one []byte(" NULL") with type ValueTypeString