lizg 2 тижнів тому
батько
коміт
1acbfa1150

+ 7 - 0
odbctest/mql/problem/basic/10index/88_local.mql

@@ -79,6 +79,13 @@ count(1)
 **/
 ;
 
+{"sql":"select order.id from /test/性能AaB_Local where v_date "order" between 1774972800000 and 1776182400000 limit 10"}
+/**
+output()
+count(1)
+**/
+;
+
 {"sql":"select * from /test/性能AaB_Local where v_timestamp between 1774972800000 and 1776182400000 limit 10"}
 /**
 output()

+ 7 - 0
odbctest/mql/problem/basic/10index/88_memdb.mql

@@ -80,6 +80,13 @@ count(1)
 **/
 ;
 
+{"sql":"select order.id from /test/性能AaB_MemDB "order" where v_date between 1774972800000 and 1776182400000 limit 10"}
+/**
+output()
+count(1)
+**/
+;
+
 {"sql":"select * from /test/性能AaB_MemDB where v_timestamp between 1774972800000 and 1776182400000 limit 10"}
 /**
 output()