xorm/internal
Andrew Thornton d973423802 Fix issue with byte representation in MSSQL (#1957)
There is a missing cast to string in BuildUpdates which leads to a failure
to call str2ucs and ucs2str for converts on MSSQL.

Ref: https://github.com/go-gitea/gitea/issues/16252

Signed-off-by: Andrew Thornton <art27@cantab.net>

Reviewed-on: https://gitea.com/xorm/xorm/pulls/1957
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-committed-by: Andrew Thornton <art27@cantab.net>
2021-07-23 09:01:49 +08:00
..
convert refactor conversion (#2001) 2021-07-21 11:46:41 +08:00
json Support build flag go-json to replace default json (#1982) 2021-07-19 12:49:50 +08:00
statements Fix issue with byte representation in MSSQL (#1957) 2021-07-23 09:01:49 +08:00
utils refactor insert condition generation (#1998) 2021-07-20 13:46:24 +08:00