resurtm
126722fd46
Merge branch 'master' of git://github.com/yiisoft/yii into oci-unit-tests
2012-09-08 13:10:29 +06:00
Carsten Brandt
c658823737
unit test for scenario described in #507
...
passing with current code, so not reproduceable
2012-09-07 17:58:25 +02:00
Carsten Brandt
f3e7a8f006
need to move beforeFindInternal() after adding scopes
...
fix #1102 was not 100% correct as it was not possible to apply
additional scopes in relation definition and query criteria.
2012-09-07 17:06:53 +02:00
resurtm
6a2c0dfa07
COciTest: temporary removed problem places.
2012-09-04 22:22:26 +06:00
resurtm
6bf7cc5416
Merge branch 'master' of git://github.com/yiisoft/yii into oci-unit-tests
...
Conflicts:
CHANGELOG
2012-09-04 21:40:27 +06:00
Carsten Brandt
00dc4add94
fixes issue #1330
...
default value null for string column in SQLite
2012-09-04 03:12:18 +02:00
Carsten Brandt
8502333cad
added unit test for issue #1330
...
unit test is currently failing
2012-09-04 02:44:22 +02:00
Carsten Brandt
33ebfd63e8
fixes #1326 , added unit tests for #741
2012-09-03 21:33:48 +02:00
Carsten Brandt
be1fbf1982
Merge branch 'master' into 93-relational-beforefind-criteria-modification
...
* master: (180 commits)
Updated changelog with last-modified date change.
Changed the CHttpCacheFilter to use RFC 1123 complaint dates when returning the last-modified header.
tabs...
gii: better default validation "length" rule for fixed-point / floating-point field type (MYSQL)
fixes #1319
updated comment in CHttpSession
Update framework/YiiBase.php
Update docs/guide/database.arr.txt
New unit test for enhanced $gCProbability s/getters in CHttpSession #486 . Fixed those methods to process corner cases properly. Initial $gCProbability is now double(1.0), was > 1.0 before.
Bug #112 : MSSQL: database abstraction layer now uses native transaction support of the SQLSRV driver.
Forgot about spaces in comments creating procedure call. [ci skip]
Better comments testing method name.
Forgot about local MSSQL database settings.
MSSQL unit testing SQL file reformatted and decorated. MSSQL testing class improved. Added unit tests for column comments retrieving.
Removed old message.
Update docs/guide/topics.i18n.txt
Update docs/guide/topics.i18n.txt
Requirements checker: russian (ru_RU) messages.
Minor fixes and refinements to the MSSQL unit tests.
better fix for issues #124
...
Conflicts:
UPGRADE
2012-09-03 19:21:10 +02:00
resurtm
3b8a25e929
Oracle unit tests: "type" table added.
2012-09-03 22:31:06 +06:00
resurtm
3307ae05b9
Oracle unit tests DDL and DML revisited.
2012-09-03 22:11:31 +06:00
resurtm
43ffa493fb
Added 'profiles' table to the Oracle unit tests.
2012-09-02 20:14:32 +06:00
resurtm
12181d2ac6
Oracle unit tests initial commit with simple working asserts, SQL and code.
2012-09-02 18:58:05 +06:00
resurtm
3ff8b4f404
Forgot about spaces in comments creating procedure call. [ci skip]
2012-08-29 23:09:05 +06:00
resurtm
289444a96d
MSSQL unit testing SQL file reformatted and decorated. MSSQL testing class improved. Added unit tests for column comments retrieving.
2012-08-29 23:02:03 +06:00
resurtm
351ca14c28
Unit tests for CDbColumnSchema::$comment.
2012-08-03 20:56:28 +06:00
Carsten Brandt
805b3653e6
unit tests for criteria modification in beforeFind
...
some are currently failing due to issue #93
2012-08-01 21:38:43 +02:00
Alexander Kochetov
33cabc62c8
#1070 fix
2012-07-30 21:52:28 +04:00
Alexander Kochetov
fca49df5b6
Fix the beforeFind() behavior of the framework
2012-07-27 17:50:34 +04:00
DaSourcerer
34bce2647e
Address issue #547 : s/TYPE=INNODB/ENGINE=InnoDB/
2012-03-23 15:02:38 +01:00
alexander.makarow
a5c831a72d
fixed missing AUTOINCREMENT in sqlite.sql that is used in sequence tests
2011-11-21 01:11:08 +00:00
alexander.makarow
5bcb07f752
(Fixes issue 2647) Fixed inconvenient way of defining through relation.
...
(Fixes issue 2646)
(Fixes issue 2706) Added ability to join on a specific keys.
2011-10-13 17:41:55 +00:00
alexander.makarow
76a61a8c14
(Fixes issue 2637) Related table alias set dynamically in relational query is now available in the scopes of reated model
2011-07-12 21:05:22 +00:00
alexander.makarow
1680724f1f
(Fixes issue 2029) Added scope support to Model::relations()
2011-07-06 21:49:58 +00:00
alexander.makarow
f7505c00f9
(Fixes issue 2319) Added support to call behavior scope through criteria 'with'=>array('scopes'=>'behaviorScope')
2011-04-17 10:38:14 +00:00
alexander.makarow
b1599035de
(Fixes issue 2274) merging of "with" fails if there is joinType
2011-03-31 21:22:23 +00:00
alexander.makarow
78bf76d3ae
(Fixes issue 1117) Added support for "through" in Active Record relations allowing to handle association table data
2011-02-28 17:19:09 +00:00
alexander.makarow
286d95aac3
Added ability to perform Relational JOIN without getting related models
2011-02-25 22:54:03 +00:00
alexander.makarow
69edc13582
corrected HAS_MANY through test
2011-02-20 04:19:27 +00:00
alexander.makarow
486acc4f5c
(Fixes issue 558) Added parametrized named scopes, added scopes to criteria, implemented scope criteria merging
2011-02-19 00:11:00 +00:00
alexander.makarow
cc02af46c3
(Fixes issue 2122) Fixed typo in relation in CActiveRecordHasManyThroughModels
2011-02-18 21:20:22 +00:00
alexander.makarow
04b6dd9331
(Fixes issue 1221) fixed CActiveRecordHasManyThroughTest
2011-02-18 21:16:18 +00:00
alexander.makarow
1f757cbf53
improved unit tests
2011-02-18 15:25:38 +00:00