Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张磊
/
FileStorageBeego
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
6d313aa1
authored
2015-02-27 22:37:41 +0800
by
astaxie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix #985
1 parent
2a4e2d4a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
orm/orm.go
orm/types.go
orm/orm.go
View file @
6d313aa
...
...
@@ -489,10 +489,6 @@ func (o *orm) Driver() Driver {
return
driver
(
o
.
alias
.
Name
)
}
func
(
o
*
orm
)
GetDB
()
dbQuerier
{
panic
(
ErrNotImplement
)
}
// create new orm
func
NewOrm
()
Ormer
{
BootStrap
()
// execute only once
...
...
orm/types.go
View file @
6d313aa
...
...
@@ -51,7 +51,6 @@ type Ormer interface {
Rollback
()
error
Raw
(
string
,
...
interface
{})
RawSeter
Driver
()
Driver
GetDB
()
dbQuerier
}
// insert prepared statement
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment