db-mssql
db-mssql copied to clipboard
MSSQL Server driver for Yii Database
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Fixed issues | yiisoft/db#737
Fix BatchQueryResult according to main PR * yiisoft/db#822 | Q | A | ------------- | --- | Is bugfix? | ✔️/❌ | New feature? | ❌ | Breaks BC? |...
From MSSQL documentation: _COUNT always returns an int data type value. COUNT_BIG always returns a bigint data type value_ https://learn.microsoft.com/en-us/sql/t-sql/functions/count-transact-sql?view=sql-server-ver16 https://github.com/yiisoft/db/blob/2eb63c06e9be75a0928ee22be5a70e80f6702138/src/Query/Query.php#L293
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Fixed issues | [#725](https://github.com/yiisoft/db/issues/725)
| Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | -
### Related PR - yiisoft/db#881 | Q | A | ------------- | --- | Is bugfix? | ❌ | New feature? | ✔️ | Breaks BC? | ✔️ | Fixed...
### 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...
MSSQL don't support CASCADE, but we can make it manually.