-
Notifications
You must be signed in to change notification settings - Fork 214
OpenSearch migration for ODBC driver #7
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
Merged
Merged
Changes from 30 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
7cb34e3
Rename Elasticsearch
dai-chen 5b2193f
Bump plugin version to 1.15
dai-chen 5c0f431
Rename es_api30
dai-chen 0288ff1
Rename es_apifunc
dai-chen 3bbe24f
Rename es_communication
dai-chen 4213a5d
Rename es_connection
dai-chen 8311ba9
Fix connection.c
dai-chen e92631b
Rename es_driver_connect and es_semaphore
dai-chen 3c319ac
Rename es_helper
dai-chen d6920f7
Fix test and rename es_info
dai-chen 9f2f5d3
Rename es_parse_result
dai-chen 4873929
Rename es_statement
dai-chen e86dd33
Rename es_result_queue
dai-chen 78cff89
Rename es_utility
dai-chen cc3179c
Rename es_types
dai-chen 5c3f538
Rename es_odbc
dai-chen 7fd0fad
Fix mylog
dai-chen fa1d5bc
Fix header and rename ESLogLevel
dai-chen 8990a33
Rename es_result
dai-chen d2586f5
Rename esNAME, esconn
dai-chen ecd8002
Rename estype_ functions
dai-chen a14a8aa
Rename eserror
dai-chen 14b4b4d
Rename more variables and functions
dai-chen c6fff52
Rename more variables and functions
dai-chen aafd199
Fix error and rename ESAPI_
dai-chen 3a0b07d
Fix error
dai-chen 76eb56a
Fix error
dai-chen fb33284
Fix error
dai-chen f1beabc
More renaming
dai-chen eab79f8
Fix elasticenlist error
dai-chen 4e819ba
Replace Kibana
dai-chen afe4c3f
Fix links to old repo
dai-chen ada67ba
Fix plugin name in github action
dai-chen 0127662
Change plugin name to OpenSearch
dai-chen 5d62b4a
Replace all other ODFE and links
dai-chen 5d1f434
Revert release notes
dai-chen a665ecd
Merge branch 'develop' into opensearch/odbc-build
dai-chen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ on: | |
| - rename* | ||
|
|
||
| env: | ||
| OD_VERSION: 1.13.0.0 | ||
| OD_VERSION: 1.15.0.0 | ||
|
|
||
| jobs: | ||
| upload-odbc: | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
sql-odbc/src/IntegrationTests/ITODBCAwsAuth/test_aws_auth_dsn.reg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
sql-odbc/src/IntegrationTests/ITODBCAwsAuth/test_odbcinst.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| [ODBC Drivers] | ||
| ElasticsearchODBC = Installed | ||
| OpenSearchODBC = Installed | ||
|
|
||
| [ElasticsearchODBC] | ||
| [OpenSearchODBC] | ||
| Driver = <project-root>/lib64/libodfesqlodbc.dylib | ||
| Setup = <project-root>/lib64/libodfesqlodbc.dylib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| [ODBC Data Sources] | ||
| test_dsn = ElasticsearchODBC | ||
| test_dsn = OpenSearchODBC | ||
|
|
||
| [test_dsn] | ||
| host = localhost | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.