-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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 PostgreSQL database driver #2
Comments
Enhancement requirement #205. |
Yes, would be useful, because now (in Yii1) need to copy all CPgsqlSchema to new file. Also looks like same issue exists for CMssqlSchema (https://github.com/yiisoft/yii/blob/master/framework/db/schema/mssql/CMssqlSchema.php#L21), not using mssql just pointing if it can be the same. |
Is anyone working on this? If not, then I would like to develop the PostgreSQL driver module. |
Cool! I will label this as "under development". Thanks! |
There is a lot of good code regarding the pgsql driver in Yii1. I will consult and try to port as much as possible. Also I will take the requirements above into account. |
Please follow the progress at: https://github.com/gevik/yii2/commits/pgsql-driver |
Closed by #505 |
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()
No description provided.
The text was updated successfully, but these errors were encountered: