Skip to content

MS SQL Server: TIME datatype support#249

Merged
benilovj merged 6 commits intomasterfrom
mssql-server-time-type-support
Mar 17, 2014
Merged

MS SQL Server: TIME datatype support#249
benilovj merged 6 commits intomasterfrom
mssql-server-time-type-support

Conversation

@javornikolov
Copy link
Copy Markdown
Contributor

This fixes #242 - support has been added for TIME data type for MS SQL Server

(Exposing milliseconds of java.sql.Time in #toString)
(Otherwise some precision is getting lost. Time is not supported before
SQL Server 2008 - SQL Server is supposed to ignore this param for
earlier versions)
@benilovj
Copy link
Copy Markdown
Member

This looks really good. I guess you tested it against a real SQL Server instance?

@javornikolov
Copy link
Copy Markdown
Contributor Author

Yes, I managed to run it on SQL Server Express Edition 2014.

@benilovj
Copy link
Copy Markdown
Member

ok great.

benilovj added a commit that referenced this pull request Mar 17, 2014
@benilovj benilovj merged commit c7ab182 into master Mar 17, 2014
@benilovj benilovj deleted the mssql-server-time-type-support branch March 17, 2014 23:57
@benilovj benilovj added this to the 3.0.0 milestone Mar 18, 2014
@benilovj benilovj changed the title MS SQL Server TIME type support MS SQL Server: TIME type support May 5, 2014
@benilovj benilovj changed the title MS SQL Server: TIME type support MS SQL Server: TIME datatype support May 5, 2014
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.

Add TIME support for MS SQL Server

2 participants