-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MR23 - [TDVT] Helper script for parsing expecteds
- by @tabsdavis
- Loading branch information
1 parent
4e8c267
commit f5da9a7
Showing
4 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<results> | ||
<test name='AVG([int0])'> | ||
<sql> | ||
SELECT AVG("Calcs"."int0") AS "TEMP(Test)(3952218057)(0)" FROM "Calcs" HAVING (COUNT(1) > 0) </sql> | ||
<query-time> | ||
308.000 </query-time> | ||
<table> | ||
<schema> | ||
<column>[cast_calcs.postgres].[TEMP(Test)(3952218057)(0)]</column> | ||
</schema> | ||
<tuple> | ||
<value>6.1818182</value> | ||
</tuple> | ||
</table> | ||
</test> | ||
<test name='AVG([num4])'> | ||
<sql> | ||
SELECT AVG("Calcs"."num4") AS "TEMP(Test)(1371989636)(0)" FROM "Calcs" HAVING (COUNT(1) > 0) </sql> | ||
<query-time> | ||
232.000 </query-time> | ||
<table> | ||
<schema> | ||
<column>[cast_calcs.postgres].[TEMP(Test)(1371989636)(0)]</column> | ||
</schema> | ||
<tuple> | ||
<value>2.0016667</value> | ||
</tuple> | ||
</table> | ||
</test> | ||
</results> |