1
0
mirror of synced 2024-12-13 06:46:03 +03:00
doctrine2/Doctrine
2006-09-03 22:37:54 +00:00
..
adodb-hack added PDO-hacked metaTables and metaColumns methods 2006-09-02 08:38:03 +00:00
Cache little DQL LIMIT fix 2006-08-21 21:04:20 +00:00
Collection 2006-08-21 23:19:48 +00:00
Connection Doctrine_Table::getForeignKey -> Doctrine_Table::getRelation 2006-08-31 09:04:14 +00:00
DataDict Sqlite datadict driver skeleton added 2006-08-27 19:25:24 +00:00
EventListener 2006-08-21 23:19:48 +00:00
Exception class dependency fix 2006-05-30 18:43:36 +00:00
Import * Added some test cases for the importing part. The new tests will fail for now because of the lacking implementation. 2006-08-27 02:21:20 +00:00
Iterator Some new manual code examples 2006-08-06 20:46:12 +00:00
Locking Possibility to pass the hasColumn constraint/validator arg as an array 2006-08-31 10:00:09 +00:00
Query DQL: Condition parsing with nested conditions bug fixed 2006-07-04 22:36:22 +00:00
Record Doctrine_Record_Exception: better handling of error messages 2006-08-07 20:58:09 +00:00
Schema * Added some test cases for the importing part. The new tests will fail for now because of the lacking implementation. 2006-08-27 02:21:20 +00:00
Table Case insensitive column names 2006-09-03 19:20:02 +00:00
Tree Doctrine_Session_Mssql::modifyLimitQuery() added 2006-08-15 21:32:33 +00:00
Validator Tests updated for classify / tableize 2006-08-22 19:34:40 +00:00
View DQL: Preliminary support for HAVING + GROUP BY, New component Doctrine_Cache_Query_Sqlite 2006-06-14 19:17:38 +00:00
Access.php Doctrine_Collection::loadRelated() added 2006-07-27 17:51:19 +00:00
Association.php when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload. 2006-09-03 22:37:54 +00:00
Cache.php Added a folder remotely 2006-05-30 08:42:10 +00:00
Collection.php Tests for covering the Doctrine_Collection::loadRelated functionality for basic many-to-many relations 2006-09-03 17:32:35 +00:00
Configurable.php Support for mapping table column values as collection indexes 2006-09-01 21:30:18 +00:00
Connection.php when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload. 2006-09-03 22:37:54 +00:00
DataDict.php Possibility to pass the hasColumn constraint/validator arg as an array 2006-08-31 10:00:09 +00:00
DB.php 2006-08-22 20:14:29 +00:00
DBStatement.php 2006-08-07 22:08:41 +00:00
EventListener.php 2006-08-21 23:19:15 +00:00
Exception.php Added a folder remotely 2006-05-30 08:42:10 +00:00
Filter.php Started the building of Doctrine_ValueHolder 2006-08-07 09:55:46 +00:00
ForeignKey.php when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload. 2006-09-03 22:37:54 +00:00
Form.php DQL - SQL conversion LIMIT clause parsing examples added 2006-08-21 10:43:44 +00:00
Hydrate.php Case insensitive column names 2006-09-03 19:20:02 +00:00
Identifier.php Possibility to pass the hasColumn constraint/validator arg as an array 2006-08-31 10:00:09 +00:00
Import.php * Added some test cases for the importing part. The new tests will fail for now because of the lacking implementation. 2006-08-27 02:21:20 +00:00
IndexGenerator.php Added a folder remotely 2006-05-30 08:42:10 +00:00
Iterator.php CustomPrimaryKeyTestCase added 2006-07-26 17:09:00 +00:00
Lib.php 2006-08-21 23:19:15 +00:00
LocalKey.php when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload. 2006-09-03 22:37:54 +00:00
Manager.php when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload. 2006-09-03 22:37:54 +00:00
Module.php 2006-08-21 23:19:15 +00:00
Null.php Doctrine_Table::find now returns false if record is not found (instead of throwing InvalidKeyException) 2006-06-06 20:37:56 +00:00
Query.php when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload. 2006-09-03 22:37:54 +00:00
RawSql.php when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload. 2006-09-03 22:37:54 +00:00
Record.php when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload. 2006-09-03 22:37:54 +00:00
Relation.php Relation fetching refactoring 2006-08-15 21:33:18 +00:00
Repository.php Added a folder remotely 2006-05-30 08:42:10 +00:00
Schema.php * Added some test cases for the importing part. The new tests will fail for now because of the lacking implementation. 2006-08-27 02:21:20 +00:00
Session.php when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload. 2006-09-03 22:37:54 +00:00
Statement.php when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload. 2006-09-03 22:37:54 +00:00
Table.php when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload. 2006-09-03 22:37:54 +00:00
Tree.php Tree component interface preview 2006-08-08 19:26:28 +00:00
Validator.php Doctrine_Table::getForeignKey -> Doctrine_Table::getRelation 2006-08-31 09:04:14 +00:00
ValueHolder.php 2006-08-29 20:37:55 +00:00
View.php 2006-08-21 23:19:15 +00:00