Skip to content

[PECO-930] Add parameterized query support. - #162

Merged
nithinkdb merged 11 commits into
databricks:mainfrom
nithinkdb:PECO-930
Sep 6, 2023
Merged

[PECO-930] Add parameterized query support.#162
nithinkdb merged 11 commits into
databricks:mainfrom
nithinkdb:PECO-930

Conversation

@nithinkdb

@nithinkdbnithinkdb commented Aug 17, 2023

Copy link
Copy Markdown
Contributor

Closes#96

Comment threadlib/DBSQLClient.ts
Comment threadlib/utils/ParameterConverter.ts Outdated
Comment threadlib/contracts/IDBSQLSession.ts Outdated
Comment threadlib/contracts/IDBSQLSession.ts Outdated
Comment threadlib/connection/connections/HttpConnection.ts Outdated
Comment threadtests/e2e/parameterized_query.test.js Outdated
Comment threadtests/e2e/parameterized_query.test.js Outdated

@andrefurlan-dbandrefurlan-db left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please make sure that we keep it consistent with Go and Python. @rcypher-databricks needs to review this as well

@rcypher-databricksrcypher-databricks left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As we discussed I think we need to provide a mechanism where the user can specify the desired sql type.

Comment threadlib/utils/convertToSparkParameters.ts Outdated
Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Signed-off-by: Levko Kravets <levko.ne@gmail.com>
nithinkdband others added 3 commits September 5, 2023 16:50
Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Signed-off-by: Levko Kravets <levko.ne@gmail.com>
Signed-off-by: Levko Kravets <levko.ne@gmail.com>
@nithinkdb
nithinkdb merged commit ad10743 into databricks:mainSep 6, 2023
Sign up for freeto 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.

Parameterized queries

4 participants

@nithinkdb@kravets-levko@andrefurlan-db@rcypher-databricks