Skip to content

Commit c2b9b27

Browse files
lovasoaiffyio
andauthored
Update tests/sqlparser_duckdb.rs
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
1 parent 8ab9694 commit c2b9b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_duckdb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ fn parse_extract_single_quotes() {
875875
fn test_duckdb_lambda_function() {
876876
// Test basic lambda with list_filter
877877
let sql = "SELECT [3, 4, 5, 6].list_filter(lambda x : x > 4)";
878-
duckdb().verified_stmt(sql);
878+
duckdb_and_generic().verified_stmt(sql);
879879

880880
// Test lambda with arrow syntax (also supported by DuckDB)
881881
let sql_arrow = "SELECT list_filter([1, 2, 3], x -> x > 1)";

0 commit comments

Comments
 (0)