xorm/test_mssql.sh
Lunny Xiao a5702e52b5
Fix default value parse bugs (#1437)
* fix default value

* fix default value tags

* fix postgres default

* fix default on postgres

* fix default on postgres

* fix mssql default
2019-09-29 12:31:06 +08:00

1 line
107 B
Bash
Executable File

go test -db=mssql -conn_str="server=localhost;user id=sa;password=yourStrong(!)Password;database=xorm_test"