mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 08:05:53 +02:00
BUGFIX Added MSSQLDatabase::set() - it doesn't do anything different to enum at the moment
This commit is contained in:
parent
6b82e2b1c2
commit
a2c2b3ebc0
@ -887,6 +887,13 @@ class MSSQLDatabase extends SS_Database {
|
||||
. "'))";
|
||||
}
|
||||
|
||||
/**
|
||||
* @todo Make this work like {@link MySQLDatabase::set()}
|
||||
*/
|
||||
public function set($values) {
|
||||
return $this->enum($values);
|
||||
}
|
||||
|
||||
/**
|
||||
* Return a float type-formatted string.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user