We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1bd7a3 commit 2aee6beCopy full SHA for 2aee6be
enginetest/queries/script_queries.go
@@ -129,7 +129,7 @@ var ScriptTests = []ScriptTest{
129
},
130
Assertions: []ScriptTestAssertion{
131
{
132
- // Reproduces customer's "48 is beyond maximum value" error when BIT and integer constants are UNIONed
+ // max1err
133
Query: `SELECT archived FROM report_card WHERE id = 1
134
UNION ALL
135
SELECT 48 FROM report_card WHERE id = 1`,
0 commit comments