1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/lib/Doctrine/Connection
zYne 67da38b07d Validators updated, *NOTE* this breaks BC:
- validators codes are now string instead of integers (constants)
- validating is now handled in record level
- added new component Doctrine_Validator_ErrorStack
- new methods Doctrine_Record::isValid() and Doctrine_Record::getErrorStack()
- errorStack now as a record instance variable
2006-10-08 18:12:27 +00:00
..
Common.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
Firebird.php moving php source files to lib directroy 2006-09-26 15:00:13 +00:00
Informix.php moving php source files to lib directroy 2006-09-26 15:00:13 +00:00
Mssql.php moving php source files to lib directroy 2006-09-26 15:00:13 +00:00
Mysql.php moving php source files to lib directroy 2006-09-26 15:00:13 +00:00
Oracle.php moving php source files to lib directroy 2006-09-26 15:00:13 +00:00
Pgsql.php moving php source files to lib directroy 2006-09-26 15:00:13 +00:00
Sqlite.php new attribute: Doctrine::ATTR_ACCESSORS, DQL subquery support, accessor invoking support 2006-10-06 16:50:00 +00:00
Transaction.php Validators updated, *NOTE* this breaks BC: 2006-10-08 18:12:27 +00:00
UnitOfWork.php Moved relation classes under Doctrine_Relation namespace, fixes #134 2006-09-28 20:57:39 +00:00