.. |
Adapter
|
added adapter skeletons, fixed wrong limit subquery ordering
|
2006-10-26 22:12:58 +00:00 |
adodb-hack
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |
Association
|
Fixes #128
|
2006-09-27 21:34:32 +00:00 |
Cache
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |
Collection
|
|
2006-09-30 10:24:28 +00:00 |
Compiler
|
Moved relation classes under Doctrine_Relation namespace, fixes #134
|
2006-09-28 20:57:39 +00:00 |
Connection
|
Refactored Doctrine_Connection and Doctrine_Record, fixes #212
|
2006-10-30 23:00:09 +00:00 |
DataDict
|
Sometimes mysql return keys with first letter in uppercase
|
2006-10-30 20:53:25 +00:00 |
DB
|
Added Doctrine_DB driver skeletons, fixes #210
|
2006-10-30 12:11:33 +00:00 |
EventListener
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |
Export
|
Added sqlite export driver
|
2006-10-20 21:31:00 +00:00 |
Expression
|
Informix datadict and expression driver skeletons
|
2006-10-27 15:07:22 +00:00 |
Import
|
Import builder now supports default values and notnull constraints, added missing test case (Doctrine_Query_Update_TestCase), fixes #189
|
2006-10-24 08:56:47 +00:00 |
Locking
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |
Manager
|
new attribute: Doctrine::ATTR_ACCESSORS, DQL subquery support, accessor invoking support
|
2006-10-06 16:50:00 +00:00 |
Query
|
Refactored DQL classes
|
2006-10-26 21:32:52 +00:00 |
RawSql
|
Added new exception classes, renamed Doctrine_Repository to Doctrine_Table_Repository, refactored many classes
|
2006-09-30 09:54:12 +00:00 |
Record
|
added Doctrine_Record::state()
|
2006-10-23 17:34:36 +00:00 |
Relation
|
Refactored Doctrine_Connection and Doctrine_Record, fixes #212
|
2006-10-30 23:00:09 +00:00 |
Schema
|
Import builder now supports default values and notnull constraints, added missing test case (Doctrine_Query_Update_TestCase), fixes #189
|
2006-10-24 08:56:47 +00:00 |
Table
|
Added new exception classes, renamed Doctrine_Repository to Doctrine_Table_Repository, refactored many classes
|
2006-09-30 09:54:12 +00:00 |
Validator
|
Finished the validation changes.
|
2006-10-11 16:24:18 +00:00 |
View
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |
Access.php
|
Continued work on the validation component.
|
2006-10-10 16:15:43 +00:00 |
Collection.php
|
Refactored Doctrine_Connection and Doctrine_Record, fixes #212
|
2006-10-30 23:00:09 +00:00 |
Compiler.php
|
Fixes to the compiler.
|
2006-10-02 10:47:43 +00:00 |
Configurable.php
|
new attribute: Doctrine::ATTR_ACCESSORS, DQL subquery support, accessor invoking support
|
2006-10-06 16:50:00 +00:00 |
Connection.php
|
Refactored Doctrine_Connection and Doctrine_Record, fixes #212
|
2006-10-30 23:00:09 +00:00 |
DataDict.php
|
Doctrine_Expression classes added, fixes #195, #196, #197, #198
|
2006-10-26 11:24:35 +00:00 |
DB.php
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |
DBStatement.php
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |
EventListener.php
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |
Exception.php
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |
Export.php
|
Added Mysql, Mssql and Firebird expression drivers, fixes #199, #200, #201
|
2006-10-26 15:32:09 +00:00 |
Expression.php
|
Doctrine_Expression classes added, fixes #195, #196, #197, #198
|
2006-10-26 11:24:35 +00:00 |
Hydrate.php
|
added adapter skeletons, fixed wrong limit subquery ordering
|
2006-10-26 22:12:58 +00:00 |
Identifier.php
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |
Import.php
|
Developed Doctrine_Import, changed Doctrine_Schema objects to have unified constructor
|
2006-10-23 19:55:30 +00:00 |
Lib.php
|
Fixes #194, added Doctrine_Relation_ManyToMany_TestCase
|
2006-10-25 21:12:30 +00:00 |
Manager.php
|
new attribute: Doctrine::ATTR_ACCESSORS, DQL subquery support, accessor invoking support
|
2006-10-06 16:50:00 +00:00 |
Null.php
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |
Overloadable.php
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |
Query.php
|
Refactored Doctrine_Connection and Doctrine_Record, fixes #212
|
2006-10-30 23:00:09 +00:00 |
RawSql.php
|
Added new exception classes, renamed Doctrine_Repository to Doctrine_Table_Repository, refactored many classes
|
2006-09-30 09:54:12 +00:00 |
Record.php
|
Refactored Doctrine_Connection and Doctrine_Record, fixes #212
|
2006-10-30 23:00:09 +00:00 |
Relation.php
|
Major change on how transactions are being handled: insert / update queries are now executed immediately and only deletes are being gathered (due to delete optimization strategies). Fixes #138, #135
|
2006-09-30 12:36:03 +00:00 |
Schema.php
|
Developed Doctrine_Import, changed Doctrine_Schema objects to have unified constructor
|
2006-10-23 19:55:30 +00:00 |
Table.php
|
Many-to-Many relation handling fixed, fixes #193
|
2006-10-29 23:24:50 +00:00 |
Validator.php
|
Necessary changes to the validation components. Further improvements and docs will follow in the next days.
|
2006-10-09 18:00:14 +00:00 |
ValueHolder.php
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |
View.php
|
moving php source files to lib directroy
|
2006-09-26 15:00:13 +00:00 |