using new organization
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
package orm
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm"
|
||||
)
|
||||
|
||||
// RunCommand listen for orm command and then run it if command arguments passed.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
package orm
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm"
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
@@ -19,7 +19,7 @@ import (
|
||||
"database/sql"
|
||||
"time"
|
||||
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm"
|
||||
)
|
||||
|
||||
// DriverType database driver constant int.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
package orm
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm"
|
||||
)
|
||||
|
||||
// ResetModelCache Clean model cache. Then you can re-RegisterModel.
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
package orm
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm"
|
||||
)
|
||||
|
||||
// RegisterModel register models
|
||||
|
||||
@@ -17,7 +17,7 @@ package orm
|
||||
import (
|
||||
"time"
|
||||
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm"
|
||||
)
|
||||
|
||||
// Define the Type enum
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
//
|
||||
// import (
|
||||
// "fmt"
|
||||
// "github.com/astaxie/beego/orm"
|
||||
// "github.com/beego/beego/orm"
|
||||
// _ "github.com/go-sql-driver/mysql" // import your used driver
|
||||
// )
|
||||
//
|
||||
@@ -58,9 +58,9 @@ import (
|
||||
"database/sql"
|
||||
"errors"
|
||||
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/astaxie/beego/client/orm/hints"
|
||||
"github.com/astaxie/beego/core/utils"
|
||||
"github.com/beego/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm/hints"
|
||||
"github.com/beego/beego/core/utils"
|
||||
)
|
||||
|
||||
// DebugQueries define the debug
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
package orm
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm"
|
||||
)
|
||||
|
||||
// ExprSep define the expression separation
|
||||
|
||||
@@ -17,7 +17,7 @@ package orm
|
||||
import (
|
||||
"io"
|
||||
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm"
|
||||
)
|
||||
|
||||
// Log implement the log.Logger
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
package orm
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm"
|
||||
)
|
||||
|
||||
// define Col operations
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
package orm
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm"
|
||||
)
|
||||
|
||||
// QueryBuilder is the Query builder interface
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
package orm
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm"
|
||||
)
|
||||
|
||||
// CommaSpace is the separation
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
package orm
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm"
|
||||
)
|
||||
|
||||
// TiDBQueryBuilder is the SQL build
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
package orm
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm"
|
||||
)
|
||||
|
||||
type baseQuerySetter struct {
|
||||
|
||||
@@ -18,7 +18,7 @@ import (
|
||||
"context"
|
||||
"database/sql"
|
||||
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm"
|
||||
)
|
||||
|
||||
// Params stores the Params
|
||||
|
||||
@@ -21,7 +21,7 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
"github.com/beego/beego/client/orm"
|
||||
)
|
||||
|
||||
type fn func(string) string
|
||||
|
||||
Reference in New Issue
Block a user