6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 02:40:42 +01:00

Added/Updated tests\bugs\gh_7718_test.py: added notes

This commit is contained in:
pavel-zotov 2023-11-23 02:59:14 +03:00
parent 33d4821061
commit 00de7fa87f

View File

@ -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). 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. Finally, this user must be able to DROP database.
NOTES: 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 Checked on 6.0.0.139
""" """
from pathlib import Path from pathlib import Path