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) void operator<<(PgAcl &acl, const Pgsql::Value &v)
{ {
acl.setFromString(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 { namespace Pgsql {

View file

@ -1,5 +1,4 @@
#include "PgServerObject.h" #include "PgServerObject.h"
#include "ArrayParser.h"
#include "PgAuthIdContainer.h" #include "PgAuthIdContainer.h"
#include "PgDatabaseCatalog.h" #include "PgDatabaseCatalog.h"
#include "SqlFormattingUtils.h" #include "SqlFormattingUtils.h"