Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetCompatSchemaVersion
Method
GetCompatSchemaVersion
lib/db_ido_pgsql/idopgsqlconnection.cpp:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
const char * IdoPgsqlConnection::GetCompatSchemaVersion() const noexcept
34
{
35
return
"1.14.3"
;
36
}
37
38
IdoPgsqlConnection::IdoPgsqlConnection()
39
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected