mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 08:05:53 +02:00
BUGFIX Fixed incorrect method name ssdatetime due to changes in sapphre (r90075)
This commit is contained in:
parent
c751b64eab
commit
1f9af45389
@ -927,7 +927,7 @@ class MSSQLDatabase extends SS_Database {
|
|||||||
* @params array $values Contains a tokenised list of info about this data type
|
* @params array $values Contains a tokenised list of info about this data type
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function ssdatetime($values, $asDbValue=false){
|
public function ss_datetime($values, $asDbValue=false){
|
||||||
if($asDbValue)
|
if($asDbValue)
|
||||||
return Array('data_type'=>'datetime');
|
return Array('data_type'=>'datetime');
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user