From: Gerald Venzl Date: Thu, 23 Nov 2023 18:17:52 +0000 (-0700) Subject: Address PR review comments for Oracle CI server X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cfb2d3a7f688a4b887182d2485b7d60f12eb013;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Address PR review comments for Oracle CI server Signed-off-by: Gerald Venzl --- diff --git a/README.unittests.rst b/README.unittests.rst index 85672e1001..d7155c1ac2 100644 --- a/README.unittests.rst +++ b/README.unittests.rst @@ -97,8 +97,8 @@ a pre-set URL. These can be seen using --dbs:: mssql mssql+pyodbc://scott:tiger^5HHH@mssql2017:1433/test?driver=ODBC+Driver+13+for+SQL+Server mssql_pymssql mssql+pymssql://scott:tiger@ms_2008 mysql mysql+mysqldb://scott:tiger@127.0.0.1:3306/test?charset=utf8mb4 - oracle oracle+cx_oracle://scott:tiger@oracle23c - oracle_oracledb oracle+oracledb://scott:tiger@oracle23c + oracle oracle+cx_oracle://scott:tiger@oracle18c + oracle_oracledb oracle+oracledb://scott:tiger@oracle18c pg8000 postgresql+pg8000://scott:tiger@127.0.0.1:5432/test postgresql postgresql+psycopg2://scott:tiger@127.0.0.1:5432/test postgresql_psycopg2cffi postgresql+psycopg2cffi://scott:tiger@127.0.0.1:5432/test diff --git a/setup.cfg b/setup.cfg index 349eae2cda..890aea977a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -179,7 +179,7 @@ mssql = mssql+pyodbc://scott:tiger^5HHH@mssql2017:1433/test?driver=ODBC+Driver+1 mssql_async = mssql+aioodbc://scott:tiger^5HHH@mssql2017:1433/test?driver=ODBC+Driver+18+for+SQL+Server&TrustServerCertificate=yes pymssql = mssql+pymssql://scott:tiger^5HHH@mssql2017:1433/test docker_mssql = mssql+pyodbc://scott:tiger^5HHH@127.0.0.1:1433/test?driver=ODBC+Driver+18+for+SQL+Server -oracle = oracle+cx_oracle://scott:tiger@oracle23c/free -cxoracle = oracle+cx_oracle://scott:tiger@oracle23c/free -oracledb = oracle+oracledb://scott:tiger@oracle23c/free +oracle = oracle+cx_oracle://scott:tiger@oracle18c/xe +cxoracle = oracle+cx_oracle://scott:tiger@oracle18c/xe +oracledb = oracle+oracledb://scott:tiger@oracle18c/xe docker_oracle = oracle+cx_oracle://scott:tiger@127.0.0.1:1521/?service_name=FREEPDB1