Skip to content

Commit

Permalink
Added BETWEEN tests to singlestoredb>
Browse files Browse the repository at this point in the history
  • Loading branch information
TitoGrine committed Nov 21, 2022
1 parent 86becd4 commit f9ee4e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/singlestoredb.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ describe('SingleStoreDbFormatter', () => {
supportsLimiting(format, { limit: true, offset: true });
supportsCreateTable(format, { ifNotExists: true });
supportsCreateView(format);
supportsBetween(format);
supportsAlterTable(format, {
addColumn: true,
dropColumn: true,
Expand Down

0 comments on commit f9ee4e6

Please sign in to comment.