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

fix(sql): bind variable creation wasn't using correct execution context #1742

Merged
merged 5 commits into from
Dec 30, 2021

Conversation

bluestreak01
Copy link
Member

@bluestreak01 bluestreak01 commented Dec 29, 2021

Closes #1740

@ideoma
Copy link
Collaborator

ideoma commented Dec 30, 2021

[PR Coverage check]

😍 pass : 47 / 47 (100.00%)

file detail

path covered line new line coverage
🔵 io/questdb/griffin/FunctionParser.java 15 15 100.00%
🔵 io/questdb/griffin/SqlOptimiser.java 12 12 100.00%
🔵 io/questdb/griffin/SqlCompiler.java 1 1 100.00%
🔵 io/questdb/griffin/SqlCodeGenerator.java 8 8 100.00%
🔵 io/questdb/griffin/FunctionFactoryCache.java 11 11 100.00%

@bluestreak01 bluestreak01 merged commit b5cbe49 into master Dec 30, 2021
@bluestreak01 bluestreak01 deleted the vi_fix_pgwire_context branch December 30, 2021 02:30
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.

NullPointerException using PostgreSQL/JDBC PreparedStatement on table with 'symbol index'
3 participants