Overview
Comment: | Move private methods to separate headers
Also fixes a typo and adds two missing nullability annotations. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6307a381989719ad89067e1ae2cb5d45 |
User & Date: | js on 2017-05-10 23:46:05 |
Other Links: | manifest | tags |
Context
2017-05-10
| ||
23:51 | Do not depend on object literals for tests check-in: 2105581c29 user: js tags: trunk | |
23:46 | Move private methods to separate headers check-in: 6307a38198 user: js tags: trunk | |
2017-05-09
| ||
23:19 | Adjust to recent ObjFW changes check-in: fc8e42990e user: js tags: trunk | |
Changes
Added src/PGConnection+Private.h version [1ea31d7eef].
Modified src/PGConnection.h from [89f43193e6] to [6e9f843adc]. [diff]
Modified src/PGConnection.m from [12a5dca2c4] to [b625cd9199]. [diff]
Added src/PGResult+Private.h version [1af74e4c75].
Modified src/PGResult.h from [b70e0a8f15] to [421ad0603f]. [diff]
Modified src/PGResult.m from [1b1566e654] to [b80f854ff0]. [diff]
Added src/PGResultRow+Private.h version [052a63f6f7].
Modified src/PGResultRow.h from [4c4b6ee6a8] to [c389ce6aac]. [diff]
Modified src/PGResultRow.m from [2a3cc24231] to [b6c2a37189]. [diff]
Modified src/exceptions/PGException.m from [f39a379181] to [0525cbb5f6]. [diff]