From 01cecd524e9a31a286838786e698eb0fddd9d55d Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 1 Feb 2019 11:17:08 +0800 Subject: [PATCH] use sql_sequence when testing --- test_cockroach.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_cockroach.sh b/test_cockroach.sh index 27c61089..2d5fa788 100755 --- a/test_cockroach.sh +++ b/test_cockroach.sh @@ -1 +1 @@ -go test -db=postgres -conn_str="user=root port=26257 dbname=xorm_test sslmode=disable" \ No newline at end of file +go test -db=postgres -conn_str="user=root port=26257 dbname=xorm_test sslmode=disable experimental_serial_normalization=sql_sequence" \ No newline at end of file