Differences From Artifact [6b0ae0eb82]:
- File src/exceptions/PGException.m — part of check-in [5d46842834] at 2018-11-06 21:29:34 on branch trunk — Adjust to ObjFW changes (user: js, size: 1956) [annotate] [blame] [check-ins using]
To Artifact [ed6fbdfed3]:
- File src/exceptions/PGException.m — part of check-in [491b090606] at 2018-11-06 21:45:03 on branch trunk — Modernize coding style (user: js, size: 1956) [annotate] [blame] [check-ins using]
︙ | |||
35 36 37 38 39 40 41 | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | - + | - initWithConnection: (PGConnection *)connection { self = [super init]; @try { _connection = [connection retain]; _error = [[OFString alloc] |
︙ |