Skip to content

Commit

Permalink
Add a TODO on the test
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherswenson committed Dec 19, 2024
1 parent 4aa51e4 commit 2d5b8ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/src/databases/all/functions.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1742,6 +1742,7 @@ describe.each(runtimes.runtimeList)('%s', (databaseName, runtime) => {
]);
});

// TODO remove the need for the `##! unsafe_complex_select_query` compiler flag
it('can be used in a select', async () => {
await expect(`
##! experimental { function_order_by partition_by }
Expand Down

0 comments on commit 2d5b8ab

Please sign in to comment.