758 Commits (2506bc2b1fb2a170bb588f78e7398f0ce0f07ab7)

Author SHA1 Message Date
Aleksandr Golovko a2f70f6484 Update Query doc return type 9 years ago
AIZAWA, Hina 0f2a77ed36 Fixes #9442: Fixed `yii\db\Migration::renameTable()` caused fatal error when using SQLite driver 9 years ago
Carsten Brandt 620ec4d132 added missing namespace on Exception in transaction docs 9 years ago
Carsten Brandt 34d5b45b35 proper fix for #8844, convert array before using it 9 years ago
Nikola Kovacs 316e95b81d Remove length from SchemaBuilderTrait::text. 9 years ago
Michael Härtl b071587e0a Improve docs for bindParam() $value 9 years ago
Carsten Brandt abc7dbbf0f added missing `@since` annotations 9 years ago
Carsten Brandt 41b25e94b0 improved parameter naming and documentation of schemabuilder 9 years ago
Carsten Brandt 681db52ba6 refactored SchemaBuilder 9 years ago
Carsten Brandt 1948754d00 phpdoc and slight refactoring of SchemaBuilder 9 years ago
Carsten Brandt d8bb724ec7 changed method visibility, fixed test break 9 years ago
Carsten Brandt 7150e830d9 do not use reserved php words as function in schemabuilder 9 years ago
Carsten Brandt 8cfc89b21c adjusted pgsql/QueryBuilder batchInsert to match parent implementation 9 years ago
Carsten Brandt 6e3da6b329 various phpdoc fixes 9 years ago
Carsten Brandt a2568d1ec8 updated some comments and `@since` annotations 9 years ago
Carsten Brandt 6d9fe671de various code style and whitespace adjustments 9 years ago
Alexander Makarov 310f9152e1 Fixes #9268: Improved display of boolean parameters in logged SQL queries 9 years ago
Alexander Makarov 972165ccec Fixes #9006: Fixed bit column always returning true using certain version of PDO MySQL 9 years ago
nidgetgod b8fefe513c fixed: Oracle 11g 11.2.0.1.0 ORA-03113: end-of-file on communication channel 9 years ago
Sitawit Suteepohnwiroj 5af6105ea7 Fixes #9127, Fixes #9128: Fixed MSSQL `QueryBuilder::renameColumn()` and `QueryBuilder::renameTable()` escaping 9 years ago
Sebastian Thierer e0d2107e1b Mysql unique index creation fix. 9 years ago
Sebastian Chojniak 86c2e22a5b class Event is used in docs 9 years ago
Sebastian Chojniak 6ee285f321 unused imports removed 9 years ago
Sebastian Thierer 82fbb568e0 Fix for 9056 9 years ago
Alexander Makarov e88170ab82 Fixed phpdoc of SchemaBuilder 9 years ago
Alexander Makarov 8e1d982da4 Cleanup, added ->unique(), changelog 9 years ago
pana1990 12ca324494 Fix phpdoc [skip ci] 9 years ago
Matvey Vasenin da941a7675 Improved `SchemaBuilder` implementation 9 years ago
pana1990 3f7ffd6707 Improved `SchemaBuilder` docs, refactored code 9 years ago
Matvey Vasenin b456f699cc Implemented `SchemaBuilder` 9 years ago
Yasser Hassan 1df3bb29ea Clarify escaping column name quoting in createIndex() 9 years ago
Carsten Brandt 9c4c984200 improved docs and changelog for #8903 9 years ago
Aleksey Loban db12282e59 \yii\db\pgsql\QueryBuilder add createIndex() for the creating specific indexes 9 years ago
Alexander Mohorev 68c30c1034 Replace aliases of functions 9 years ago
Carsten Brandt abe1094ac9 fixed querybuilder phpdoc 9 years ago
Carsten Brandt d0c6cb7700 abort removing duplicate records when pk is not in result set 9 years ago
Carsten Brandt 30f003381d revised AR documentation 9 years ago
Alexander Mohorev afe21a986a PSR-2 anonymous functions 9 years ago
Alexander Mohorev ae42a054bb PSR-2 spaces, commas, etc 9 years ago
Alexander Mohorev 789cdfea86 PSR-2 switch statement 9 years ago
Alexander Mohorev 651ed4ee2c Undefined class NotSupportedException 9 years ago
Alexander Mohorev 2134c72bb0 Undefined class Expression 9 years ago
Alexander Mohorev 2288f339e6 Parameter type is not compatible with declaration 9 years ago
Klimov Paul e683e3e79d Schema refresh moved to `Migration::init()`. 9 years ago
Paul Klimov 8e4518c81f Doc comments updated 9 years ago
Paul Klimov 0bfa2e2673 Reset of `refreshTableName` on `yii\db\Command` reuse ensured 9 years ago
Carsten Brandt f68e970de2 link to PHP classes just as we do with normal classes 9 years ago
Carsten Brandt ec76a3015a use yii\base\Event in BaseAR to fix phpdoc reference 9 years ago
Klimov Paul 6ea19e8f45 Schema refreshing added to `yii\db\Migration::execute()` 9 years ago
Klimov Paul 72f9e63e10 Table schema auto refreshing on DDL added to `yii\db\Command` 9 years ago