From e4c786ab920c50b769dfc128ee0c1a09bc5770d4 Mon Sep 17 00:00:00 2001 From: prodrigues Date: Fri, 20 Sep 2024 15:58:35 +0100 Subject: [PATCH] add jira ticket to singlestore-common.ts --- integration-tests/tests/singlestore/singlestore-common.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/tests/singlestore/singlestore-common.ts b/integration-tests/tests/singlestore/singlestore-common.ts index 1e9079753..037c27202 100644 --- a/integration-tests/tests/singlestore/singlestore-common.ts +++ b/integration-tests/tests/singlestore/singlestore-common.ts @@ -2400,6 +2400,7 @@ export function tests(driver?: string) { await db.execute(sql`drop table if exists \`datestable\``); }); + // TODO (https://memsql.atlassian.net/browse/MCDB-63261) allow chaining limit and orderby in subquery test('set operations (union) from query builder with subquery', async (ctx) => { const { db } = ctx.singlestore;