Skip to content

fix: respect MySQL timestamp format#1510

Merged
sunng87 merged 2 commits intoGreptimeTeam:developfrom
v0y4g3r:fix/mysql-timestamp-format
May 4, 2023
Merged

fix: respect MySQL timestamp format#1510
sunng87 merged 2 commits intoGreptimeTeam:developfrom
v0y4g3r:fix/mysql-timestamp-format

Conversation

@v0y4g3r
Copy link
Copy Markdown
Contributor

@v0y4g3r v0y4g3r commented May 4, 2023

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.

Refer to a related PR or issue link (optional)

closes #1508

@v0y4g3r v0y4g3r requested review from sunng87 and waynexia May 4, 2023 08:25
@sunng87 sunng87 enabled auto-merge (squash) May 4, 2023 08:41
@codecov
Copy link
Copy Markdown

codecov bot commented May 4, 2023

Codecov Report

Merging #1510 (676df85) into develop (d461328) will decrease coverage by 0.53%.
The diff coverage is 95.83%.

@@             Coverage Diff             @@
##           develop    #1510      +/-   ##
===========================================
- Coverage    85.83%   85.31%   -0.53%     
===========================================
  Files          550      553       +3     
  Lines        82698    83257     +559     
===========================================
+ Hits         70982    71028      +46     
- Misses       11716    12229     +513     

@sunng87 sunng87 merged commit c8301fe into GreptimeTeam:develop May 4, 2023
paomian pushed a commit to paomian/greptimedb that referenced this pull request Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Timestamp output format is not compatible with MySQL clients: Timezone is not allowed

3 participants