..
Adapter
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Cache
2007-01-14 23:02:50 +00:00
Collection
- remove trailing whitespace
2006-12-29 21:46:14 +00:00
Compiler
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Connection
2007-01-15 18:48:50 +00:00
DataDict
2007-01-11 23:14:11 +00:00
Db
added doc blocks
2007-01-19 18:26:51 +00:00
EventListener
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Export
Fixed mysql sequence driver
2007-01-15 19:02:00 +00:00
Expression
- s/\$db/\$this->conn
2007-01-05 22:07:24 +00:00
Hook
2007-01-04 23:52:18 +00:00
Hydrate
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Import
Refactored import drivers
2007-01-15 22:44:24 +00:00
Locking
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Manager
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Node
little refactorings
2007-01-16 00:12:52 +00:00
Query
Custom join condition support for DQL
2007-01-03 15:34:34 +00:00
RawSql
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Record
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Relation
TreeStructure bug fixed
2007-01-04 21:08:56 +00:00
Schema
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Sequence
Minor fixes
2007-01-10 20:34:25 +00:00
Table
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Transaction
Removed transaction driver exceptions (not needed anymore)
2007-01-11 11:51:57 +00:00
Tree
little refactorings
2007-01-16 00:12:52 +00:00
Validator
Minimum length for a string validator (usefull for passwords or usernames for example)
2007-01-18 15:37:32 +00:00
View
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Access.php
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Adapter.php
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Collection.php
- CS fixes
2007-01-02 15:24:43 +00:00
Compiler.php
fixed compiler class list
2007-01-19 18:16:18 +00:00
Configurable.php
added PDO based attributes, fixed DQL aggregate value handling with left joins + added some new tests
2007-01-17 22:07:09 +00:00
Connection.php
2007-01-15 18:48:50 +00:00
DataDict.php
- s/\$db/\$this->conn
2007-01-05 22:05:55 +00:00
Db.php
2007-01-16 19:41:39 +00:00
EventListener.php
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Exception.php
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Export.php
Fixed sqlite connection function binding issue when using Doctrine_Db as well as added proper primary key handling for export methods
2007-01-11 22:39:32 +00:00
Expression.php
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Hook.php
2007-01-04 23:52:18 +00:00
Hydrate.php
2007-01-15 18:48:50 +00:00
Identifier.php
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Import.php
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Lib.php
- fixed switch statement formating according to ZF CS
2006-12-29 21:30:37 +00:00
Manager.php
added the possibility not to set the new connection as current connection
2007-01-19 17:00:25 +00:00
Node.php
Hierarchical data handling implementation moved from draft to main lib
2007-01-15 20:12:22 +00:00
Null.php
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Overloadable.php
- first round of PEAR CS fixes
2006-12-29 14:01:31 +00:00
Query.php
added PDO based attributes, fixed DQL aggregate value handling with left joins + added some new tests
2007-01-17 22:07:09 +00:00
RawSql.php
- remove trailing whitespace
2006-12-29 21:46:14 +00:00
Record.php
- Added Doctrine_Record::trySave()
2007-01-19 20:47:24 +00:00
Relation.php
TreeStructure bug fixed
2007-01-04 21:08:56 +00:00
Reporter.php
2007-01-01 18:37:48 +00:00
Schema.php
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
Sequence.php
2007-01-08 00:13:41 +00:00
Table.php
2007-01-16 19:27:33 +00:00
Transaction.php
- fixed switch statement formating according to ZF CS
2006-12-29 21:30:37 +00:00
Tree.php
2007-01-15 22:08:31 +00:00
Validator.php
- Added Doctrine_Record::trySave()
2007-01-19 20:47:24 +00:00
ValueHolder.php
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00
View.php
- second round of PEAR CS fixes
2006-12-29 14:40:47 +00:00