Differences From Artifact [d9f8dfd676]:
- File PGConnection.m — part of check-in [12b5ef483a] at 2013-07-23 14:11:42 on branch trunk — Improve exceptions. (user: js, size: 5242) [annotate] [blame] [check-ins using]
To Artifact [85877956d2]:
- File PGConnection.m — part of check-in [bec524d06b] at 2014-07-18 21:40:09 on branch trunk — Adjust to ObjFW changes (user: js, size: 5247) [annotate] [blame] [check-ins using]
- File src/PGConnection.m — part of check-in [8679c61b2c] at 2014-07-18 23:35:18 on branch trunk — Add a proper build system (user: js, size: 5247) [annotate] [blame] [check-ins using]
︙ | |||
110 111 112 113 114 115 116 | 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | - + | do { if ([parameter isKindOfClass: [OFString class]]) values[i++] = [parameter UTF8String]; else if ([parameter isKindOfClass: [OFNumber class]]) { OFNumber *number = parameter; switch ([number type]) { |
︙ |