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 29d63db commit 19f8a82Copy full SHA for 19f8a82
enginetest/queries/script_queries.go
@@ -356,7 +356,7 @@ var ScriptTests = []ScriptTest{
356
Expected: []sql.Row{{true}},
357
ExpectedWarningsCount: 1,
358
ExpectedWarning: mysql.ERTruncatedWrongValue,
359
- ExpectedWarningMessageSubstring: "Truncated incorrect double value: 123A",
+ ExpectedWarningMessageSubstring: "Truncated incorrect decimal(65,30) value: 123.456ABC",
360
},
361
{
362
Query: "SELECT '123.456e2' = 12345.6;",
0 commit comments