Valerii Gorbachev

Results 13 issues of Valerii Gorbachev

| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌

Need create separate implementation of Master/Slave connection and remove this magic from current realisation. CQRS - responsibility of user

type:enhancement

We have implementation in mssql & pgsql only

In current implementation we have retryHandler in function `internalExecute`. Retry - is responsibility of user. Need remove this code from Command.php

| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ✔️ | Breaks BC? | ✔️/❌

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Fixed issues | https://github.com/yiisoft/db-mysql/issues/2

For cases with in function parameters instance of ColumnInterface - need use "format" for build column definition (without regexp)

type:enhancement

| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Fixed issues | https://github.com/yiisoft/db-mysql/issues/2

Need set default value for $emulatePrepare = false And removing all multi statement queries (with support special Stringable object for multi statement queries in resetSequence and other cases from query...

type:enhancement