You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xorm/dialects
fanshengshuai 914f2db9ea
continuous-integration/drone/push Build is passing Details
mysql字段为UNSIGNED时,会导致字段类型无法识别,返回RawBytes,JSON 字段映射为String (#2225)
如题

Reviewed-on: #2225
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: fanshengshuai <fanshengshuai@noreply.gitea.io>
Co-committed-by: fanshengshuai <fanshengshuai@noreply.gitea.io>
4 weeks ago
..
dameng.go Change schemas.Column to use int64 (#2160) 9 months ago
dialect.go Add support for go-ora driver (#2215) 2 months ago
driver.go refactor some code (#2000) 2 years ago
filter.go Ignore comments when deciding when to replace question marks. #1954 (#1955) 2 years ago
filter_test.go Ignore comments when deciding when to replace question marks. #1954 (#1955) 2 years ago
gen_reserved.sh Move reserve words related files into dialects sub package (#1544) 3 years ago
mssql.go Change schemas.Column to use int64 (#2160) 9 months ago
mssql_test.go Merge core package back into the main repository and split into serval sub packages. (#1543) 3 years ago
mysql.go mysql字段为UNSIGNED时,会导致字段类型无法识别,返回RawBytes,JSON 字段映射为String (#2225) 4 weeks ago
oracle.go Add support for go-ora driver (#2215) 2 months ago
oracle_test.go Oracle : Local Naming Method (#1515) 3 years ago
pg_reserved.txt Move reserve words related files into dialects sub package (#1544) 3 years ago
postgres.go add delimiters between COMMENT ON COLUMN... for Postgres (#2156) 4 months ago
postgres_test.go Fix postgres driver datasource name parse (#2012) 2 years ago
quote.go Improve quote policy (#1567) 3 years ago
sqlite3.go Add dameng support (#2007) 2 years ago
sqlite3_test.go Merge core package back into the main repository and split into serval sub packages. (#1543) 3 years ago
table_name.go oracle数据库不再拼接AS (#2109) 1 year ago
table_name_test.go Move statement as a sub package (#1564) 3 years ago
time.go Change schemas.Column to use int64 (#2160) 9 months ago