Go, pgx: SELECT query returns only one row

Golang, pgx: I am trying to get all rows from t_example (currently 20 items), however for some reason only one returns (the first one). I tried to debug and rows.Next() returns false after the first iteration. Could you please help me with advice? I’m a newbie, but I’ve tried to find similar cases here in… Read More Go, pgx: SELECT query returns only one row