changed
path
This commit is contained in:
parent
f03fc16916
commit
e7676fbf33
|
@ -4,7 +4,7 @@ import (
|
|||
"bytes"
|
||||
"encoding/binary"
|
||||
|
||||
"orm/lib/pq/oid"
|
||||
"loafle.com/commons/orm/lib/pq/oid"
|
||||
)
|
||||
|
||||
type readBuf []byte
|
||||
|
|
|
@ -22,7 +22,7 @@ import (
|
|||
"time"
|
||||
"unicode"
|
||||
|
||||
"orm/lib/pq/oid"
|
||||
"loafle.com/commons/orm/lib/pq/oid"
|
||||
)
|
||||
|
||||
// Common error types
|
||||
|
|
|
@ -13,7 +13,7 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"orm/lib/pq/oid"
|
||||
"loafle.com/commons/orm/lib/pq/oid"
|
||||
)
|
||||
|
||||
func binaryEncode(parameterStatus *parameterStatus, x interface{}) []byte {
|
||||
|
|
|
@ -4,8 +4,8 @@ import (
|
|||
"database/sql"
|
||||
"database/sql/driver"
|
||||
|
||||
_ "orm/lib/pq"
|
||||
"orm/lib/pq/hstore"
|
||||
_ "loafle.com/commons/orm/lib/pq"
|
||||
"loafle.com/commons/orm/lib/pq/hstore"
|
||||
)
|
||||
|
||||
type Hstore map[string]*string
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"orm/inflection"
|
||||
"loafle.com/commons/orm/inflection"
|
||||
)
|
||||
|
||||
// DefaultTableNameHandler default table name handler
|
||||
|
|
Loading…
Reference in New Issue
Block a user