mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 08:05:53 +02:00
MINOR Updated inaccurate documentation of methods due to class name changes in r90075
This commit is contained in:
parent
1f9af45389
commit
2b7c27382d
@ -553,7 +553,7 @@ class MSSQLDatabase extends SS_Database {
|
||||
$output = array();
|
||||
if($fields) foreach($fields as $field) {
|
||||
// Update the data_type field to be a complete column definition string for use by
|
||||
// Database::requireField()
|
||||
// SS_Database::requireField()
|
||||
switch($field['data_type']){
|
||||
case 'bigint':
|
||||
case 'numeric':
|
||||
|
Loading…
Reference in New Issue
Block a user