84 Commits (7137d676fb25d9aec5b271b2df8bfa057b03f218)

Author SHA1 Message Date
DrmagicE b3081e53a5 Fixed bug in yii\db\mysql\QueryBuilder (#12428) 8 years ago
Carsten Brandt ef0658726f Revert "Revert "fixed mysql defaul integer display width on unsigned pk"" 8 years ago
Carsten Brandt 144d78ebb4 Revert "fixed mysql defaul integer display width on unsigned pk" 8 years ago
Carsten Brandt 85d89e4893 fixed mysql defaul integer display width on unsigned pk 8 years ago
Alexander Makarov 9b1b4fc5fa Added missing phpdoc 8 years ago
Alexander Makarov 0061692e60 Replaced unnecessary double quotes with single quotes 8 years ago
Alexander Makarov 27866bf9d6 Changed name to append(), fixed phpdoc, added changelog 8 years ago
Chris Harris 66eabda770 Fixes #11195: Added ability to append custom string to schema builder column definition 8 years ago
Carsten Brandt 731769241b release version 2.0.8 9 years ago
Carsten Brandt edd6e719bb added missing since annotations and removed duplicate line 9 years ago
SilverFire - Dmitry Naumenko 15432971d6 db/ColumnSchemaBuilder::buildCommentString() returns empty string by default 9 years ago
SilverFire - Dmitry Naumenko 0fe27b9d3b Refactored code in PR #9441 9 years ago
Chris Harris 5316576361 Fixes `after()` column string builder (#11362) 9 years ago
Chris Harris 2f91889b70 Removed `unsignedPrimaryKey()` schema builder type; now, the `unsigned()` modifier works with primary key types e.g. `pk()->unsigned()` or `bigpk()->unsigned()`. 9 years ago
SilverFire - Dmitry Naumenko 2201bf14e2 Fixed parameters binding to the SQL query in `yii\db\mysqlSchema::findConstraints()` 9 years ago
Chris Harris 81ff4752d9 Added CHECK modifier to PK schema pattern. Modified UNSIGNED tests to not include modifier by default (i.e. only present when testing DBMSes that support it). 9 years ago
Chris Harris 96fa375b16 Refactored to a more functional way of accessing database connection 9 years ago
Chris Harris 6a8348da5f AFTER column name is now escaped by safe method 9 years ago
Chris Harris f52f60db0f Renamed category constants 9 years ago
Chris Harris 51b99320bd Sqlite specific schema builder class actually gets loaded now 9 years ago
Chris Harris eaeb926768 Adds `char` datatype to framework 9 years ago
Carsten Brandt e43c41c9ea db layer phpdoc fixes 9 years ago
Hereward Mills a4acd048bc Add @throws tags to PHPDocs. 9 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Alexander Makarov e4f5b91f74 Fixed #6351 MySQL 5.1 compatibility 9 years ago
Steve Guns d40435e931 Enhanced #6351 fix by reintroduced older (SQL CREATE) style FK detection for people still running MySQL servers where referential_constraints is not available 9 years ago
Alexander Makarov 5ab4f0f090 Better quotes usage in strings 9 years ago
jeicd 0407407b76 fix coding style to follow PSR-2 9 years ago
John Was eb6935e4a8 add more conditions when reading mysql information_schema to speed it up 9 years ago
Jan Waś 191185f5e3 Fixes #6351: Find MySQL FK constraints from `information_schema` tables instead of `SHOW CREATE TABLE` to improve reliability 9 years ago
Matvey Vasenin ce6e92b736 add comment control methods 9 years ago
Carsten Brandt 681db52ba6 refactored SchemaBuilder 9 years ago
Carsten Brandt a2568d1ec8 updated some comments and `@since` annotations 9 years ago
Sebastian Thierer e0d2107e1b Mysql unique index creation fix. 9 years ago
Sebastian Thierer 82fbb568e0 Fix for 9056 9 years ago
pana1990 3f7ffd6707 Improved `SchemaBuilder` docs, refactored code 9 years ago
Matvey Vasenin b456f699cc Implemented `SchemaBuilder` 9 years ago
Carsten Brandt abe1094ac9 fixed querybuilder phpdoc 9 years ago
Carsten Brandt aa5887fec7 added missing use statement to fix #8572 9 years ago
John Was 67799ad092 fix typos 10 years ago
Jan Waś edf400df96 add missing space 10 years ago
Jan Waś 6e48ed05c7 allow calling Command::insert() without any columns 10 years ago
John Was 4f49feee8d fixes #7757: in oci schema fix query results row keys case when PDO::ATTR_CASE is set to PDO::CASE_LOWER 10 years ago
Alexander Makarov 5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 10 years ago
mcd.php 20774165bc Fixes #4644: Added `\yii\db\Schema::createColumnSchema()` to be able to customize column schema used 10 years ago
RichWeber 92cd13a913 pull origin 10 years ago
Carsten Brandt 3a1e0f3a5c property codestyle framework 10 years ago
Steve 47923cccbe Fix bug in `yii\db\mysql\Schema` 10 years ago
Carsten Brandt 5d0452b2ae rename ColumnSchema::typecast to phpTypecast 10 years ago
Carsten Brandt 8a70d9fbd1 rename column schema typecast method 10 years ago