Skip to content
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

WIP : display SQL with time offset #5410

Closed
wants to merge 1 commit into from
Closed

WIP : display SQL with time offset #5410

wants to merge 1 commit into from

Conversation

holicc
Copy link

@holicc holicc commented Jun 10, 2022

  • Do only one thing
  • Non breaking API changes
  • Tested

What did this pull request do?

display SQL with time offset

#5248

User Case Description

before:

create table users (name, age, height, actived, bytes, create_at, update_at, deleted_at, email, role, pass) values ("jinzhu?", 1, 999.990000, true, "12345", "2020-02-23 06:10:10", "2020-02-23 11:10:10", NULL, "w@g.\"com", "admin", "pass")

after:

create table users (name, age, height, actived, bytes, create_at, update_at, deleted_at, email, role, pass) values ("jinzhu?", 1, 999.990000, true, "12345", "2020-02-23 06:10:10 -0500", "2020-02-23 11:10:10 Z", NULL, "w@g.\"com", "admin", "pass")

@holicc holicc changed the title display SQL with time offset WIP : display SQL with time offset Jun 10, 2022
This pull request was closed.
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.

1 participant