Hi,

Is there any conceptual  reason for this change between versions of CakePHP 1.3 
and 2
I need to list views in SQLServer with CakePHP 2. Is there another way?

*CakePHP 1.3 - *\cake\libs\model\datasources\dbo\dbo_mssql.php
line 209
*$result = $this->fetchAll('SELECT TABLE_NAME FROM 
INFORMATION_SCHEMA.TABLES', false);*
*
*
*CakePHP 2 - *\lib\Cake\Model\Datasource\Database\SqlServer.php
line 177
*$result = $this->_execute("SELECT TABLE_NAME FROM 
INFORMATION_SCHEMA.TABLES WHERE TABLE_TYPE='BASE TABLE'");*
*
*
*Github*
https://github.com/cakephp/cakephp/commit/3f984b68facd9ba3c1eaa49d87d2bd115a87ce61


Thanks

Mark Tom Sawyer
[email protected]

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to