ObjPgSQL  Diff

Differences From Artifact [95d2097d1f]:

To Artifact [0b8c7e69a5]:


57
58
59
60
61
62
63
64

65
66
67
57
58
59
60
61
62
63

64

65
66







-
+
-


}

- (id)objectAtIndex: (size_t)index
{
	if (index > PQntuples(_result))
		@throw [OFOutOfRangeException exception];

	return [PGResultRow pg_rowWithResult: self
	return [PGResultRow pg_rowWithResult: self row: (int)index];
					 row: (int)index];
}
@end