@@ -6,13 +6,13 @@ @interface PGResultRow: OFDictionary { PGResult *result; PGresult *res; - size_t row; + int row; } + rowWithResult: (PGResult*)result - row: (size_t)row; + row: (int)row; - initWithResult: (PGResult*)result - row: (size_t)row; + row: (int)row; @end