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
16352579
authored
2013-11-18 13:21:19 +0800
by
slene
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
#294
1 parent
c5eabcf4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
orm/db.go
orm/db_oracle.go
orm/db.go
View file @
1635257
...
...
@@ -1304,6 +1304,10 @@ func (d *dbBase) GetColumns(db dbQuerier, table string) (map[string][3]string, e
return
columns
,
nil
}
func
(
d
*
dbBase
)
OperatorSql
(
operator
string
)
string
{
panic
(
ErrNotImplement
)
}
func
(
d
*
dbBase
)
ShowTablesQuery
()
string
{
panic
(
ErrNotImplement
)
}
...
...
orm/db_oracle.go
View file @
1635257
...
...
@@ -6,10 +6,6 @@ type dbBaseOracle struct {
var
_
dbBaser
=
new
(
dbBaseOracle
)
func
(
d
*
dbBase
)
OperatorSql
(
operator
string
)
string
{
return
""
}
func
newdbBaseOracle
()
dbBaser
{
b
:=
new
(
dbBaseOracle
)
b
.
ins
=
b
...
...
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