db icon indicating copy to clipboard operation
db copied to clipboard

Yii Database Library

Results 134 db issues
Sort by recently updated
recently updated
newest added

### Description Same expression with same names param are now renamed and this breaks all queries with select and groups by same expression. In prepared statement params names are different...

status:need more info

### Proposed new feature or change - to avoid additional database queries to obtain column information for type casting; - to be able to specify a custom type for columns...

type:enhancement

Needs to pass current connection `$this->db` to have possibility to restart it. https://github.com/yiisoft/db/blob/f1074b91291e415b34059b85177a3e76c2bdd144/src/Driver/Pdo/AbstractPdoCommand.php#L210

type:enhancement

According to interface method description, there are no integer keys: ```php @param array $params The list of query parameter values indexed by parameter placeholders. * For example, `[':name' => 'Dan',...

status:under discussion

https://github.com/yiisoft/db/blob/8e175974dabf6da4ff8e4197a6e3b9a9014c79ee/src/QueryBuilder/AbstractQueryBuilder.php#L493-L497

Currently, if `composer.lock` exist, it added to image and in some cases it throws error on build image.

good first issue
type:test

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ❌ | Breaks BC? | ✔️ Related PRs: - https://github.com/yiisoft/db-sqlite/pull/405 - https://github.com/yiisoft/db-mysql/pull/447 -...

status:under development

It would be great to increase [MSI](https://infection.github.io/guide/#Metrics-Mutation-Score-Indicator-MSI), ideally to 100%.

type:test

| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ✔️ | Fixed issues | #888 Relative PRs:...

status:under development

```mermaid classDiagram Connection --> InsertCommand Connection --> SelectCommand Connection --> UpdateCommand Connection --> DeleteCommand InsertCommand --> InsertQuery SelectCommand --> SelectQuery UpdateCommand --> UpdateQuery DeleteCommand --> DeleteQuery InsertQuery -- InsertQueryBuilder SelectQuery...