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

Add precision to MSSQL datetime2 #6393

Open
wants to merge 3 commits into
base: 3.8.x
Choose a base branch
from

Conversation

Yovach
Copy link

@Yovach Yovach commented May 13, 2024

Q A
Type bug/feature/improvement
Fixed issues N/A

Summary

We sometimes don't need to be accurate to the microsecond on certain tables. (i.e. tables with 'enumType'). This MR saves space on very large data processing operations.

I don't know if the precision check is relevant, let me know!

@Yovach Yovach changed the title Feat/add precision to mssql datetime2 Add precision to MSSQL datetime2 May 13, 2024
@Yovach Yovach force-pushed the feat/add-precision-to-mssql-datetime2 branch from d6af843 to 279aab8 Compare May 13, 2024 19:58
@derrabus
Copy link
Member

The 3.8.x branch is closed for features. Please target 4.1.x.

Also, this topic has been attempted before and is a little more complex than your implementation. Maybe you can have a look at #5961 at take over where the previous author has left off.

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.

None yet

2 participants