.. |
Adapter
|
added adapter skeletons, fixed wrong limit subquery ordering
|
2006-10-26 22:12:58 +00:00 |
adodb-hack
|
Doctrine_Db updates
|
2006-11-08 10:18:15 +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
|
Dependency and strict standard fixes
|
2006-11-11 19:24:55 +00:00 |
DataDict
|
Doctrine_Db_* updates
|
2006-11-07 23:12:05 +00:00 |
Db
|
Dependency and strict standard fixes
|
2006-11-11 19:24:55 +00:00 |
EventListener
|
Dependency and strict standard fixes
|
2006-11-11 19:24:55 +00:00 |
Export
|
Dependency and strict standard fixes
|
2006-11-11 19:24:55 +00:00 |
Expression
|
Dependency and strict standard fixes
|
2006-11-11 19:24:55 +00:00 |
Import
|
Dependency and strict standard fixes
|
2006-11-11 19:24:55 +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
|
Dependency and strict standard fixes
|
2006-11-11 19:24:55 +00:00 |
Schema
|
Dependency and strict standard fixes
|
2006-11-11 19:24:55 +00:00 |
Table
|
Removed reference to deprecated constant
|
2006-11-11 19:14:02 +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
|
Dependency and strict standard fixes
|
2006-11-11 19:24:55 +00:00 |
Collection.php
|
Refactored Doctrine_Connection and Doctrine_Record, fixes #212
|
2006-10-30 23:00:09 +00:00 |
Compiler.php
|
Added missing runtime classes to compiler runtime classes list
|
2006-11-08 12:23:18 +00:00 |
Configurable.php
|
renaming all DB references to Db
|
2006-11-06 18:00:35 +00:00 |
Connection.php
|
Doctrine_Db updates
|
2006-11-08 10:18:15 +00:00 |
DataDict.php
|
Doctrine_Expression classes added, fixes #195, #196, #197, #198
|
2006-10-26 11:24:35 +00:00 |
Db.php
|
replaced the old Doctrine_Db with new one
|
2006-11-11 20:00:30 +00:00 |
DbStatement.php
|
renaming all DB references to Db
|
2006-11-06 18:00:35 +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
|
renaming all DB references to Db
|
2006-11-06 18:00:35 +00:00 |
Expression.php
|
Moved connection driver functionality to expression drivers
|
2006-10-30 23:27:26 +00:00 |
Hydrate.php
|
Total rewrite for DQL alias model: now using short aliases instead of long aliases (needed for Oracle portability).
|
2006-11-05 19:24:28 +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
|
renaming all DB references to Db
|
2006-11-06 18:00:35 +00:00 |
Manager.php
|
Doctrine_Db updates
|
2006-11-08 10:18:15 +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
|
Doctrine_Query::where() now accepts prepared statement parameters
|
2006-11-08 19:12:16 +00:00 |
RawSql.php
|
Small fixes
|
2006-11-11 19:51:51 +00:00 |
Record.php
|
Small fixes
|
2006-11-11 19:51:51 +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
|
added getDatabases and addDatabase methods
|
2006-10-31 18:29:48 +00:00 |
Table.php
|
Small fixes
|
2006-11-11 19:51:51 +00:00 |
Validator.php
|
Introduced constants: Doctrine::ATTR_AUTO_LENGTH_VLD and Doctrine::ATTR_AUTO_TYPE_VLD.
|
2006-10-31 18:03:48 +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 |