Fix bug that can not update Time type for Oracle #1765

Closed
getsu wants to merge 1 commits from getsu-master into master
Contributor

when you update some col which type is Date Time in Oracle,for example:

"effectiveDate": "2020-01-01T12:00:00+08:00"

it will return message "invalid month".

I have added a process to check the type, when data type is Time (golang) and database is oracle, it will be formatted.

when you update some col which type is Date Time in Oracle,for example: ``` "effectiveDate": "2020-01-01T12:00:00+08:00" ``` it will return message "invalid month". I have added a process to check the type, when data type is Time (golang) and database is oracle, it will be formatted.
getsu added 1 commit 2020-08-18 10:59:15 +00:00
Fix bug that can not update Time type for Oracle
All checks were successful
continuous-integration/drone/pr Build is passing
1d21a8b04d
Owner

outdated.

outdated.
lunny closed this pull request 2023-07-22 15:28:12 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing

Pull request closed

Sign in to join this conversation.
No description provided.