MySQL insert statement tests.

This commit is contained in:
go-jet 2019-08-01 17:45:11 +02:00
parent 6af43f0c46
commit a46e8c1c51
5 changed files with 309 additions and 0 deletions

View file

@ -94,3 +94,4 @@ var UNION = jet.UNION
var STAR = jet.STAR
var NULL = jet.NULL
var DEFAULT = jet.DEFAULT