db-pgsql icon indicating copy to clipboard operation
db-pgsql copied to clipboard

PostgreSQL driver for Yii Database

Results 20 db-pgsql issues
Sort by recently updated
recently updated
newest added

To get 100% patch coverage it needs to run tests on `i386` architecture or with PHP `32bit` *Add to PHP actions config:* ``` matrix: arch: ["amd64", "i386"] ``` But I...

status:code review

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ Add new command to refresh PgSql materialized...

status:under development

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ❌ [Range and MultiRange](https://www.postgresql.org/docs/current/rangetypes.html) format parser for PgSql

`Schema::getTableUniques()` returns only constraints of uniques but not unique indexes. https://github.com/yiisoft/db-pgsql/actions/runs/5908951885/job/16028983991?pr=312 ``` There was 1 failure: 1) Yiisoft\Db\Pgsql\Tests\SchemaTest::testTableUniques Failed asserting that actual size 2 matches expected size 3. /home/runner/work/db-pgsql/db-pgsql/tests/SchemaTest.php:570 ```...

```php $dsn = (new Dsn('pgsql', '127.0.0.1'))->asString(); $pdoDriver = new Driver($dsn, 'postgres', '', [\PDO::ATTR_STRINGIFY_FETCHES => true]); $schemaCache = new SchemaCache(new FileCache(__DIR__ . '/runtime/cache')); $db = new Connection($pdoDriver, $schemaCache); $schema = $db->getSchema();...

type:bug

Support for array of datetimes will be added after review of #303. Some functionality for casting array values is presented there. | Q | A | ------------- | --- |...

| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ✔️ 1. Return `array` as `phpType` for PgSql...

Now used `dev-master`: ![image](https://github.com/yiisoft/db-pgsql/assets/525501/9d924027-982b-4cb3-ad7f-dbcad483004f)

type:bug
type:test

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | -

status:under development
type:test