User tests: Successful: Unsuccessful:
install current staging on MSSQL
The installation goes well
the installation process don't end
Windows 2008 R2 10.50.4033
Apache 2.4.7
PHP 5.5.9
Joomla! 3.4.4-dev
this error was introduced by this commit 2f76e54 #6314
there was a typo on function getTableColumns()
accordingly to query
'SELECT column_name as Field, data_type as Type, is_nullable as \'Null\', column_default as \'Default\'' .
' FROM information_schema.columns WHERE table_name = ' . $this->quote($table_temp)
should be $field->Type
instead of $field->type
sorry for this
Status | New | ⇒ | Pending |
Labels |
Added:
?
|
Category | ⇒ | MS SQL |
Easy | No | ⇒ | Yes |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-07-13 21:22:18 |
Closed_By | ⇒ | Bakual |
Milestone |
Added: |
Merged based on review.