? Success

User tests: Successful: Unsuccessful:

avatar alikon
alikon
13 Jul 2015

Steps to reproduce the issue

install current staging on MSSQL

Expected result

The installation goes well

Actual result

the installation process don't end

System information

Windows 2008 R2 10.50.4033
Apache 2.4.7
PHP 5.5.9
Joomla! 3.4.4-dev

Additional comments

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 :innocent:

avatar alikon alikon - open - 13 Jul 2015
avatar alikon alikon - change - 13 Jul 2015
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 13 Jul 2015
Labels Added: ?
avatar zero-24 zero-24 - change - 13 Jul 2015
Category MS SQL
avatar zero-24 zero-24 - change - 13 Jul 2015
Easy No Yes
avatar Bakual Bakual - change - 13 Jul 2015
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2015-07-13 21:22:18
Closed_By Bakual
avatar Bakual Bakual - close - 13 Jul 2015
avatar Bakual Bakual - reference | 69741f2 - 13 Jul 15
avatar Bakual Bakual - merge - 13 Jul 2015
avatar Bakual Bakual - close - 13 Jul 2015
avatar Bakual
Bakual - comment - 13 Jul 2015

Merged based on review.

avatar zero-24 zero-24 - change - 14 Jul 2015
Milestone Added:

Add a Comment

Login with GitHub to post a comment