322e9e2385
Fix BETWEEN and NOT BETWEEN conditions.
...
```
PHP Notice – yii\base\ErrorException
Undefined offset: 3
in .../yiisoft/yii2/db/QueryTrait.php at line 269
```
2014-04-17 21:42:11 +06:00
76d8e2b5b3
code style, fixes #3140
2014-04-17 13:24:16 +02:00
c1445871f4
Correction of many errors code inspection.
...
Adjustments code according to the standards.
Adding missing PHPDoc comment.
2014-04-16 19:29:07 -03:00
991a894596
Added missing ROWS token when building limit/offset for MSSQL.
2014-04-15 21:01:45 -04:00
1fd0068378
Fixes #3066 : yii\db\mssql\Schema::getTableSchema() should return null when the table does not exist.
2014-04-15 20:50:43 -04:00
a60d295253
Added support for using sub-queries when building a DB query with IN condition
2014-04-15 20:20:18 -04:00
563e7e0174
Update ActiveQuery.php
...
PHPDoc comment does not match function or method signature
Update PHPDoc Comment
Adjust code standard
2014-04-15 19:58:06 -03:00
544243d517
Update ActiveRelationTrait.php
2014-04-15 01:33:42 -03:00
8bbcff70db
prepare for 2.0.0-beta release.
2014-04-13 17:58:59 -04:00
33a00ecd7c
updated base AR phpdoc for findOne() and findAll()
2014-04-11 17:45:22 +02:00
c6e1a2f02f
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2: (79 commits)
Refactored app bootstrap logic.
Update authorization.md
Fixes #3052 : Fixed the issue that cache dependency data is not reused when `reusable` is set true
start debug logging only if debug runs when bootstrap.
Update finnish translation
Add ODBC support to yii\db\Connection
updated error handler and requirement checker links.
fixed broken API links [skip ci]
added more doc [skip ci]
update class map.
Fixes #2034 : Added `ContentNegotiator` to support response format and language negotiation
renamed attributes to attributeNames in model
updated phpdoc
Removed `Application::preload` in favor of `Application::bootstrap`
Update module-debug.md
Update model.md
Fixes
Update basics.md
typo fix [skip ci]
Added `HtmlResponseFormatter` and `JsonResponseFormatter`
...
2014-04-10 22:22:36 +02:00
3c400dbca8
fixed file PHPdoc
...
issue #3026
2014-04-10 22:10:59 +02:00
1991c4cbbd
Add ODBC support to yii\db\Connection
2014-04-10 14:53:02 +06:00
0b29c9607d
fixed broken API links [skip ci]
2014-04-09 22:22:49 -04:00
fa767ceaca
renamed attributes to attributeNames in model
...
fixes #3034
2014-04-09 18:54:53 +02:00
3fdcf11f24
updated phpdoc
2014-04-09 18:51:45 +02:00
face5262e6
Merge pull request #3027 from Alex-Code/addSelect
...
addSelect method for Query
2014-04-08 08:35:34 -04:00
cee5fa5dd3
New addSelect method
...
New addSelect method. Useful for scopes.
2014-04-08 12:10:29 +01:00
e16a3e6192
Fixed typo in phpDoc for findAll function
2014-04-08 05:55:09 -05:00
5e9015c89a
Fixes #2968 .
2014-04-07 20:07:25 -04:00
0e143338d7
Finished refactoring find() .
2014-04-07 16:29:12 -04:00
b7d6f6141a
Added isAssociative() and isIndexed() to yii\helpers\ArrayHelper
2014-04-07 16:02:55 -04:00
75154d351d
Refactored AR find
2014-04-07 09:43:03 +04:00
02c3c37a00
Fixes #2986 .
2014-04-05 11:55:26 -04:00
1a3accb6cb
removed duplicated joins when using joinWith and via relations
...
fixes #2650
2014-04-04 15:34:19 +02:00
44dbb2235a
cleanup docs
2014-04-03 20:13:32 +02:00
54e08f3f01
fixed build break.
2014-04-03 11:57:49 -04:00
8b4dfcc876
Fixes #2955 : Changed the signature of ActiveQuery constructors and ActiveRecord::createQuery() to simplify customizing ActiveQuery classes
2014-04-03 10:36:52 -04:00
0fa19291f1
refactored filterWhere().
2014-04-02 20:03:42 -04:00
869d96ee0d
Fixed test break.
2014-04-02 15:25:08 -04:00
745c20538c
Merge pull request #2885 branch 'query-filter'
...
* query-filter:
added CHANGELOG lines
added tests for redis
added proper tests for elasticsearch
removed unnecessary code duplication
adjusted tests
typo
renamed Query::filter() to Query::filterWhere()
reverted elasticsearch rename of filter
Adjusted search model code generated by Gii CRUD generator
Added support for arbitrary number of parameters for NOT, AND, OR in filter methods of Query
Gii CRUD generator now uses new addFilter method
Query::filter() adjustments
fixes #2002
Added tests for Query::filter()
Conflicts:
framework/db/QueryTrait.php
2014-04-02 19:33:40 +02:00
e9e59483f4
removed unnecessary code duplication
2014-04-02 19:07:13 +02:00
96f1c4c10b
renamed Query::filter() to Query::filterWhere()
2014-04-02 18:48:14 +02:00
a35ef1ce7a
added andOnCondition and orOnCondition to ActiveQuery
...
fixes #2957
2014-04-02 16:17:50 +02:00
90caa527f2
Update ActiveRecord.php
...
fix for https://github.com/yiisoft/yii2/pull/2958
2014-04-02 17:00:39 +03:00
271dccdc6b
Fixes #2931 .
2014-03-31 11:34:47 -04:00
06fdb79730
Added support for arbitrary number of parameters for NOT, AND, OR in filter methods of Query
2014-03-31 15:09:33 +04:00
338b6aa7d3
Refactored ActiveRecord::find() so that find(null) will also return an ActiveRecord instance instead of ActiveQuery.
2014-03-30 19:01:02 -04:00
ecf019e311
Merge branch 'master'
2014-03-31 02:20:56 +04:00
05afeb4831
Merge branch 'master'
2014-03-31 01:06:09 +04:00
cb4488ae4c
Implemented Oracle column comment reading from another schema
2014-03-30 19:41:47 +04:00
ab799d8ea9
Fixes #2911 : Removed tbl_ default for table prefix
2014-03-30 19:33:46 +04:00
8cd247730a
Query::filter() adjustments
2014-03-29 23:26:02 +04:00
a884c80fe3
Merge branch 'master'
2014-03-29 22:55:59 +04:00
d44e42ab9e
Fixed oci querybuilder.
2014-03-27 11:01:00 -04:00
13c0931b23
Fixes #2880
2014-03-27 10:58:56 -04:00
c73cfe147f
Fixed inconsistencies with setting old attributes and pks
...
issue #2892
2014-03-27 13:17:54 +01:00
f4395206b7
reset dirty attributes after afterSave
...
so information about changed values is available in `afterSave`-event.
fixes #2892
2014-03-27 12:14:03 +01:00
372220450b
Merge branch 'master'
2014-03-27 12:56:01 +04:00
3c1a8141fd
fixes #2002
2014-03-27 12:41:16 +04:00