xorm/dialects
Andrew Thornton a966473595
Set defaultVarchar to upper case
Signed-off-by: Andrew Thornton <art27@cantab.net>
2020-09-04 22:31:20 +01:00
..
dialect.go Move column string to standalone method (#1633) 2020-03-26 12:01:28 +00:00
driver.go Don't keep db on dialects (#1623) 2020-03-24 02:19:24 +00:00
filter.go Only replace quotes when necessary (#1584) 2020-03-09 02:17:37 +00:00
filter_test.go Only replace quotes when necessary (#1584) 2020-03-09 02:17:37 +00:00
gen_reserved.sh
mssql.go Set defaultVarchar to upper case 2020-09-04 22:31:20 +01:00
mssql_test.go
mysql.go Correct default detection in MariaDB >= 10.2.7 (#1778) 2020-09-02 12:37:16 +00:00
oracle.go Oracle uses double quotes for quoting table/column/etc. names (#1674) 2020-05-08 12:13:13 +00:00
oracle_test.go Oracle : Local Naming Method (#1515) 2020-03-23 02:03:04 +00:00
pg_reserved.txt
postgres.go Fix bug on get columns for postgres (#1779) 2020-09-03 13:10:27 +00:00
postgres_test.go
quote.go
sqlite3.go Fix index name parsing in SQLite dialect (#1737) 2020-07-09 08:26:18 +00:00
sqlite3_test.go
table_name.go Fix postgres schema problem (#1624) 2020-03-25 09:36:45 +00:00
table_name_test.go
time.go Improve dialect interface (#1578) 2020-03-07 08:51:30 +00:00