xorm/dialects
Lunny Xiao 537d82a6f7 Ignore schema when dbtype is not postgres (#1593)
Ignore schema when dbtype is not postgres

Reviewed-on: xorm/xorm#1593
2020-03-10 13:15:18 +00:00
..
dialect.go Ignore schema when dbtype is not postgres (#1593) 2020-03-10 13:15:18 +00:00
driver.go Move some codes to statement sub package (#1574) 2020-03-06 06:43:49 +00:00
filter_test.go Only replace quotes when necessary (#1584) 2020-03-09 02:17:37 +00:00
filter.go Only replace quotes when necessary (#1584) 2020-03-09 02:17:37 +00:00
gen_reserved.sh Move reserve words related files into dialects sub package (#1544) 2020-02-24 10:05:10 +00:00
mssql_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
mssql.go Fix mssql issue with duplicate columns. (#1225) 2020-03-10 04:46:46 +00:00
mysql.go mysql8.0 中同步数据前,获取数据库结构,因tableRaw为空导致同步失败 (#808) 2020-03-09 06:37:03 +00:00
oracle.go Only replace quotes when necessary (#1584) 2020-03-09 02:17:37 +00:00
pg_reserved.txt Move reserve words related files into dialects sub package (#1544) 2020-02-24 10:05:10 +00:00
postgres_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
postgres.go jerry:add postgre data_type array (#1589) 2020-03-10 06:11:42 +00:00
quote.go Improve quote policy (#1567) 2020-03-06 07:48:32 +00:00
sqlite3_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
sqlite3.go return sqls for create table (#1580) 2020-03-07 12:06:28 +00:00
table_name_test.go Move statement as a sub package (#1564) 2020-02-28 12:29:08 +00:00
table_name.go Move statement as a sub package (#1564) 2020-02-28 12:29:08 +00:00
time.go Improve dialect interface (#1578) 2020-03-07 08:51:30 +00:00