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

Use DATETIME2 to allow high precision timestamps #1293

Merged
merged 1 commit into from
Nov 11, 2016
Merged

Use DATETIME2 to allow high precision timestamps #1293

merged 1 commit into from
Nov 11, 2016

Conversation

jhaisley
Copy link
Contributor

@jhaisley jhaisley commented Nov 7, 2016

DATETIME timestamps are limited to 3 digit precision, where DATETTIME2 allows 7 digits. The timestampable behavior needs this precision.

Example of types:
datetime 2007-05-08 12:35:29.123
datetime2 2007-05-08 12:35:29. 1234567

DATETIME timestamps are limited to 3 digit precision, where DATETTIME2 allows 7 digits. The timestampable behavior needs this precision. 

Example of types: 
datetime	2007-05-08 12:35:29.123
datetime2	2007-05-08 12:35:29. 1234567
@MDT-FGI
Copy link

MDT-FGI commented Nov 9, 2016

I can confirm that this change fixes the error. Merge suggested.

@marcj marcj merged commit 398c343 into propelorm:master Nov 11, 2016
@marcj
Copy link
Member

marcj commented Nov 11, 2016

Thanks!

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

Successfully merging this pull request may close these issues.

3 participants