mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 06:05:53 +00:00
BUGFIX Allow null values for "time" to be consistent with datetime
This commit is contained in:
parent
2c193e51d3
commit
d3eeee21e4
@ -794,7 +794,7 @@ class MSSQLDatabase extends Database {
|
||||
* @return string
|
||||
*/
|
||||
public function time($values){
|
||||
return 'time';
|
||||
return 'time null';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user