xorm/schemas
L-Angel c442c5a9a8 fix_bugs_for_mssql (#1852)
1. add: support xml column type for mssql.
2. fix: array index overflow when getindexs caused by unregular indexname(eg.idx_(tablename))

Co-authored-by: Rick <lonelyangel.jcw@gmail.com>
Reviewed-on: xorm/xorm#1852
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: L-Angel <l-angel@noreply.gitea.io>
Co-committed-by: L-Angel <l-angel@noreply.gitea.io>
2021-01-19 13:41:14 +08:00
..
column.go Fix json tag with other type (#1822) 2020-11-03 17:10:35 +08:00
index.go Fix mssql quote (#1535) 2020-02-24 10:03:48 +00:00
pk_test.go Merge core package back into the main repository and split into serval sub packages. (#1543) 2020-02-24 08:53:18 +00:00
pk.go Move zero functions to a standalone package (#1548) 2020-02-26 12:45:10 +00:00
quote_test.go Do not ever quote asterisk symbol. Fixes #1780 (#1781) 2020-09-06 08:22:34 +00:00
quote.go Do not ever quote asterisk symbol. Fixes #1780 (#1781) 2020-09-06 08:22:34 +00:00
table_test.go Merge core package back into the main repository and split into serval sub packages. (#1543) 2020-02-24 08:53:18 +00:00
table.go Performance improvement for columnsbyName (#1788) 2020-09-09 13:44:18 +00:00
type.go fix_bugs_for_mssql (#1852) 2021-01-19 13:41:14 +08:00