-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(database/gdb): add time
field type for value converting for/from field
#3712
Conversation
time
field type for field converting
time
field type for field convertingtime
field type for value converting for field
time
field type for value converting for fieldtime
field type for value converting for/from field
@gqcn 移除 |
This reverts commit fe700c3.
我觉得没啥必要加这个接口,用Scan和Value和标准库一样,就可以 |
没加接口了啊,新加的接口移除掉了 |
No interfaces are added. The newly added interfaces have been removed. |
我觉得不应该移除 |
I think the |
@gqcn 这个ci失败看着不像我这边的问题,我没改gview |
@gqcn This CI failure doesn’t look like a problem on my side. I didn’t change gview. |
可能是github服务故障导致的: https://www.githubstatus.com/incidents/kz4khcgdsfdv 试试重新运行一下 action |
@niluan304 怎么重新Action |
Quality Gate passedIssues Measures |
@gqcn 不看看了吗 |
@gqcn Don’t you want to take a look? |
* feat(database/gdb): add `time` field type for value converting for/from field (gogf#3712) * fix(net/goai): fix openapi miss `required` tag of `BizRequest` when set `CommonRequest` (gogf#3724) * perf(database/gdb): performance improvement for struct scanning when with feature disabled (gogf#3677) * up --------- Co-authored-by: CyJaySong <29367599+cyjaysong@users.noreply.github.com> Co-authored-by: Zwei <zwei.elen@outlook.com> Co-authored-by: wln32 <49137144+wln32@users.noreply.github.com>
Convert Time based on fieldType