logica
logica copied to clipboard
psql test cases
psql tests have been used to help implement duckdb. This issue aims to record all test related issues
- For test
psql_arg_min_max_k_test.l, it should beTest(opt: "Min", arg_opt: TestArgMin(), arg_opt_k: TestArgMinK());instead ofTest(opt: "Max", arg_opt: TestArgMin(), arg_opt_k: TestArgMinK());for the second rule
Thanks for reporting! Fixed it.
- DuckDB is using True and False for Boolean instead of 0 and 1. When running the test
psql_bool_test, we need ensure that it is comparable.