wecisecode 1 dia atrás
pai
commit
65b75d2b3e

+ 1 - 1
odbctest/mql/basic/49mix/0180subquery2.mql

@@ -6,6 +6,6 @@ return x.id as xid, z.id as zid, x.xprom as xprom, z.zprom as zprom
 ) where xid="mtx:x5" and zid="mtz:z5"
 /**
 output()
-match("xprom.0.2",240.24,"zprom.0.3",143.143,"zprom.0.6",48.48,"zprom.0.9",95.95381249999997~95.95381250000003,"zprom.0.12",9211.565999999997~9211.566000000003,"zprom.0.15",96)
+match("xprom.0.2",240.24,"zprom.0.3",143.143,"zprom.0.6",48.48,"zprom.0.9",95.95381249999996~95.95381250000003,"zprom.0.12",9211.565999999995~9211.566000000003,"zprom.0.15",96)
 **/
 ;

+ 1 - 0
odbctest/mql/basic/49mix/0190subquery3.mql

@@ -6,6 +6,6 @@
 -- ) where zid="mtz:z5" and xprom.time('2025-01-02','2025-01-04').find(name='mtz').max().assert($1=240.24)
 -- /**
 -- output()
+-- match("xprom.0.2",240.24,"zprom.0.3",143.143,"zprom.0.6",48.48,"zprom.0.9",95.95381249999996~95.9538125,"zprom.0.12",9211.565999999995~9211.566,"zprom.0.15",96)
 -- **/
 -- ;