Fix the wrong result bug when casting string as datetime with time zone or illegal chars#9255
Conversation
|
/run-all-tests |
|
/run-all-tests |
Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
|
/run-all-tests |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: guo-shaoge, windtalker The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[LGTM Timeline notifier]Timeline:
|
|
In response to a cherrypick label: new pull request created to branch |
|
In response to a cherrypick label: new pull request created to branch |
|
In response to a cherrypick label: new pull request created to branch |
|
In response to a cherrypick label: new pull request created to branch |
Signed-off-by: ti-chi-bot <ti-community-prow-bot@tidb.io>
|
In response to a cherrypick label: new pull request created to branch |
…ne or illegal chars (#9255) (#9354) close #8754 Fix the wrong result bug when casting string as datetime with time zone or illegal chars - func `getFracIndex` ignore time zone. - func `parseFrac` ignore illegal suffix after microsecond format. Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com> Co-authored-by: TONG,Zhigao <tongzhigao@pingcap.com> Co-authored-by: Zhigao Tong <tongzhigao@pingcap.com> Co-authored-by: TONG, Zhigao <tongzhigao@pingcap.com>
…ne or illegal chars (#9255) (#9352) close #8754 Fix the wrong result bug when casting string as datetime with time zone or illegal chars - func `getFracIndex` ignore time zone. - func `parseFrac` ignore illegal suffix after microsecond format. Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com> Co-authored-by: TONG,Zhigao <tongzhigao@pingcap.com> Co-authored-by: Zhigao Tong <tongzhigao@pingcap.com> Co-authored-by: TONG, Zhigao <tongzhigao@pingcap.com>
…ne or illegal chars (#9255) (#9353) close #8754 Fix the wrong result bug when casting string as datetime with time zone or illegal chars - func `getFracIndex` ignore time zone. - func `parseFrac` ignore illegal suffix after microsecond format. Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com> Co-authored-by: TONG,Zhigao <tongzhigao@pingcap.com> Co-authored-by: Zhigao Tong <tongzhigao@pingcap.com> Co-authored-by: TONG, Zhigao <tongzhigao@pingcap.com>
…ne or illegal chars (#9255) (#9351) close #8754 Fix the wrong result bug when casting string as datetime with time zone or illegal chars - func `getFracIndex` ignore time zone. - func `parseFrac` ignore illegal suffix after microsecond format. Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com> Co-authored-by: TONG,Zhigao <tongzhigao@pingcap.com> Co-authored-by: Zhigao Tong <tongzhigao@pingcap.com> Co-authored-by: TONG, Zhigao <tongzhigao@pingcap.com>
What problem does this PR solve?
Issue Number: close #8754
Problem Summary:
What is changed and how it works?
Check List
Tests
Side effects
Documentation
Release note