1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Merge remote-tracking branch 'connect/10.3' into 10.3

This commit is contained in:
Oleksandr Byelkin
2022-08-02 10:23:53 +02:00
7 changed files with 56 additions and 62 deletions

View File

@ -771,7 +771,7 @@ void WMICOL::ReadColumn(PGLOBAL g)
break;
case VT_I4:
case VT_UI4:
Value->SetValue(Prop.lVal);
Value->SetValue((long long)Prop.lVal);
break;
case VT_I2:
case VT_UI2: