.. |
Firebird
|
Fixes #214, added exception classes for all drivers
|
2006-11-01 10:04:04 +00:00 |
Informix
|
Fixes #214, added exception classes for all drivers
|
2006-11-01 10:04:04 +00:00 |
Mssql
|
Fixes #214, added exception classes for all drivers
|
2006-11-01 10:04:04 +00:00 |
Mysql
|
Fixes #214, added exception classes for all drivers
|
2006-11-01 10:04:04 +00:00 |
Oracle
|
Fixes #214, added exception classes for all drivers
|
2006-11-01 10:04:04 +00:00 |
Pgsql
|
Fixes #214, added exception classes for all drivers
|
2006-11-01 10:04:04 +00:00 |
Sqlite
|
Firebird, mssql, mysql, oracle and pgsql connection drivers updated
|
2006-11-01 10:59:23 +00:00 |
Common.php
|
fixed declaration of Doctrine_Connection_Pgsql::modifyLimitQuery and Doctrine_Connection_Common::modifyLimitQuery to be the same
|
2006-11-01 14:00:08 +00:00 |
Exception.php
|
Fixes #214, added exception classes for all drivers
|
2006-11-01 10:04:04 +00:00 |
Firebird.php
|
Removed getState() and concat() methods from mysql driver, getState() is not needed (it resides at transaction class) and concat is located at mysql expression driver
|
2006-11-01 11:25:53 +00:00 |
Informix.php
|
Updated informix, mssql and pgsql connection drivers
|
2006-11-01 10:05:26 +00:00 |
Mssql.php
|
Firebird, mssql, mysql, oracle and pgsql connection drivers updated
|
2006-11-01 10:59:23 +00:00 |
Mysql.php
|
Removed getState() and concat() methods from mysql driver, getState() is not needed (it resides at transaction class) and concat is located at mysql expression driver
|
2006-11-01 11:25:53 +00:00 |
Oracle.php
|
Firebird, mssql, mysql, oracle and pgsql connection drivers updated
|
2006-11-01 10:59:23 +00:00 |
Pgsql.php
|
fixed declaration of Doctrine_Connection_Pgsql::modifyLimitQuery and Doctrine_Connection_Common::modifyLimitQuery to be the same
|
2006-11-01 14:00:08 +00:00 |
Sqlite.php
|
Sqlite driver: added support for md5, mod and concat
|
2006-11-02 13:34:33 +00:00 |
Transaction.php
|
Refactored Doctrine_Connection
|
2006-10-31 10:42:46 +00:00 |
UnitOfWork.php
|
Refactored Doctrine_Connection
|
2006-10-31 10:42:46 +00:00 |