Much work on queries

This commit is contained in:
2023-08-26 17:18:05 -04:00
parent dc31b65be8
commit 7421f9c788
7 changed files with 66 additions and 115 deletions

View File

@@ -13,14 +13,3 @@ if (!function_exists('pdo')) {
return Configuration::getConn();
}
}
if (!function_exists('pgconn')) {
/**
* Return the active PostgreSQL connection
*
* @return \PgSql\Connection The open PostgreSQL connection
*/
function pgconn()
{
return Configuration::getRawConn();
}
}