I ran the tests for imcs for Postgres 15.0, 15.1, 15.2, and 15.3 and noticed that the drop.sql test repetitively fails. I think this is the test's fault, because on the table quote, where there are no records, the get() operation returns one empty row, and Postgres is outputting zero rows, which I think is fair. Therefore, I changed the test to reflect this.
I ran the tests for imcs for Postgres 15.0, 15.1, 15.2, and 15.3 and noticed that the
drop.sql
test repetitively fails. I think this is the test's fault, because on the table quote, where there are no records, the get() operation returns one empty row, and Postgres is outputting zero rows, which I think is fair. Therefore, I changed the test to reflect this.