We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getServerVersion
1 parent 425f4ee commit 9732bf6Copy full SHA for 9732bf6
src/Crate/DBAL/Driver/PDOCrate/PDOConnection.php
@@ -54,7 +54,7 @@ public function getServerVersion(): string
54
{
55
// Unable to detect platform version.
56
// TODO: Need to retrieve and propagate CrateDB server version here?
57
- return "0.0.0";
+ return "5.0.0";
58
}
59
60
public function getNativeConnection(): PDOCrateDB
0 commit comments