mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Merge pull request #1118 from ravage84/patch-1
Fixed wrong statement in Sqlserver class header
This commit is contained in:
commit
1024a373da
1 changed files with 5 additions and 3 deletions
|
@ -20,10 +20,12 @@
|
||||||
App::uses('DboSource', 'Model/Datasource');
|
App::uses('DboSource', 'Model/Datasource');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dbo driver for SQLServer
|
* Dbo layer for Mircosoft's offical SQLServer driver
|
||||||
*
|
*
|
||||||
* A Dbo driver for SQLServer 2008 and higher. Requires the `sqlsrv`
|
* A Dbo layer for MS SQL Server 2005 and higher. Requires the
|
||||||
* and `pdo_sqlsrv` extensions to be enabled.
|
* `pdo_sqlsrv` extension to be enabled.
|
||||||
|
*
|
||||||
|
* @link http://www.php.net/manual/en/ref.pdo-sqlsrv.php
|
||||||
*
|
*
|
||||||
* @package Cake.Model.Datasource.Database
|
* @package Cake.Model.Datasource.Database
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue