-
Notifications
You must be signed in to change notification settings - Fork 35
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
Support milliseconds #11
Comments
I think I copied the Java Date to Postgres Date conversion from the Postgres JDBC TimestampUtils. Do you know any source, that explains how to store dates with millisecond resolution? |
Here is how Npgsql handles finer Timestamp resolutions. It might be useful to see how it is handled there: |
This commit adds Microsecond Resolution for storing Timestamps to PostgreSQL.
I have added Microsecond Resolution for Timestamps. The 1.4 Release will be synced to Maven in some hours I guess. Please reopen the ticket, if the fix doesn't work for you. |
Hi and thank you for thius project.
LocalDateTime gets rounded to the nearest second in
de.bytefish.pgbulkinsert.pgsql.utils.TimeStampUtils
. Are there any plans to support millisecond precision?The text was updated successfully, but these errors were encountered: