Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
50b8cd01
Commit
50b8cd01
authored
Dec 28, 2018
by
vipwzw
Committed by
33cn
Dec 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update chain33
parent
2828d7a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
init.go
plugin/dapp/init/init.go
+1
-0
table.go
vendor/github.com/33cn/chain33/common/db/table/table.go
+1
-1
No files found.
plugin/dapp/init/init.go
View file @
50b8cd01
...
...
@@ -10,6 +10,7 @@ import (
_
"github.com/33cn/plugin/plugin/dapp/lottery"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/multisig"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/norm"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/oracle"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/paracross"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/pokerbull"
//auto gen
_
"github.com/33cn/plugin/plugin/dapp/privacy"
//auto gen
...
...
vendor/github.com/33cn/chain33/common/db/table/table.go
View file @
50b8cd01
...
...
@@ -158,7 +158,7 @@ func NewTable(rowmeta RowMeta, kvdb db.KV, opt *Option) (*Table, error) {
return
nil
,
err
}
//不允许有 "-"
if
strings
.
Contains
(
opt
.
Prefix
,
sep
)
||
strings
.
Contains
(
opt
.
Name
,
sep
)
{
if
strings
.
Contains
(
opt
.
Name
,
sep
)
{
return
nil
,
ErrTablePrefixOrTableName
}
//非jointable 不允许 "#"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment