-
-
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
database/gdb: create/update/delele time should not be overridden if it has been specified #3613
Labels
bug
It is confirmed a bug, but don't worry, we'll handle it.
Comments
jswxstw
pushed a commit
to jswxstw/gf
that referenced
this issue
May 28, 2024
…been specified. Fixes gogf#3613 Signed-off-by: oninowang <[email protected]>
jswxstw
changed the title
database/gdb: create/update/delele time should not be overridden when user has specified
database/gdb: create/update/delele time should not be overridden if it has been specified
May 28, 2024
jswxstw
pushed a commit
to jswxstw/gf
that referenced
this issue
May 28, 2024
…been specified. Fixes gogf#3613 Signed-off-by: oninowang <[email protected]>
jswxstw
pushed a commit
to jswxstw/gf
that referenced
this issue
May 28, 2024
…been specified. Fixes gogf#3613 Signed-off-by: oninowang <[email protected]>
jswxstw
pushed a commit
to jswxstw/gf
that referenced
this issue
May 28, 2024
…been specified. Fixes gogf#3613 Signed-off-by: oninowang <[email protected]>
jswxstw
pushed a commit
to jswxstw/gf
that referenced
this issue
May 30, 2024
Signed-off-by: oninowang <[email protected]>
jswxstw
pushed a commit
to jswxstw/gf
that referenced
this issue
May 31, 2024
Signed-off-by: oninowang <[email protected]>
jswxstw
pushed a commit
to jswxstw/gf
that referenced
this issue
May 31, 2024
Signed-off-by: oninowang <[email protected]>
jswxstw
added a commit
to jswxstw/gf
that referenced
this issue
Jun 4, 2024
gqcn
pushed a commit
that referenced
this issue
Jun 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go version
go version go1.21.3 darwin/amd64
GoFrame version
2.7.1
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
Insert a new record with created_at already specified.
What did you see happen?
The value of created_at is overridden by NOW().
What did you expect to see?
The value of created_at should be the specified value.
The text was updated successfully, but these errors were encountered: