Differences From Artifact [63db1fe590]:
- File exceptions/PGException.m — part of check-in [12b5ef483a] at 2013-07-23 14:11:42 on branch trunk — Improve exceptions. (user: js, size: 791) [annotate] [blame] [check-ins using]
To Artifact [4cb1491070]:
- File exceptions/PGException.m — part of check-in [bec524d06b] at 2014-07-18 21:40:09 on branch trunk — Adjust to ObjFW changes (user: js, size: 793) [annotate] [blame] [check-ins using]
- File src/exceptions/PGException.m — part of check-in [8679c61b2c] at 2014-07-18 23:35:18 on branch trunk — Add a proper build system (user: js, size: 793) [annotate] [blame] [check-ins using]
︙ | |||
10 11 12 13 14 15 16 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | - + | { self = [super init]; @try { _connection = [connection retain]; _error = [[OFString alloc] initWithCString: PQerrorMessage([_connection PG_connection]) |
︙ |