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

Corrupted TIMESTAMPS #79

Closed
dwhite-nuodb opened this issue Oct 27, 2023 · 1 comment
Closed

Corrupted TIMESTAMPS #79

dwhite-nuodb opened this issue Oct 27, 2023 · 1 comment

Comments

@dwhite-nuodb
Copy link
Contributor

Log tracing reveals errors like the following trying to insert invalid Date/Time into the database....
INSERT INTO CVN_CONVERSATIONS (partition_id, conversation_id, creator, tenant_id, title, private, creation_date, modification_date, type) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?); with values: [2,10002,2,1,"some title",false,"2023-09-16T07:34:55.430Z","2023-09-16T07:34:55.430Z",1]
ð ko: error converting 2023-09-16 07:34:55.430tle to Date/Time

@dwhite-nuodb
Copy link
Contributor Author

This issues has been fixed with commit 2d4b749
2d4b749

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