Database Exception Error

I have installed Yii 2.0.0 beta and I have a SQL Server 2010 DB. I created MVC using the default generators. When I try to visit the pages I am getting this error.

I have the driver connection to SQL server. Is there any error in the SQL query that is being displayed in the error?

I have commented if…else… block in vendor/yiisoft/yii2/db/mssql/QueryBuilder.php with a return statement return ‘’;.

The documentation at MS technet says that FETCH should follow ORDER BY.

Is it a bug? If so, please let me know where to make change, so that I can proceed for now.

Thank you.