Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement SQLServer database driver #3

Closed
samdark opened this issue Mar 24, 2013 · 3 comments · Fixed by #351
Closed

Implement SQLServer database driver #3

samdark opened this issue Mar 24, 2013 · 3 comments · Fixed by #351
Assignees
Labels
status:under development Someone is working on a pull request. type:feature
Milestone

Comments

@samdark
Copy link
Member

samdark commented Mar 24, 2013

No description provided.

@resurtm
Copy link
Contributor

resurtm commented Mar 25, 2013

I would recommend throw away support of the SQL Server 2005. Many features are not supported by SQL Server 2005 but supported by 2008. Though i'll make some kind of popularity research with report before making such decision.

@qiangxue
Copy link
Member

Agree bumping up the requirement. See also the crucial issue here: https://code.google.com/p/yii/issues/detail?id=1501

@ghost ghost assigned resurtm May 6, 2013
@resurtm
Copy link
Contributor

resurtm commented May 6, 2013

Work has been started in mssql branch: https://github.com/yiisoft/yii2/tree/mssql
Feel free to make pull and feature requests.

samdark pushed a commit that referenced this issue Oct 18, 2013
qiansen1386 added a commit to qiansen1386/yii2 that referenced this issue Jun 26, 2014
Translate guide of service locator and start to translate properties sec...
samdark pushed a commit that referenced this issue Oct 3, 2014
Merge pull request #3 from yiisoft/master
@vizh vizh mentioned this issue Nov 14, 2019
indrig added a commit to indrig/yii2 that referenced this issue Dec 27, 2019
Fix for PHP 7.4

Trying to access array offset on value of type null
When $model is null on Php 7.4:
if (($value = $model[$attribute]) !== null)

/var/www/builds/cms/3.6.0/vendor/yiisoft/yii2/db/ActiveRelationTrait.php line 526

#0 /var/www/builds/cms/3.6.0/vendor/yiisoft/yii2/db/ActiveRelationTrait.php(526): yii\base\ErrorHandler->handleError()
yiisoft#1 /var/www/builds/cms/3.6.0/vendor/yiisoft/yii2/db/ActiveRelationTrait.php(246): yii\db\ActiveQuery->filterByModels()
yiisoft#2 /var/www/builds/cms/3.6.0/vendor/yiisoft/yii2/db/ActiveQueryTrait.php(151): yii\db\ActiveQuery->populateRelation()
yiisoft#3 /var/www/builds/cms/3.6.0/vendor/yiisoft/yii2/db/ActiveQuery.php(224): yii\db\ActiveQuery->findWith()
@sasha-b-a sasha-b-a mentioned this issue Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:under development Someone is working on a pull request. type:feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants