@@ -59,9 +59,8 @@ - (id)objectAtIndex: (size_t)index { if (index > PQntuples(_result)) @throw [OFOutOfRangeException exception]; - return [PGResultRow pg_rowWithResult: self - row: (int)index]; + return [PGResultRow pg_rowWithResult: self row: (int)index]; } @end