You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests are locale-dependent, and they look for presence of Error: which apparently never happens in Russian locale
h2-1.4.191.jar has a bug which is manifested as "garbage in the translated messages". In other words, it prints garbage rather than proper messages. Please upgrade h2 as well.
Failed tests:
SqlLineArgsTest.testConnectWithDbProperty:1165
Expected: a string containing "Error: Hexadecimal string contains non-hex character: \"nonEmptyPasswd\" [90004-191] (state=90004,code=90004)"
but: was "sqlline version ???
1/1 !set maxwidth 80
1/1 !connect "jdbc:h2:mem: ;PASSWORD_HASH=TRUE" sa "nonEmptyPasswd"
Error: Ше�тнадцатирична� �трока �одержит неше�тнадцатиричные �имволы: "nonEmptyPasswd"
Hexadecimal string contains non-hex character: "nonEmptyPasswd" [90004-191] (state=90004,code=90004)
Aborting command set because "force" is false and command failed: "!connect "jdbc:h2:mem: ;PASSWORD_HASH=TRUE" sa "nonEmptyPasswd""
"
SqlLineArgsTest.testConnectWithDbPropertyAsParameter2:1126
Expected: a string containing "Error: Literals of this kind are not allowed; SQL statement:"
but: was "sqlline version ???
1/1 !set maxwidth 80
1/1 !connect -p PASSWORD_HASH TRUE -p ALLOW_LITERALS NONE jdbc:h2:mem: sa 6e6f6e456d707479506173737764
1/1 select 1;
Error: Вычи�ление литералов запрещено
Literals of this kind are not allowed; SQL statement:
select 1 [90116-191] (state=90116,code=90116)
Aborting command set because "force" is false and command failed: "select 1;"
The text was updated successfully, but these errors were encountered:
Error:
which apparently never happens in Russian localeh2-1.4.191.jar
has a bug which is manifested as "garbage in the translated messages". In other words, it prints garbage rather than proper messages. Please upgradeh2
as well.The text was updated successfully, but these errors were encountered: