Skip to content

Commit 0c7ebfb

Browse files
committed
total is now a reserved word in ecsql
1 parent e00e362 commit 0c7ebfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/performance-tests/test/TransformerRegression.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ async function runRegressionTests() {
182182
CAST(SUM(hasGuid) AS DOUBLE)/COUNT(*) ratio
183183
FROM (
184184
SELECT IIF(FederationGuid IS NOT NULL, 1, 0) AS hasGuid,
185-
1 AS total FROM bis.Element
185+
1 AS [total] FROM bis.Element
186186
)`,
187187
(stmt) => {
188188
assert(stmt.step() === DbResult.BE_SQLITE_ROW);

0 commit comments

Comments
 (0)