Comment: | Update URL and e-mail |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6417eb405dd7a217bcec37e9d13a4cc3 |
User & Date: | js on 2020-05-31 20:11:25 |
Other Links: | manifest | tags |
2021-04-29
| ||
22:36 | Adjust to ObjFW changes check-in: 0af9225d64 user: js tags: trunk | |
2020-05-31
| ||
20:11 | Update URL and e-mail check-in: 6417eb405d user: js tags: trunk | |
2019-03-16
| ||
22:58 | Use dot syntax check-in: dfb0336763 user: js tags: trunk | |
Modified src/ObjPgSQL.h from [be7d4493dc] to [5e5c5948f8].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/PGConnection+Private.h from [84c2eea1b1] to [3f6fed566d].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/PGConnection.h from [8b68e8f63c] to [959beb709d].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/PGConnection.m from [87cb0e8477] to [14ce011f15].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/PGResult+Private.h from [edbe188f70] to [ea678db888].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/PGResult.h from [789796a1c1] to [da10f7ff1c].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/PGResult.m from [879f970757] to [95d2097d1f].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/PGResultRow+Private.h from [8d209e7216] to [11616d090c].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/PGResultRow.h from [2bc53b9f0a] to [4178510913].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/PGResultRow.m from [3db1de9ebe] to [d8c72a2db5].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/exceptions/PGCommandFailedException.h from [f143fc5e8c] to [33377dd60d].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/exceptions/PGCommandFailedException.m from [4da1ac931d] to [a4fcabf09b].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/exceptions/PGConnectionFailedException.h from [b7ecdb0aaf] to [91b38c061f].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/exceptions/PGConnectionFailedException.m from [7cb714e4a4] to [458c697c70].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/exceptions/PGException.h from [9661557133] to [d9699ef579].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified src/exceptions/PGException.m from [ed6fbdfed3] to [c06c45b0e7].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |
Modified tests/tests.m from [b5457c8bb5] to [68a20488bf].
1 2 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017, 2018 | | | | 1 2 3 4 5 6 7 8 9 10 11 12 | /* * Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017, 2018 * Jonathan Schleifer <js@nil.im> * * https://fossil.nil.im/objpgsql * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
︙ | ︙ |