-
Notifications
You must be signed in to change notification settings - Fork 494
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
Simple mysql select now(); Throws class java.time.LocalDateTime cannot be cast to class java.sql.Timestamp #3496
Comments
Thank you for reporting this :) I have made a bug ticket for the team |
vga91
added a commit
that referenced
this issue
Feb 29, 2024
…ateTime cannot be cast to class java.sql.Timestamp
vga91
added a commit
that referenced
this issue
Mar 14, 2024
…ateTime cannot be cast to class java.sql.Timestamp
vga91
added a commit
that referenced
this issue
Mar 15, 2024
…ateTime cannot be cast to class java.sql.Timestamp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Guidelines
Please note that GitHub issues are only meant for bug reports/feature requests. If you have questions on how to use APOC, please ask on the Neo4j Discussion Forum instead of creating an issue here.
Expected Behavior (Mandatory)
Return now() correctly
Actual Behavior (Mandatory)
stack:
How to Reproduce the Problem
Simple Dataset (where it's possibile)
Steps (Mandatory)
docker compose up
with mysql:8.0.31 and neo4j:5.5.0 (plugins down below)CALL apoc.load.jdbc('mysql-db','select now();')
Screenshots (where it's possibile)
./compose.yaml
./plugins/
Specifications (Mandatory)
Currently used versions
Versions
The text was updated successfully, but these errors were encountered: