1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-30 22:50:10 +03:00

B #5018: Fix multiple_value support for PostgreSQL (#456)

(cherry picked from commit f9c7740459996ccc700aafc740f48e2eeba3511d)
This commit is contained in:
Pavel Czerný 2020-11-24 09:46:59 +01:00 committed by Ruben S. Montero
parent 08c1915696
commit 19a0302d29
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -93,7 +93,7 @@ PostgreSqlDB::PostgreSqlDB(
}
features = {
{SqlFeature::MULTIPLE_VALUE, PQlibVersion() < 80200},
{SqlFeature::MULTIPLE_VALUE, PQlibVersion() > 80200},
{SqlFeature::LIMIT, false},
{SqlFeature::FTS, false},
{SqlFeature::COMPARE_BINARY, false}