mirror of
https://github.com/silverstripe/silverstripe-mssql
synced 2024-10-22 06:05:53 +00: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();
|
$output = array();
|
||||||
if($fields) foreach($fields as $field) {
|
if($fields) foreach($fields as $field) {
|
||||||
// Update the data_type field to be a complete column definition string for use by
|
// Update the data_type field to be a complete column definition string for use by
|
||||||
// Database::requireField()
|
// SS_Database::requireField()
|
||||||
switch($field['data_type']){
|
switch($field['data_type']){
|
||||||
case 'bigint':
|
case 'bigint':
|
||||||
case 'numeric':
|
case 'numeric':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user