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 cf79b2fCopy full SHA for cf79b2f
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 "6.0.0";
58
}
59
60
public function getNativeConnection(): PDOCrateDB
0 commit comments