mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Merge branch '2.0' of github.com:cakephp/cakephp into 2.0
This commit is contained in:
commit
3bc6195967
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ class Sqlserver extends DboSource {
|
|||
if (strpos($col, 'int') !== false) {
|
||||
return 'integer';
|
||||
}
|
||||
if (strpos($col, 'char') !== false && $limit === -1) {
|
||||
if (strpos($col, 'char') !== false && $limit == -1) {
|
||||
return 'text';
|
||||
}
|
||||
if (strpos($col, 'char') !== false) {
|
||||
|
|
Loading…
Add table
Reference in a new issue