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

Investigate serialization/deserialization to ensure datetime is handled correctly in sql trigger #648

Closed
lucyzhang929 opened this issue Jan 27, 2023 · 1 comment
Assignees
Labels
Milestone

Comments

@lucyzhang929
Copy link
Contributor

Datetimes likely need to be serialized in ISO format

public const string ISO_8061_DATETIME_FORMAT = "yyyy'-'MM'-'dd'T'HH':'mm':'ss'.'fffZ";

so that Java worker (Gson) can deserialize datetime correctly.

@lucyzhang929
Copy link
Contributor Author

Added trigger test for different data types: #876.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant