[patches] [PATCH V3] sql: fix autoincrement for constraints

n.pettik korablev at tarantool.org
Mon Mar 5 18:10:25 MSK 2018


> diff --git a/test/sql/gh-2981-check-autoinc.test.lua b/test/sql/gh-2981-check-autoinc.test.lua
> new file mode 100644
> index 000000000..d5a398f12
> --- /dev/null
> +++ b/test/sql/gh-2981-check-autoinc.test.lua
> @@ -0,0 +1,20 @@
> +
> +box.sql.execute("DROP TABLE t1")
> +box.sql.execute("DROP TABLE t2")
> +box.sql.execute("DROP TABLE t3")
> -- 
> 2.14.1
> 

Put empty line at the end of file.

The rest seems to be OK.


More information about the Tarantool-patches mailing list