path
This commit is contained in:
snoop 2016-11-08 16:43:47 +09:00
parent f03fc16916
commit e7676fbf33
5 changed files with 6 additions and 6 deletions

View File

@ -4,7 +4,7 @@ import (
"bytes"
"encoding/binary"
"orm/lib/pq/oid"
"loafle.com/commons/orm/lib/pq/oid"
)
type readBuf []byte

View File

@ -22,7 +22,7 @@ import (
"time"
"unicode"
"orm/lib/pq/oid"
"loafle.com/commons/orm/lib/pq/oid"
)
// Common error types

View File

@ -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 {

View File

@ -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

View File

@ -9,7 +9,7 @@ import (
"sync"
"time"
"orm/inflection"
"loafle.com/commons/orm/inflection"
)
// DefaultTableNameHandler default table name handler