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

Add option(s) to get result column without column name #27

Closed
jakipatryk opened this issue Jul 12, 2024 · 0 comments · Fixed by #29
Closed

Add option(s) to get result column without column name #27

jakipatryk opened this issue Jul 12, 2024 · 0 comments · Fixed by #29
Labels
enhancement New feature or request

Comments

@jakipatryk
Copy link
Contributor

Background

Sometimes it it useful to get result (from QueryResultRow) column without column name. For example, when function returns single result, and it is not named:

CREATE OR REPLACE FUNCTION public.convert_old_schema_to_new_schema(
    IN  i_old_schema JSONB
) RETURNS JSONB AS
$$

Currently I believe one has to use raw Java resultSet of QueryResultRow to get column with index 1, balta doesn't support that directly.

Feature

Option (or options) to get QueryResultRow column value without column name, for example by index, or if is has only one column - without anything.

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
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant