1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine
ppetermann 37d7707f57 ok, fixing last fix
after my last commit i did some research in the php/pdo documentation and found that the port (well even the dsn) syntax depends a lot on the driver.
so my last 'fix' did fix it for mysql -  but broke it for dblib/mssql, this patch should make it work with those aswell (just moved jonwages solution to a own case for dblib & mssql driver). Someone should check if it works with the other drivers (i dont have all those database systems) cause looking at the doc
did show some more diffrences. (PHP Documentation for example says the dsn for pgsql needs to be delimited by spaces instead of semi-colons)
2007-10-12 13:18:40 +00:00
..
Adapter - 2007-10-09 22:45:37 +00:00
AuditLog Fixes #427, now the AuditLog component should work 2007-10-08 22:58:53 +00:00
Cache Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Cli A few tweaks to arguments and how they are handled. 2007-10-11 04:11:50 +00:00
Collection Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Compiler Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Connection Fixing bindParam(), which should have it's 2nd param passed by reference, not value 2007-10-09 13:24:31 +00:00
Data Fleshing out functionality of CLI system and changed syntax of migration classes to only required a to parameter since we already know where we are coming from. 2007-10-11 03:23:33 +00:00
DataDict fixes #462 2007-10-07 23:43:26 +00:00
EventListener moved hydration listeners to record listener 2007-10-07 22:43:04 +00:00
Export Formatting fixes. 2007-10-08 18:40:14 +00:00
Expression Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
File Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Hook Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Hydrate updated all the necessary classes to use injectable 2007-10-07 20:58:08 +00:00
I18n Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Import Reversing change. 2007-10-09 17:38:11 +00:00
Locator fixed references to get() 2007-10-07 21:34:06 +00:00
Locking Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Manager Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Migration Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Node Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Parser Added ability to put php in all inputted files/strings to parser. 2007-10-09 02:21:53 +00:00
Plugin Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Query fixed a bug in Doctrine_Query_Abstract::set(). Missing return value. 2007-10-04 15:06:46 +00:00
RawSql Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Record moved hydration listeners to record listener 2007-10-07 22:43:04 +00:00
Relation Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Resource more api doc changes 2007-10-03 21:47:55 +00:00
Schema Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Search Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Sequence Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Table more api doc changes 2007-10-03 21:47:55 +00:00
Template Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Transaction more api doc changes 2007-10-03 21:47:55 +00:00
Tree Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Validator Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
View Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Access.php updated all the necessary classes to use injectable 2007-10-07 20:58:08 +00:00
Adapter.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
AuditLog.php unique constraints no longer part of auditlog version table 2007-10-08 23:03:59 +00:00
Cache.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Cli.php Comments. 2007-10-11 04:13:23 +00:00
Collection.php fixes #463 2007-10-07 23:42:29 +00:00
Column.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Compiler.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Config.php Documentation changes. 2007-10-11 05:46:38 +00:00
Configurable.php updated all the necessary classes to use injectable 2007-10-07 20:58:08 +00:00
Connection.php support for persistent connections, fixes #447 2007-10-08 23:22:31 +00:00
Data.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
DataDict.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
DataType.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Db.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Event.php tests and implementation for hydrate hooks 2007-10-05 22:31:02 +00:00
EventListener.php 2007-10-07 22:43:33 +00:00
Exception.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Export.php Fleshing out functionality of CLI system and changed syntax of migration classes to only required a to parameter since we already know where we are coming from. 2007-10-11 03:23:33 +00:00
Expression.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
File.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Formatter.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Hook.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Hydrate.php moved hydration listeners to record listener 2007-10-07 22:43:04 +00:00
I18n.php unique constraints automatically removed from translation table 2007-10-08 23:11:49 +00:00
Import.php Fixes for multiple connection handling. 2007-10-05 18:56:36 +00:00
IntegrityMapper.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Lib.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Locator.php use array_map instead of foreach loop 2007-10-08 16:12:02 +00:00
Manager.php ok, fixing last fix 2007-10-12 13:18:40 +00:00
Migration.php Fleshing out functionality of CLI system and changed syntax of migration classes to only required a to parameter since we already know where we are coming from. 2007-10-11 03:23:33 +00:00
Node.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Null.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Object.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Overloadable.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Parser.php Added ability to put php in all inputted files/strings to parser. 2007-10-09 02:21:53 +00:00
Plugin.php more api doc changes 2007-10-03 21:47:55 +00:00
Query.php removed deprecated attributes, added bound query part functionality, fixed remaining I18n issues 2007-10-05 21:18:40 +00:00
RawSql.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Record.php Removed propel style accessors. 2007-10-09 20:51:42 +00:00
Relation.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Resource.php more api doc changes 2007-10-03 21:47:55 +00:00
Schema.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Search.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Sequence.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Table.php hasTemplate() added 2007-10-08 21:22:13 +00:00
Template.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Tokenizer.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Transaction.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Tree.php Lots of formatting changes, cleanup, doc block changes. 2007-10-03 21:43:22 +00:00
Util.php more api doc changes 2007-10-03 21:47:55 +00:00
Validator.php updated all the necessary classes to use injectable 2007-10-07 20:58:08 +00:00
View.php more api doc changes 2007-10-03 21:47:55 +00:00