Fixed #27420 -- Quoted the Oracle test user password in queries.

This commit is contained in:
Mariusz Felisiak 2016-11-02 14:44:15 +01:00 committed by Tim Graham
parent fd78fb82d6
commit c4b04e1598
6 changed files with 48 additions and 2 deletions

View file

@ -758,6 +758,7 @@ To run a project's test suite, the user usually needs these *additional*
privileges:
* CREATE USER
* ALTER USER
* DROP USER
* CREATE TABLESPACE
* DROP TABLESPACE