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

[sqle] Allow bindvars in most function constructors #7615

Merged
merged 14 commits into from Mar 14, 2024

Conversation

max-hoffman
Copy link
Contributor

This fixes all but the diff_table() function I think. That requires heavier refactoring to support prepared statements.

@coffeegoddd
Copy link
Contributor

@max-hoffman DOLT

comparing_percentages
100.000000 to 100.000000
version result total
2b2abcb ok 5937457
version total_tests
2b2abcb 5937457
correctness_percentage
100.0

@coffeegoddd
Copy link
Contributor

@coffeegoddd DOLT

comparing_percentages
100.000000 to 100.000000
version result total
f99ad9d ok 5937457
version total_tests
f99ad9d 5937457
correctness_percentage
100.0

@coffeegoddd
Copy link
Contributor

@max-hoffman DOLT

comparing_percentages
100.000000 to 100.000000
version result total
f1d827c ok 5937457
version total_tests
f1d827c 5937457
correctness_percentage
100.0

@max-hoffman max-hoffman requested a review from jycor March 14, 2024 17:51
@@ -22,6 +22,7 @@ import (
"strings"

"github.com/dolthub/go-mysql-server/sql"
expression2 "github.com/dolthub/go-mysql-server/sql/expression"
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this expression2? Variable name conflict?

Copy link
Contributor

@jycor jycor left a comment

Choose a reason for hiding this comment

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

Small naming nit.
Otherwise, LGTM

@coffeegoddd
Copy link
Contributor

@max-hoffman DOLT

comparing_percentages
100.000000 to 100.000000
version result total
dbe960c ok 5937457
version total_tests
dbe960c 5937457
correctness_percentage
100.0

@coffeegoddd
Copy link
Contributor

@coffeegoddd DOLT

comparing_percentages
100.000000 to 100.000000
version result total
c3f35c7 ok 5937457
version total_tests
c3f35c7 5937457
correctness_percentage
100.0

@coffeegoddd
Copy link
Contributor

@max-hoffman DOLT

comparing_percentages
100.000000 to 100.000000
version result total
f050158 ok 5937457
version total_tests
f050158 5937457
correctness_percentage
100.0

@max-hoffman max-hoffman merged commit 7242879 into main Mar 14, 2024
19 of 20 checks passed
@max-hoffman max-hoffman deleted the max/prepared-table-functions branch March 14, 2024 19:37
@coffeegoddd
Copy link
Contributor

@coffeegoddd DOLT

comparing_percentages
100.000000 to 100.000000
version result total
3f62a20 ok 5937457
version total_tests
3f62a20 5937457
correctness_percentage
100.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants