You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QString enumRangeSql = QString( "SELECT enumlabel FROM pg_catalog.pg_enum WHERE enumtypid=(SELECT atttypid::regclass FROM pg_attribute WHERE attrelid=%1::regclass AND attname=%2)" )
2001
+
.arg( quotedValue( mQuery ) )
2002
+
.arg( quotedValue( attributeName ) );
2002
2003
Result enumRangeRes = connectionRO->PQexec( enumRangeSql );
0 commit comments