Skip to content

Commit f9ee4e6

Browse files
committed
Added BETWEEN tests to singlestoredb>
1 parent 86becd4 commit f9ee4e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/singlestoredb.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ describe('SingleStoreDbFormatter', () => {
4141
supportsLimiting(format, { limit: true, offset: true });
4242
supportsCreateTable(format, { ifNotExists: true });
4343
supportsCreateView(format);
44+
supportsBetween(format);
4445
supportsAlterTable(format, {
4546
addColumn: true,
4647
dropColumn: true,

0 commit comments

Comments
 (0)