commit | 7ade8b7944d10f4fd1583789309cf003a3eac6f7 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Thu Nov 22 13:12:22 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Thu Nov 22 13:12:22 2012 +0200 |
tree | b5b305d5d8ffb781682914a40f19ae8aa9dac477 | |
parent | 2eaeee5aa3971932e58ffac48554e554d799249f [diff] [blame] |
Fix modify_column() issues (#2020)
diff --git a/system/database/drivers/oci8/oci8_forge.php b/system/database/drivers/oci8/oci8_forge.php index bd9d2df..a0efa95 100644 --- a/system/database/drivers/oci8/oci8_forge.php +++ b/system/database/drivers/oci8/oci8_forge.php
@@ -105,7 +105,7 @@ $sql .= ' '.$alter_type.' '; $sql .= (count($field) === 1) - ? $fields[0] + ? $field[0] : '('.implode(',', $field).')'; // RENAME COLUMN must be executed after MODIFY