LB 3.0.7 against MSSQL: Datatype TIMESTAMP instead of DATETIME

Hi all,

we experienced the same: LB 2.x mapps java.sql.Types.TIMESTAMP for MSSQL to datetime, LB 3.x mapps it to MSSQL’s timestamp which is not a date/time datatype at all. Pls. have a look at this MS Technet page:

    http://technet.microsoft.com/en-us/library/aa260631(v=sql.80).aspx

    

Kind regards,

Frank

Hi there,


Thanks, I’ll get it fixed. I created https://liquibase.jira.com/browse/CORE-1607 to track it.


Nathan