xorm/internal/statements
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
..
cache.go Fix comments (#1896) 2021-04-12 16:00:07 +08:00
column_map.go Fix map with cols (#1575) 2020-03-06 08:55:12 +00:00
expr.go fix lint (#1953) 2021-06-15 20:28:49 +08:00
insert.go Fix #929 (#1936) 2021-07-03 20:26:49 +08:00
pk.go Fix bug when ID used but no reference table given (#1709) 2020-06-13 01:20:25 +00:00
query.go Add test for limit with query (#1787) 2021-07-21 21:13:15 +08:00
statement.go refactor conversion (#2001) 2021-07-21 11:46:41 +08:00
statement_args.go Fix comments (#1896) 2021-04-12 16:00:07 +08:00
statement_test.go fix lint (#1953) 2021-06-15 20:28:49 +08:00
update.go Fix issue with byte representation in MSSQL (#1957) 2021-07-23 09:01:49 +08:00
values.go refactor conversion (#2001) 2021-07-21 11:46:41 +08:00