mirror of
https://github.com/getml/sqlgen.git
synced 2026-01-04 08:30:30 -06:00
Removed PQclear
This commit is contained in:
@@ -81,8 +81,6 @@ Result<Ref<PGresult>> Connection::exec(const std::string& _sql) const noexcept {
|
||||
return err;
|
||||
}
|
||||
|
||||
PQclear(res);
|
||||
|
||||
return Ref<PGresult>::make(std::shared_ptr<PGresult>(res, PQclear));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user