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

[FEATURE] Add Windows Dialog Support for Serverless #76

Open
currantw opened this issue Nov 18, 2024 · 1 comment
Open

[FEATURE] Add Windows Dialog Support for Serverless #76

currantw opened this issue Nov 18, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@currantw
Copy link
Contributor

Is your feature request related to a problem?

Support for OpenSearch Serverless was added in #70. This did not including updating the Windows Dialog GUI to support the new ServerlessOverride configuration option. While this is not strictly necessary, it would improve the user experience.

What solution would you like?

I have no experience in this domain, but it seems like we need to:

  • Update resource.h to add an IDC_SERVERLESS_OVERRIDE constant
  • Update opensearch_odbc.rc to add an "Serverless Override" button to the Windows dialog.
  • Update dconn_FDriverConnectProc in drvconn.c to correctly set focus for serverless override.
  • Update dlg_wingui.c: SetDlgStuff and GetDlgStuff to populate dialog from the ConnInfo configuration struct and populate the ConnInfo struct from the dialog, respectively.

What alternatives have you considered?

None

Do you have any additional context?

None

@currantw currantw added enhancement New feature or request untriaged labels Nov 18, 2024
@dblock dblock removed the untriaged label Dec 9, 2024
@dblock
Copy link
Member

dblock commented Dec 9, 2024

[Catch All Triage - 1, 2, 3, 4]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants