Differences From Artifact [da0166d00f]:
- File PGResultRow.h — part of check-in [cf2fe18597] at 2012-10-05 21:19:22 on branch trunk — Add Xcode project. (user: js, size: 274) [annotate] [blame] [check-ins using]
To Artifact [f714b4a0e3]:
- File PGResultRow.h — part of check-in [8c8a431322] at 2013-02-13 23:40:59 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 277) [annotate] [blame] [check-ins using]
- File src/PGResultRow.h — part of check-in [8679c61b2c] at 2014-07-18 23:35:18 on branch trunk — Add a proper build system (user: js, size: 277) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | - - - + + + | #include <libpq-fe.h> #import <ObjFW/ObjFW.h> #import "PGResult.h" @interface PGResultRow: OFDictionary { |