Changeset 3882 for trunk/tests_old/Query
- Timestamp:
- 02/22/08 18:11:35 (11 months ago)
- Location:
- trunk/tests_old/Query
- Files:
-
- 32 modified
-
AggregateValueTestCase.php (modified) (2 diffs)
-
ApplyInheritanceTestCase.php (modified) (2 diffs)
-
CacheTestCase.php (modified) (2 diffs)
-
CheckTestCase.php (modified) (2 diffs)
-
ComponentAliasTestCase.php (modified) (2 diffs)
-
ConditionTestCase.php (modified) (2 diffs)
-
DeleteTestCase.php (modified) (2 diffs)
-
DriverTestCase.php (modified) (2 diffs)
-
ExpressionTestCase.php (modified) (2 diffs)
-
FromTestCase.php (modified) (2 diffs)
-
GroupbyTestCase.php (modified) (2 diffs)
-
HavingTestCase.php (modified) (2 diffs)
-
IdentifierQuotingTestCase.php (modified) (2 diffs)
-
JoinCondition2TestCase.php (modified) (2 diffs)
-
JoinConditionTestCase.php (modified) (2 diffs)
-
JoinTestCase.php (modified) (2 diffs)
-
LimitTestCase.php (modified) (2 diffs)
-
MultiJoin2TestCase.php (modified) (2 diffs)
-
MultiJoinTestCase.php (modified) (2 diffs)
-
MultipleAggregateValueTestCase.php (modified) (2 diffs)
-
MysqlSubqueryHavingTestCase.php (modified) (2 diffs)
-
MysqlSubqueryTestCase.php (modified) (2 diffs)
-
OneToOneFetchingTestCase.php (modified) (2 diffs)
-
OrderbyTestCase.php (modified) (2 diffs)
-
PgsqlSubqueryTestCase.php (modified) (2 diffs)
-
ReferenceModelTestCase.php (modified) (2 diffs)
-
RegistryTestCase.php (modified) (2 diffs)
-
SelectExpressionTestCase.php (modified) (2 diffs)
-
SelectTestCase.php (modified) (2 diffs)
-
SubqueryTestCase.php (modified) (2 diffs)
-
UpdateTestCase.php (modified) (2 diffs)
-
WhereTestCase.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests_old/Query/AggregateValueTestCase.php
r3701 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/ApplyInheritanceTestCase.php
r3460 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/CacheTestCase.php
r3223 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/CheckTestCase.php
r1190 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/ComponentAliasTestCase.php
r2359 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/ConditionTestCase.php
r3212 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/DeleteTestCase.php
r3701 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 28 28 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 29 29 * @category Object Relational Mapping 30 * @link www.phpdoctrine. com30 * @link www.phpdoctrine.org 31 31 * @since 1.0 32 32 * @version $Revision$ -
trunk/tests_old/Query/DriverTestCase.php
r2388 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/ExpressionTestCase.php
r3497 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 28 28 * @version $Revision$ 29 29 * @category Object Relational Mapping 30 * @link www.phpdoctrine. com30 * @link www.phpdoctrine.org 31 31 * @since 1.0 32 32 */ -
trunk/tests_old/Query/FromTestCase.php
r2359 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/GroupbyTestCase.php
r2490 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 28 28 * @version $Revision$ 29 29 * @category Object Relational Mapping 30 * @link www.phpdoctrine. com30 * @link www.phpdoctrine.org 31 31 * @since 1.0 32 32 */ -
trunk/tests_old/Query/HavingTestCase.php
r3531 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 28 28 * @version $Revision$ 29 29 * @category Object Relational Mapping 30 * @link www.phpdoctrine. com30 * @link www.phpdoctrine.org 31 31 * @since 1.0 32 32 */ -
trunk/tests_old/Query/IdentifierQuotingTestCase.php
r2963 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 30 30 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 31 31 * @category Object Relational Mapping 32 * @link www.phpdoctrine. com32 * @link www.phpdoctrine.org 33 33 * @since 1.0 34 34 * @version $Revision$ -
trunk/tests_old/Query/JoinCondition2TestCase.php
r3701 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/JoinConditionTestCase.php
r2114 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/JoinTestCase.php
r3701 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/LimitTestCase.php
r3460 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 29 29 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 30 30 * @category Object Relational Mapping 31 * @link www.phpdoctrine. com31 * @link www.phpdoctrine.org 32 32 * @since 1.0 33 33 * @version $Revision$ -
trunk/tests_old/Query/MultiJoin2TestCase.php
r3517 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/MultiJoinTestCase.php
r3460 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/MultipleAggregateValueTestCase.php
r3701 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 28 28 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 29 29 * @category Object Relational Mapping 30 * @link www.phpdoctrine. com30 * @link www.phpdoctrine.org 31 31 * @since 1.0 32 32 * @version $Revision$ -
trunk/tests_old/Query/MysqlSubqueryHavingTestCase.php
r1883 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/MysqlSubqueryTestCase.php
r1881 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/OneToOneFetchingTestCase.php
r2963 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/OrderbyTestCase.php
r3407 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/PgsqlSubqueryTestCase.php
r1884 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/ReferenceModelTestCase.php
r3460 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/RegistryTestCase.php
r3858 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 28 28 * @category Object Relational Mapping 29 * @link www.phpdoctrine. com29 * @link www.phpdoctrine.org 30 30 * @since 1.0 31 31 * @version $Revision$ -
trunk/tests_old/Query/SelectExpressionTestCase.php
r2484 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 28 28 * @license http://www.opensource.org/licenses/lgpl-license.php LGPL 29 29 * @category Object Relational Mapping 30 * @link www.phpdoctrine. com30 * @link www.phpdoctrine.org 31 31 * @since 1.0 32 32 * @version $Revision$ -
trunk/tests_old/Query/SelectTestCase.php
r3701 r3882 17 17 * This software consists of voluntary contributions made by many individuals 18 18 * and is licensed under the LGPL. For more information, see 19 * <http://www.phpdoctrine. com>.19 * <http://www.phpdoctrine.org>. 20 20 */ 21 21 … … 27 27 * @license http://www.opensource.org/licenses/lgpl-licens