Fix improperly defined MSSQL TRUNCATE clause
This commit is contained in:
committed by
Jože Fortun
parent
771c87548a
commit
46e31f4d01
@@ -46,6 +46,7 @@ func init() {
|
||||
// Use 1/0 as an alternative to booleans
|
||||
goquDialectOptions.True = []byte("1")
|
||||
goquDialectOptions.False = []byte("0")
|
||||
goquDialectOptions.TruncateClause = []byte("TRUNCATE TABLE")
|
||||
|
||||
// d.CastFragment = []byte("TRY_CONVERT")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user