This commit is contained in:
eelke 2022-09-03 09:36:04 +02:00
parent 80272e81c3
commit bb0e08461a
2 changed files with 0 additions and 11 deletions

View file

@ -82,16 +82,6 @@ QString PgAcl::singleString() const
void operator<<(PgAcl &acl, const Pgsql::Value &v)
{
acl.setFromString(v);
// const char *c = v.c_str();
// Pgsql::ArrayParser parser(c);
// while (true) {
// auto elem = parser.GetNextElem();
// if (!elem.ok)
// break;
// auto&& v = elem.value.value_or("");
// s.emplace_back(QString(v.data()));
// }
}
namespace Pgsql {