Gravity: added support for REPLACE...RETURNING

Review Request #733 — Created Feb. 10, 2021 and submitted — Latest diff uploaded

m.vanberkum
Lunr
feature/replaceReturning
b0d83e1...
lunr
Gravity: added support for REPLACE...RETURNING

Made sure query works in MariaDB.
Wrote unit test.
Ran unit tests.

src/Lunr/Gravity/Database/DatabaseDMLQueryBuilder.php
src/Lunr/Gravity/Database/Tests/DatabaseDMLQueryBuilderGetReplaceQueryTest.php
src/Lunr/Vortex/APNS/APNSPayload.php
src/Lunr/Vortex/APNS/APNSPriority.php
src/Lunr/Vortex/APNS/ApnsPHP/APNSDispatcher.php
src/Lunr/Vortex/APNS/ApnsPHP/APNSHttpStatus.php
src/Lunr/Vortex/APNS/ApnsPHP/APNSHttpStatusReason.php
src/Lunr/Vortex/APNS/ApnsPHP/APNSResponse.php
src/Lunr/Vortex/APNS/ApnsPHP/APNSBinaryStatus.php
src/Lunr/Vortex/APNS/ApnsPHP/Tests/APNSDispatcherBaseTest.php
src/Lunr/Vortex/APNS/ApnsPHP/Tests/APNSDispatcherPushTest.php
src/Lunr/Vortex/APNS/ApnsPHP/Tests/APNSResponseBasePushSuccessTest.php
src/Lunr/Vortex/APNS/ApnsPHP/Tests/APNSResponseGetStatusTest.php
src/Lunr/Vortex/APNS/Tests/APNSPayloadSetTest.php
Loading...