db-pgsql
db-pgsql copied to clipboard
PostgreSQL driver for Yii Database
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed issues | https://github.com/yiisoft/yii2/issues/19747
See - https://github.com/yiisoft/db-pgsql/blob/3d47b9af600c807b981d25406ad7a02abac98ab7/src/ColumnSchema.php#L81 ```php if ($this->dimension > 0) { if (!is_array($value)) { $value = $this->getArrayParser()->parse($value); } ... ``` After change DB from pgsql to mysql - we can't will use...
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | yiisoft/db#860
### Related PR - yiisoft/db#881 | Q | A | ------------- | --- | Is bugfix? | ✔️/❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Fixed...
Seems, Yii DB implementations has the same problem.
### Related PR - https://github.com/yiisoft/db/pull/941 | Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ | Fixed...
### Related PR - https://github.com/yiisoft/db/pull/945 | Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️/❌ | Fixed...
| Q | A | ---------------- | --- | Version | current develop | PHP version | 8.3 | Operating system | Good afternoon. In `BitColumnSchema::phpTypecast` there is an error...
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ❌ | Breaks BC? | ✔️ Related to https://github.com/yiisoft/db/pull/1108
| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | #888