@@ -34,13 +34,13 @@ if (index > PQntuples(result)) @throw [OFOutOfRangeException exceptionWithClass: [self class]]; return [PGResultRow rowWithResult: self - row: index]; + row: (int)index]; } - (PGresult*)PG_result { return result; } @end