Skip to content

Commit 27ba8b1

Browse files
committed
insert blobs sql fix
1 parent b119768 commit 27ba8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_old/test_blob_matlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def insert_blobs():
4040

4141
schema.connection.query(
4242
"""
43-
INSERT INTO {table_name} VALUES
43+
INSERT INTO {table_name} (`id`, `comment`, `blob`) VALUES
4444
(1,'simple string',0x6D596D00410200000000000000010000000000000010000000000000000400000000000000630068006100720061006300740065007200200073007400720069006E006700),
4545
(2,'1D vector',0x6D596D0041020000000000000001000000000000000C000000000000000600000000000000000000000000F03F00000000000030400000000000003F4000000000000047400000000000804E4000000000000053400000000000C056400000000000805A400000000000405E4000000000000061400000000000E062400000000000C06440),
4646
(3,'string array',0x6D596D00430200000000000000010000000000000002000000000000002F0000000000000041020000000000000001000000000000000700000000000000040000000000000073007400720069006E00670031002F0000000000000041020000000000000001000000000000000700000000000000040000000000000073007400720069006E0067003200),

0 commit comments

Comments
 (0)