165 Commits (3c6805e3847082608bf9a5f4b3aa12e082f334a1)

Author SHA1 Message Date
Alexander Makarov 9fbdc9f01b
Fix #18821: Additional type fixes (#19217) 3 years ago
ntesic 730f0e56b5
Fix #18821: Allow `yii\db\ExpressionInterface` as column in `yii\db\conditions\InBuilder` 3 years ago
Aurélien Chretien 942e726a8d
Fix #19176: Add #[\ReturnTypeWillChange] on MSSQL classes (#19177) 3 years ago
Alexander Makarov 655786b7ed
release version 2.0.44 3 years ago
蛋蛋 d5a428e001
Fix some code smells (#18696) 3 years ago
Bizley 7966fe47e6
Scrutinizer fixes (#18685) 3 years ago
Alexander Makarov 88a7a00458
release version 2.0.42 3 years ago
Alexander Makarov 26656a2ed1
Minor cleanup 3 years ago
DarkDef f14b2ccd89 remove duplicate code 3 years ago
Valerii Gorbachev a7ee99ce92
Update framework/db/mssql/QueryBuilder.php 3 years ago
Valerii Gorbachev 662c54b47c
Update framework/db/mssql/ColumnSchemaBuilder.php 3 years ago
DarkDef 2d76f33dd4 Fixes after review 3 years ago
Valerii Gorbachev 12ccd2adde
Update framework/db/mssql/QueryBuilder.php 3 years ago
Valerii Gorbachev a0552f1680
Update framework/db/mssql/QueryBuilder.php 3 years ago
Valerii Gorbachev 98b0c5b665
Update framework/db/mssql/ColumnSchemaBuilder.php 3 years ago
Valerii Gorbachev dbc4d1ecea
Update framework/db/mssql/ColumnSchemaBuilder.php 3 years ago
Valerii Gorbachev a1cc222927
Update framework/db/mssql/QueryBuilder.php 3 years ago
Valerii Gorbachev 01a9fef962
Update framework/db/mssql/ColumnSchemaBuilder.php 3 years ago
DarkDef 4fba562cd0 New attemp 3 years ago
DarkDef 9367af4b15 Fix for issue #18604 3 years ago
DarkDef 64ecbf10b1 Fix for issue #18526 4 years ago
Alexander Makarov 1ace064848
Pre-release adjustments 4 years ago
Bert Brunekreeft 71030dc728
Fix #18480: Transactions are not committed using the dblib driver 4 years ago
Valerii Gorbachev 9883b78214
Fix #18448: Fix issues in queries and tests for older MSSQL versions 4 years ago
Valerii Gorbachev 0571e806b9
Fix #18447: Do not use `getLastInsertID` to get PK from insert query to lower collision probability for concurrent inserts 4 years ago
Valerii Gorbachev 82400fc33e
Fix #18365 : Move quoting of table names to upper level to function `getSchemaMetadata()` in MSSQL driver to get clean names from schema 4 years ago
Valerii Gorbachev 7c7c7148f6
Fix #18287: Fix the OUTPUT got SQL syntax error if the column name is MSSQL keyword e.g key 4 years ago
Alexander Makarov ccb14ff667
release version 2.0.39 4 years ago
DarkDef 7a50da5cf8
Fix #18287: Fix for OUTPUT INSERTED and computed columns. Added flag to computed values in table schema 4 years ago
DarkDef 4b2af4d2a4
Bug #13973: Correct alterColumn for MSSQL & drop constraints before drop column 4 years ago
DarkDef a624c31698
Fix #18198: Fix saving tables with trigger by outputting inserted data from insert query with usage of temporary table 4 years ago
Alexander Makarov 38f038175f
Adjust changelog, correct phpdoc, minor code style fixes 4 years ago
DarkDef d755004c41
Fix #18110: Add quotes to return value of viewName in MSSQL schema. It is `[someView]` now 4 years ago
DarkDef d317e41b21
Fix #18101: Fix behavior of OUTPUT INSERTED.* for SQL Server query: "insert default values"; correct MSSQL unit tests; turn off profiling echo message in migration test 4 years ago
DarkDef 5c01dc75ae
Fix #13828, Fix #17474: Fix retrieving inserted data for a primary key for SQL Server 2005 or later 4 years ago
Oleg 559206bc78 Fix #17635: Fix varbinary data handling for MSSQL 5 years ago
Alexander Kartavenko cdd40b8dfb Fix #17504: Fix upsert when `$updateColumns = true` but there are no columns to update in the table 5 years ago
Alexander Makarov b66a6133dc
release version 2.0.24 5 years ago
Alexander Kartavenko c2eae6cb0e Fix #17457: Fixed `phpTypecast()` for MSSQL 5 years ago
Sidney Lins 9988efc04f Fix #16796: Fixed addition and removal of table and column comments in MSSQL 5 years ago
Alexander Kartavenko 6fc04a622e Fix #17219: Fixed quoting of table names with spaces in MSSQL 5 years ago
Alexander Kartavenko 259c496e2e Fix #10020: Fixed quoting of column names with dots in MSSQL 5 years ago
Alexander Makarov dfe58e877c
Remove unnecessary use 5 years ago
Alexander Kartavenko 869f475dc1 Fix #17413, fix #17418: Fixed MSSQL tests 5 years ago
Alexander Kartavenko 9f2a87363e Fixes #17420: Fixed loading of column default values for MSSQL 5 years ago
Alexander Kartavenko 55b06d2364 Fix #17413: Fixed MSSQL tests: `QueryBuilderTest::testGetColumnType()`, `QueryBuilderTest::testResetSequence()` 5 years ago
Alexander Kartavenko 6b10bbcec2 Closes #17057. `\yii\db\mssql\Schema::findTableNames` should return quoted table names. (#17409) 5 years ago
Alexander Kartavenko eb65dba796 Fixes #17057: Fixed issues with table names that contain special characters or keywords in MSSQL 5 years ago
Sidney Lins fe3ebe2e56 Fixes #17356: MSSQL Schema was not detecting string field size 5 years ago
cuileon 489dd119a5 merge from yiisoft/yii2 6 years ago