[Sqlalchemy-tickets] Issue #3128: Oracle: allow running the tests using Kerberos authentication (zz
Brought to you by:
zzzeek
|
From: Gabor G. <iss...@bi...> - 2014-07-15 09:13:06
|
New issue 3128: Oracle: allow running the tests using Kerberos authentication https://bitbucket.org/zzzeek/sqlalchemy/issue/3128/oracle-allow-running-the-tests-using Gabor Gombas: Hi, test_oracle.py assumed the username can be extracted from the connection URL, but that's not true if Kerberos authentication is used (like `./sqla-nose.py --dburi=oracle://:@TNSNAME`). Ask the name of the connected user from the database instead. Gabor |