Richard Wheeldon
Richard Wheeldon
# Describe the bug If I have a partial index (for performance) but look for values which don't use that index, postgres still finds them but pg-mem doesn't. # To...
# Describe the bug If I have a select statement which returns values from subqueries, I'd expect it to return a single value when there's a single matching row and...
# Describe the bug If I sort by a column which isn't in my group by clause, Pg-mem allows it (although doesn't sort correctly) Postgres throws an error, which is...
# Describe the bug I have a table with a column on it, that pg-mem refuses to realise exists in a subselect although it's perfectly happy to return the same...