Skip to content

Commit 5019663

Browse files
committed
base implementation for support nullable types
1 parent 6c95593 commit 5019663

28 files changed

+967
-749
lines changed

src/ClickHouseConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function getServerVersion()
164164
try {
165165
return $this->smi2CHClient->getServerVersion();
166166
} catch (TransportException $exception) {
167-
return null;
167+
return '';
168168
}
169169
}
170170

0 commit comments

Comments
 (0)