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 ada2c07 commit 3e46f92Copy full SHA for 3e46f92
Tests/Test/SqlToolsTests.cls
@@ -47,7 +47,7 @@ End Sub
47
'AccUnit:Row("abcdefg", "'", False, "'abcdefg'")
48
'AccUnit:Row("abcdefg", "'", True, "abcdefg")
49
'AccUnit:Row("abc'defg", "'", False, "'abc''defg'")
50
-'AccUnit:Row("abc""defg", "'", False, "'abc""defg'")
+'AccUnit:Row("abc""defg", "'", False, "'abc""defgXX'")
51
'AccUnit:Row(Null, "'", False, "Null")
52
Public Function TextToSqlText_DefaultValueIfNullArg_ReturnsSqlText( _
53
ByVal Value As Variant, _
0 commit comments