wecisecode 1 неделя назад
Родитель
Сommit
f87c0f6ef4
1 измененных файлов с 10 добавлено и 10 удалено
  1. 10 10
      odbctest/mql/basic/11localdb/34multilines.mql

+ 10 - 10
odbctest/mql/basic/11localdb/34multilines.mql

@@ -5,34 +5,34 @@ insert into /mtest/测试二 (字符串, 文本, 整数, 大整数, 浮点, 自
  values ('aaaa', '..............', 5, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
 ;
 insert into /mtest/测试二 (字符串, 文本, 整数, 大整数, 浮点, 自定义类型, 双浮点, 布尔, 数据块)
- values ('bbbb', '..............', 5, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
+ values ('bbbb', '..............', 6, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
 ;
 insert into /mtest/测试二 (字符串, 文本, 整数, 大整数, 浮点, 自定义类型, 双浮点, 布尔, 数据块)
- values ('cccc', '..............', 5, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
+ values ('cccc', '..............', 6, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
 ;
 insert into /mtest/测试二 (字符串, 文本, 整数, 大整数, 浮点, 自定义类型, 双浮点, 布尔, 数据块)
- values ('dddd', '..............', 5, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
+ values ('dddd', '..............', 6, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
 ;
 insert into /mtest/测试二 (字符串, 文本, 整数, 大整数, 浮点, 自定义类型, 双浮点, 布尔, 数据块)
- values ('eeee', '..............', 5, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
+ values ('eeee', '..............', 6, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
 ;
 insert into /mtest/测试二 (字符串, 文本, 整数, 大整数, 浮点, 自定义类型, 双浮点, 布尔, 数据块)
- values ('ffff', '..............', 5, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
+ values ('ffff', '..............', 6, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
 ;
 insert into /mtest/测试二 (字符串, 文本, 整数, 大整数, 浮点, 自定义类型, 双浮点, 布尔, 数据块)
- values ('gggg', '..............', 5, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
+ values ('gggg', '..............', 6, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
 ;
 insert into /mtest/测试二 (字符串, 文本, 整数, 大整数, 浮点, 自定义类型, 双浮点, 布尔, 数据块)
- values ('hhhh', '..............', 5, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
+ values ('hhhh', '..............', 6, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
 ;
 insert into /mtest/测试二 (字符串, 文本, 整数, 大整数, 浮点, 自定义类型, 双浮点, 布尔, 数据块)
- values ('iiii', '..............', 5, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
+ values ('iiii', '..............', 6, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
 ;
 insert into /mtest/测试二 (字符串, 文本, 整数, 大整数, 浮点, 自定义类型, 双浮点, 布尔, 数据块)
- values ('jjjj', '..............', 5, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
+ values ('jjjj', '..............', 6, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
 ;
 insert into /mtest/测试二 (字符串, 文本, 整数, 大整数, 浮点, 自定义类型, 双浮点, 布尔, 数据块)
- values ('kkkk', '..............', 5, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
+ values ('kkkk', '..............', 6, 1234567890123456789, 1.1, 1.1234567890123456, 1.123456, true, "hello"  )
 ;
 
 multilines end;