2021-08-24 05:46:08 +00:00
|
|
|
// Copyright 2021 The Xorm Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2023-02-12 03:16:53 +00:00
|
|
|
//go:build dm
|
2021-08-24 05:46:08 +00:00
|
|
|
// +build dm
|
|
|
|
|
2023-07-26 10:44:41 +00:00
|
|
|
package tests
|
2021-08-24 05:46:08 +00:00
|
|
|
|
2023-10-27 14:27:46 +00:00
|
|
|
import "xorm.io/xorm/v2/schemas"
|
2021-08-24 05:46:08 +00:00
|
|
|
|
|
|
|
func init() {
|
|
|
|
dbtypes = append(dbtypes, schemas.DAMENG)
|
|
|
|
}
|