surrealdb / surrealdb.php

SurrealDB SDK for PHP
Apache License 2.0
42 stars 8 forks source link

Stabalize the PHP SDK #11

Open welpie21 opened 1 week ago

welpie21 commented 1 week ago

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.

What is the motivation?

To make sure the PHP SDK is up-to-date with all the latest changes of Surreal V2 and that it is stabalized.

What does this change do?

Fixed

Breaking

What is your testing strategy?

I added unit tests to the PHP SDK for versions v1.4.2, v1.5.4 and 2.0.4. Currently we have code coverage of roughly 48% ( rounded down ).

Is this related to any issues?

No

Have you read the Contributing Guidelines?