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

[Pg] Fix issue with inserting of string timestamps not working in data api #1931

Conversation

livingforjesus
Copy link
Contributor

Previously if you want to insert or update a record with a timestamp (mode:string)
You got an error which suggested that data api was recognizing it as a string not a timestamp

This pr casts it to be a timestamp so there will never be such an issue again.

Previously if you want to insert or update a record with a timestamp (mode:string)
You got an error which suggested that data api was recognizing it as a string not a timestamp
This pr casts it to be a timestamp
@livingforjesus livingforjesus force-pushed the fix-create-update-date-values branch from 0c91efe to 743ed71 Compare February 27, 2024 16:47
@livingforjesus
Copy link
Contributor Author

Created to address #1932

@AndriiSherman AndriiSherman changed the base branch from main to beta March 9, 2024 16:13
@jakeleventhal jakeleventhal mentioned this pull request Apr 6, 2024
@dankochetov
Copy link
Contributor

This is covered by #2119

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.

2 participants