Skip to content

Commit

Permalink
fixed: mongo uint64
Browse files Browse the repository at this point in the history
  • Loading branch information
zodial committed Feb 28, 2023
1 parent 9de3d72 commit 312071e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion console/commands/js_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ export async function %v%v(%v) {
}
}
}
fmt.Println(out)
_ = os.WriteFile(out, []byte(str), 0766)
}

Expand Down
1 change: 1 addition & 0 deletions console/commands/mongo.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ func genWhere(tableName string, columns []parser.Attr) string {
"int32": 1,
"uint32": 1,
"int64": 1,
"uint64": 1,
"float32": 1,
"float64": 1,
"string": 1,
Expand Down

0 comments on commit 312071e

Please sign in to comment.