Details
Assignee
UnassignedUnassignedReporter
Frédéric DelaporteFrédéric DelaporteComponents
Affects versions
Priority
MinorWho's Looking?
Open Who's Looking?
Details
Details
Assignee
Unassigned
UnassignedReporter
Frédéric Delaporte
Frédéric DelaporteComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created August 7, 2017 at 7:27 PM
Updated August 7, 2017 at 7:27 PM
A bunch of tests fails due to missing function overrides in MsSqlCe dialect.
Those functions have supporting counterpart in MsSqlCe, corresponding of the overrides from MsSql2000. Adding them should be easier than ignoring all those tests, especially for
current_timestamp
.https://technet.microsoft.com/en-us/library/ms174077(v=sql.105).aspx
https://technet.microsoft.com/en-us/library/ms173482(v=sql.105).aspx
bit_length (datalength)
extract (datepart)
current_timestamp (getdate)
mod (%)
iif (case when)