From 1cfb2d3a7f688a4b887182d2485b7d60f12eb013 Mon Sep 17 00:00:00 2001 From: Gerald Venzl Date: Thu, 23 Nov 2023 11:17:52 -0700 Subject: [PATCH] Address PR review comments for Oracle CI server Signed-off-by: Gerald Venzl --- README.unittests.rst | 4 ++-- setup.cfg | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.47.3