229 Commits (bf708aa824bf082f7041039dd1e9c1a3c8a0ef7b)

Author SHA1 Message Date
Qiang Xue c4a57a9f6c Refactored Query and ActiveQuery. 11 years ago
Qiang Xue aa568aacb5 Added support for using callables as "ActiveQuery::indexBy". 11 years ago
Qiang Xue 7fa240be65 initial implementation of Yii debugger. 11 years ago
Alexander Kochetov bb2e19faa5 ActiveRecord::setOldAttribute() bugfix 11 years ago
Alexander Kochetov 8de3ffabfe ActiveRecord::setAttribute() bugfix 11 years ago
Alexander Kochetov 826c83c301 ActiveRecord::getNamespacedClass() correct PHP 5.3 code 11 years ago
resurtm 732e438473 Fixed typo in the \yii\db\ActiveRecord::isOperationAtomic() method. 11 years ago
Qiang Xue 03e07f4340 cleaned up "use" statements. 11 years ago
Qiang Xue 4a0d2863f6 Fixes issue #421: yii\db\Schema:refresh() does not clear all cache 11 years ago
Alexander Makarov cc0fe1b02c code style fixes 11 years ago
gsd 663fe63911 Update Schema.php 11 years ago
Carsten Brandt 1df859cfa1 typo: primarykey -> primaryKey 11 years ago
sergey Gonimar 9268e7d3ac message fix 11 years ago
sergey Gonimar 2c02bc918d migrate command, primary key 11 years ago
Qiang Xue 4efeedd314 Minor coding style fix. 11 years ago
gevik c338d4b76b Updated code styling and added braces. 11 years ago
gevik f667b5785b - Added drop/add primary key methods to Command.php 11 years ago
Qiang Xue 864bf93679 coding style fix. 11 years ago
gevik a977d8208e Replaced dropConstraint with dropPrimarykey method. 11 years ago
gevik 3796db7d00 - Ported addPrimaryKey and created dropConstraint. 11 years ago
gevik ec9dab11fa [1] Redone missing code. 11 years ago
gevik 6fd74f5c27 Updated code style. braces on the same line for control statements. 11 years ago
gevik 19793f7af0 Removed unused columsn from find constraint sql. Fixed typo. Added extra schema check for when a foreign table is not in the same schema. Updated indentation to conform to other classes. 11 years ago
Qiang Xue cf1e12ad11 Fixes issue #514. 11 years ago
gevik d07fd39f7e Removed false exception catching. 11 years ago
Gevik Babakhani 879b494acb Removed custom pgsql PDO and added defaultSchema as public property. 11 years ago
resurtm 7a7d2a9c06 CS fixes. 11 years ago
Gevik Babakhani 9982d93369 Removed commented and unused pgsql datatype mappings. 11 years ago
Gevik Babakhani e505566446 Refactored types to be compatible with 1.1 11 years ago
Gevik Babakhani 5a587d16f0 Fixed several formatting issues. 11 years ago
Gevik Babakhani 70e973129d Added foreign keys and cleanup internal pg types 11 years ago
Qiang Xue 9d6f11d5d5 new way of detecting if table exists. 11 years ago
Qiang Xue 2376730452 better check of existence of tables. 11 years ago
Carsten Brandt 3680a4781d removed unneccessary brackets 11 years ago
Carsten Brandt 9b6df54c7d Adjusted type map in MSSQL Querybuilder 11 years ago
Carsten Brandt af68ee9d27 Sqlite unit test for abstract db types 11 years ago
Carsten Brandt 7117a6752b Added phpdoc about precision constraints for abstract db types 11 years ago
Carsten Brandt 5c56c0fc02 Better flexibility for abstract db types 11 years ago
Gevik Babakhani 5a380360c7 Added table based sequence. 11 years ago
Gevik Babakhani cbde22af55 Savepoint WIP QueryBuilder! 11 years ago
Gevik Babakhani 04ebd12277 Added last insert value to pgsql PDO 11 years ago
Gevik Babakhani 97270a389a Savepoint, implementing fkeys. 11 years ago
Gevik Babakhani 103621ad05 Savepoint: WIP implementing columns 11 years ago
Qiang Xue 94b2d17031 Fixes issue #460 11 years ago
Qiang Xue 66e698673d Fixes issue #457: incorrect HTTPS detection. 11 years ago
Qiang Xue f05f85fcfe Removed Connection::__sleep. 11 years ago
Gevik Babakhani 4602b575ad Save point: WIP implementing db schema functionality. 11 years ago
Gevik Babakhani c30eae62d2 Added initial unit testing files for the pgsql driver. 11 years ago
Carsten Brandt 0a5b7a5960 docs: Be explicitly clear about ActiveRecord::create() 11 years ago
resurtm cc5426e549 Removed unnecessary code from MSSQL schema. 11 years ago