We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6e963b commit f39048eCopy full SHA for f39048e
v2/sourcedb-to-spanner/src/test/resources/DataTypesIT/mysql-data-types.sql
@@ -777,7 +777,7 @@ INSERT INTO `bit_table` (`bit_col`) VALUES (NULL);
777
INSERT INTO `bit8_table` (`bit8_col`) VALUES (NULL);
778
INSERT INTO `bit1_table` (`bit1_col`) VALUES (NULL);
779
INSERT INTO `bit_to_bool_table` (`bit_to_bool_col`) VALUES (NULL);
780
-INSERT INTO `bit_to_string_table` (`bit_to_string_col`) VAL zUES (NULL);
+INSERT INTO `bit_to_string_table` (`bit_to_string_col`) VALUES (NULL);
781
INSERT INTO `bit_to_int64_table` (`bit_to_int64_col`) VALUES (NULL);
782
INSERT INTO `blob_table` (`blob_col`) VALUES (NULL);
783
INSERT INTO `blob_to_string_table` (`blob_to_string_col`) VALUES (NULL);
0 commit comments