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

BUG: Mongodb Date type auto converted to string when clone or display #752

Open
dabdirb opened this issue Apr 16, 2024 · 0 comments
Open

Comments

@dabdirb
Copy link

dabdirb commented Apr 16, 2024

Describe the bug
Mongodb field which type is Date, such as "createdAt" : ISODate("2024-04-16T03:55:20.533Z"),
converted to string "createdAt" : 2024-04-16T03:55:20.533Z".

To Reproduce
Steps to reproduce the behavior:

  1. Select a row that contains the ISODate field
  2. Right click mouse on the row, select "Cone Row(s)" menu item
  3. The cloned row the field was converted to string

Expected behavior
The field should not change the data type

Screenshots
If applicable, add screenshots to help explain your problem.

Version Information (please complete the following information):

  • OS: Ubuntu
  • App Version 5.2.7
  • Install source Docker
  • Type - Web
  • Database engine: PostgreSQL
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

No branches or pull requests

1 participant