Closed cindyatnycdot closed 5 days ago
My MS tests are passing now but the one PG test with citext type columns isn't. The error I get is that it doesn't recognize 'citext' columns (even though I can create citext column tables in ris3 in PgAdmin). I saw online that I should run CREATE EXTENSION IF NOT EXISTS citext WITH SCHEMA working;
before running the query, but I don't have user authorization to do so.
@cindyatnycdot this is good to merge now, right?
Added a test. I noticed that all the MS tests were also failing for me now due to the "text"-type columns; not sure if this is also failing for you.