use sql_sequence when testing

This commit is contained in:
Lunny Xiao 2019-02-01 11:17:08 +08:00
parent 098b98461e
commit 01cecd524e
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
go test -db=postgres -conn_str="user=root port=26257 dbname=xorm_test sslmode=disable"
go test -db=postgres -conn_str="user=root port=26257 dbname=xorm_test sslmode=disable experimental_serial_normalization=sql_sequence"