From 00de7fa87f45e998a2017181da9cfae57f5c4c9c Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Thu, 23 Nov 2023 02:59:14 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_7718_test.py: added notes --- tests/bugs/gh_7718_test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/bugs/gh_7718_test.py b/tests/bugs/gh_7718_test.py index 22d71fc1..131b5542 100644 --- a/tests/bugs/gh_7718_test.py +++ b/tests/bugs/gh_7718_test.py @@ -10,6 +10,10 @@ DESCRIPTION: He must OWNER of this DB and thus have ability to run any DDL there (only 'create table' is checked). Finally, this user must be able to DROP database. NOTES: + Currently test checks only first option of following three: + Allow to create database with different owner (#7718) + Allow to create database with different owner via API + Support for OWNER clause in executeCreateDatabase() Checked on 6.0.0.139 """ from pathlib import Path