Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: compatible oracle tns connection string #859

Merged
merged 3 commits into from Mar 29, 2024

Conversation

tanxiao1990
Copy link
Contributor

feat: Compatible oracle TNS connection string

1、去除panic
2、兼容tns模式和 ip:port/servicename 模式
类似如下连接串也是常用的,特别是在集群模式中:
address = "(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl) ) )"

@tanxiao1990 tanxiao1990 changed the title feat: Compatible oracle TNS connection string feat: compatible oracle tns connection string Mar 28, 2024
@kongfei605
Copy link
Collaborator

Thank you @tanxiao1990

@kongfei605 kongfei605 merged commit a18f4df into flashcatcloud:main Mar 29, 2024
2 of 3 checks passed
@tanxiao1990 tanxiao1990 deleted the oracle-pr branch March 29, 2024 03:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants