Qiang Xue
1072abb189
fixed test break.
11 years ago
Qiang Xue
28423486f1
model generator WIP
11 years ago
Qiang Xue
21b0cc73c4
fixed uninitialized pro issue.
11 years ago
Luciano Baraglia
369a5b7b94
Code style ultra-minimum-fix [skip ci]
11 years ago
Qiang Xue
d1c41fe144
changed to trace from info.
11 years ago
Niko Wicaksono
a042d20c22
Use `hasAttribute()` instead to avoid code duplication
11 years ago
Qiang Xue
4727ac8f1d
Refactored the feature of transactional operations.
11 years ago
Qiang Xue
6823fdedaf
Fixes #717 : Added ActiveRecord::hasAttribute()
11 years ago
Qiang Xue
d1ebf65597
Fixed the issue that ActiveQuery::one() doesn't bring back related objects when asArray is true.
11 years ago
Qiang Xue
d135631f8e
Avoid logging db errors repeatedly.
11 years ago
creocoder
c091248e0d
ActiveRecord::getNamespacedClass() call style
11 years ago
creocoder
02581c59e7
Make ActiveRecord::getNamespacedClass() static
11 years ago
Qiang Xue
5d9c23c67b
Added Sort::hasAttribute().
11 years ago
Ilya Antipenko
7fd68199e5
Fix SORT_DESC comment in Query.php
11 years ago
Qiang Xue
1f5d77790f
Fixed test breaks.
11 years ago
Qiang Xue
20bde29f58
Added typecasting for SQL insertion and update.
11 years ago
Qiang Xue
a4239efa7c
Fixes #637 .
11 years ago
Qiang Xue
dc2843a2d7
Fixes #622 .
11 years ago
Qiang Xue
0cbb05d7a2
Added Query::indexBy
11 years ago
Qiang Xue
cace50cf3b
use raw SQL for profiling.
11 years ago
Qiang Xue
ee994efdf0
polishing debugger.
11 years ago
Qiang Xue
f03cdf0a47
renamed Command::queryRow() to queryOne().
11 years ago
Qiang Xue
c4a57a9f6c
Refactored Query and ActiveQuery.
...
Finished ActiveDataProvider.
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
12 years ago
Alexander Kochetov
8de3ffabfe
ActiveRecord::setAttribute() bugfix
12 years ago
Alexander Kochetov
826c83c301
ActiveRecord::getNamespacedClass() correct PHP 5.3 code
12 years ago
resurtm
732e438473
Fixed typo in the \yii\db\ActiveRecord::isOperationAtomic() method.
12 years ago
Qiang Xue
03e07f4340
cleaned up "use" statements.
12 years ago
Qiang Xue
4a0d2863f6
Fixes issue #421 : yii\db\Schema:refresh() does not clear all cache
12 years ago
Alexander Makarov
cc0fe1b02c
code style fixes
12 years ago
gsd
663fe63911
Update Schema.php
12 years ago
Carsten Brandt
1df859cfa1
typo: primarykey -> primaryKey
12 years ago
sergey Gonimar
9268e7d3ac
message fix
12 years ago
sergey Gonimar
2c02bc918d
migrate command, primary key
12 years ago
Qiang Xue
4efeedd314
Minor coding style fix.
12 years ago
gevik
c338d4b76b
Updated code styling and added braces.
12 years ago
gevik
f667b5785b
- Added drop/add primary key methods to Command.php
...
- Added drop/add primary key methods to QueryBuilder.php
- Added mysql specific dropPrimarykey method
- Added sqlite specific dropPrimarykey and addPrimaryKey methods
- Added uint testing for dropPrimarykey and addPrimaryKey methods
- Corrected postgresql column types, by adding length and precision
12 years ago
Qiang Xue
864bf93679
coding style fix.
12 years ago
gevik
a977d8208e
Replaced dropConstraint with dropPrimarykey method.
12 years ago
gevik
3796db7d00
- Ported addPrimaryKey and created dropConstraint.
...
- The dropConstraint method can be used both for dropPrimaryKey and dropForeignKey
12 years ago
gevik
ec9dab11fa
[1] Redone missing code.
...
[2] Added empty line at the end of file
[3] Removed exception.
12 years ago
gevik
6fd74f5c27
Updated code style. braces on the same line for control statements.
12 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.
12 years ago
Qiang Xue
cf1e12ad11
Fixes issue #514 .
12 years ago
gevik
d07fd39f7e
Removed false exception catching.
12 years ago
Gevik Babakhani
879b494acb
Removed custom pgsql PDO and added defaultSchema as public property.
12 years ago
resurtm
7a7d2a9c06
CS fixes.
12 years ago
Gevik Babakhani
9982d93369
Removed commented and unused pgsql datatype mappings.
12 years ago