v0.7.1
- Fixed edge case error when
StreamConnection::open()
was returningnull
instead of theGreeting
object, applied other minor improvements onStreamConnection
- Implemented ArrayAccess on
SqlQueryResult
. Now you can access the elements of the resulting set using the array syntax, for example:$result = $client->executeQuery(...); var_dump($result[0], $result[1]);
- Enriched tests with tarantool/phpunit-extras
- Setup GitHub Sponsors funding